@rushstack/rush-amazon-s3-build-cache-plugin 5.76.1 → 5.77.2-pr3481.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.0"
8
+ "packageVersion": "7.29.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/rush-amazon-s3-build-cache-plugin",
3
- "version": "5.76.1",
3
+ "version": "5.77.2-pr3481.5",
4
4
  "description": "Rush plugin for Amazon S3 cloud build cache",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,16 +12,16 @@
12
12
  "types": "lib/index.d.ts",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@rushstack/node-core-library": "3.50.1",
16
- "@rushstack/rush-sdk": "5.76.1",
15
+ "@rushstack/node-core-library": "3.51.1",
16
+ "@rushstack/rush-sdk": "5.77.2-pr3481.5",
17
17
  "https-proxy-agent": "~5.0.0",
18
18
  "node-fetch": "2.6.7"
19
19
  },
20
20
  "devDependencies": {
21
- "@microsoft/rush-lib": "5.76.1",
21
+ "@microsoft/rush-lib": "5.77.2-pr3481.5",
22
22
  "@rushstack/eslint-config": "3.0.0",
23
- "@rushstack/heft": "0.47.0",
24
- "@rushstack/heft-node-rig": "1.10.0",
23
+ "@rushstack/heft": "0.47.5",
24
+ "@rushstack/heft-node-rig": "1.10.7",
25
25
  "@types/heft-jest": "1.0.1",
26
26
  "@types/node": "12.20.24",
27
27
  "@types/node-fetch": "1.6.9"
@@ -32,6 +32,5 @@
32
32
  "test": "heft test",
33
33
  "_phase:build": "heft build --clean",
34
34
  "_phase:test": "heft test --no-build"
35
- },
36
- "readme": "# @rushstack/rush-amazon-s3-build-cache-plugin\n\nThis is a Rush plugin for using Amazon S3 as cloud build cache provider during the \"build\" and \"rebuild\" command.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-amazon-s3-build-cache-plugin/CHANGELOG.md) - Find\n out what's new in the latest version\n"
35
+ }
37
36
  }