@rushstack/rush-amazon-s3-build-cache-plugin
Advanced tools
Comparing version 5.57.0-dev.2 to 5.57.0-dev.3
{ | ||
"name": "@rushstack/rush-amazon-s3-build-cache-plugin", | ||
"version": "5.57.0-dev.2", | ||
"version": "5.57.0-dev.3", | ||
"description": "Rush plugin for Amazon S3 cloud build cache", | ||
@@ -15,3 +15,3 @@ "repository": { | ||
"@rushstack/node-core-library": "3.43.2", | ||
"@rushstack/rush-sdk": "5.57.0-dev.2", | ||
"@rushstack/rush-sdk": "5.57.0-dev.3", | ||
"https-proxy-agent": "~5.0.0", | ||
@@ -21,6 +21,6 @@ "node-fetch": "2.6.2" | ||
"devDependencies": { | ||
"@microsoft/rush-lib": "5.57.0-dev.2", | ||
"@microsoft/rush-lib": "5.57.0-dev.3", | ||
"@rushstack/eslint-config": "2.4.5", | ||
"@rushstack/heft": "0.42.3", | ||
"@rushstack/heft-node-rig": "1.2.31", | ||
"@rushstack/heft-node-rig": "1.2.32", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -27,0 +27,0 @@ "@types/node": "12.20.24", |
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json", | ||
"plugins": [ | ||
@@ -8,10 +9,5 @@ { | ||
"optionsSchema": "lib/schemas/amazon-s3-config.schema.json", | ||
"associatedCommands": [ | ||
"build", | ||
"rebuild", | ||
"write-build-cache", | ||
"update-cloud-credentials" | ||
] | ||
"associatedCommands": ["build", "rebuild", "write-build-cache", "update-cloud-credentials"] | ||
} | ||
] | ||
} |
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
73969
690
+ Added@rushstack/rush-sdk@5.57.0-dev.3(transitive)
- Removed@rushstack/rush-sdk@5.57.0-dev.2(transitive)