@cumulus/common
Advanced tools
Comparing version 9.1.0 to 9.2.0
{ | ||
"name": "@cumulus/common", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"description": "Common utilities used across tasks", | ||
@@ -44,4 +44,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@cumulus/errors": "9.1.0", | ||
"@cumulus/logger": "9.1.0", | ||
"@cumulus/errors": "9.2.0", | ||
"@cumulus/logger": "9.2.0", | ||
"ajv": "^6.12.3", | ||
@@ -69,3 +69,3 @@ "aws-sdk": "^2.585.0", | ||
}, | ||
"gitHead": "75b4d538b3ef808b30c5c7b1cf71a3619ab9086c" | ||
"gitHead": "6f2f43bd50c0fba4fedebbace55ddf7e4ae35a1c" | ||
} |
export declare const getBucketsConfigKey: (stackName: string) => string; | ||
export declare const getDistributionBucketMapKey: (stackName: string) => string; | ||
//# sourceMappingURL=stack.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getDistributionBucketMapKey = exports.getBucketsConfigKey = void 0; | ||
exports.getBucketsConfigKey = void 0; | ||
exports.getBucketsConfigKey = (stackName) => `${stackName}/workflows/buckets.json`; | ||
exports.getDistributionBucketMapKey = (stackName) => `${stackName}/distribution_bucket_map.json`; | ||
//# sourceMappingURL=stack.js.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67641
1402
+ Added@cumulus/errors@9.2.0(transitive)
+ Added@cumulus/logger@9.2.0(transitive)
- Removed@cumulus/errors@9.1.0(transitive)
- Removed@cumulus/logger@9.1.0(transitive)
Updated@cumulus/errors@9.2.0
Updated@cumulus/logger@9.2.0