@rushstack/rush-amazon-s3-build-cache-plugin
Advanced tools
Comparing version 5.66.2 to 5.67.0
@@ -6,3 +6,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k; |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.21.2" | ||
"packageVersion": "7.22.2" | ||
} | ||
] | ||
} |
@@ -6,3 +6,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@rushstack/rush-amazon-s3-build-cache-plugin", | ||
"version": "5.66.2", | ||
"version": "5.67.0", | ||
"description": "Rush plugin for Amazon S3 cloud build cache", | ||
@@ -15,4 +15,4 @@ "repository": { | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.45.2", | ||
"@rushstack/rush-sdk": "5.66.2", | ||
"@rushstack/node-core-library": "3.45.4", | ||
"@rushstack/rush-sdk": "5.67.0", | ||
"https-proxy-agent": "~5.0.0", | ||
@@ -22,6 +22,6 @@ "node-fetch": "2.6.7" | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.66.2", | ||
"@rushstack/eslint-config": "2.5.3", | ||
"@rushstack/heft": "0.44.10", | ||
"@rushstack/heft-node-rig": "1.8.8", | ||
"@microsoft/rush-lib": "5.67.0", | ||
"@rushstack/eslint-config": "2.6.0", | ||
"@rushstack/heft": "0.45.0", | ||
"@rushstack/heft-node-rig": "1.9.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -28,0 +28,0 @@ "@types/node": "12.20.24", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
106324
1111
+ Added@rushstack/node-core-library@3.45.4(transitive)
+ Added@rushstack/rush-sdk@5.67.0(transitive)
- Removed@rushstack/node-core-library@3.45.2(transitive)
- Removed@rushstack/rush-sdk@5.66.2(transitive)
Updated@rushstack/rush-sdk@5.67.0