mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Deprecation flag for packages
- loading fields to local catalog - sending new fields to Troposphere
This commit is contained in:
@@ -389,6 +389,10 @@ _.extend(LocalCatalog.prototype, {
|
||||
debugOnly: packageSource.debugOnly,
|
||||
prodOnly: packageSource.prodOnly,
|
||||
testOnly: packageSource.testOnly,
|
||||
|
||||
deprecated: packageSource.deprecated,
|
||||
deprecatedMessage: packageSource.deprecatedMessage,
|
||||
|
||||
containsPlugins: packageSource.containsPlugins()
|
||||
}
|
||||
};
|
||||
|
||||
@@ -792,6 +792,10 @@ exports.publishPackage = function (options) {
|
||||
debugOnly: packageSource.debugOnly,
|
||||
prodOnly: packageSource.prodOnly,
|
||||
testOnly: packageSource.testOnly,
|
||||
|
||||
deprecated: packageSource.deprecated,
|
||||
deprecatedMessage: packageSource.deprecatedMessage,
|
||||
|
||||
exports: packageSource.getExports(),
|
||||
releaseName: release.current.name,
|
||||
dependencies: packageDeps
|
||||
|
||||
Reference in New Issue
Block a user