@rushstack/rush-amazon-s3-build-cache-plugin 5.65.1 → 5.66.2

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.
package/README.md CHANGED
@@ -5,5 +5,5 @@ This is a Rush plugin for using Amazon S3 as cloud build cache provider during t
5
5
  ## Links
6
6
 
7
7
  - [CHANGELOG.md](
8
- https://github.com/microsoft/rushstack/blob/master/rush-plugins/rush-amazon-s3-build-cache-plugin/CHANGELOG.md) - Find
8
+ https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-amazon-s3-build-cache-plugin/CHANGELOG.md) - Find
9
9
  out what's new in the latest version
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.21.0"
8
+ "packageVersion": "7.21.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,26 +1,27 @@
1
1
  {
2
2
  "name": "@rushstack/rush-amazon-s3-build-cache-plugin",
3
- "version": "5.65.1",
3
+ "version": "5.66.2",
4
4
  "description": "Rush plugin for Amazon S3 cloud build cache",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/microsoft/rushstack/tree/master/heft-plugins/heft-webpack5-plugin"
7
+ "url": "https://github.com/microsoft/rushstack",
8
+ "directory": "rush-plugins/rush-amazon-s3-build-cache-plugin"
8
9
  },
9
10
  "homepage": "https://rushjs.io",
10
11
  "main": "lib/index.js",
11
12
  "types": "lib/index.d.ts",
12
13
  "license": "MIT",
13
14
  "dependencies": {
14
- "@rushstack/node-core-library": "3.45.1",
15
- "@rushstack/rush-sdk": "5.65.1",
15
+ "@rushstack/node-core-library": "3.45.2",
16
+ "@rushstack/rush-sdk": "5.66.2",
16
17
  "https-proxy-agent": "~5.0.0",
17
18
  "node-fetch": "2.6.7"
18
19
  },
19
20
  "devDependencies": {
20
- "@microsoft/rush-lib": "5.65.1",
21
- "@rushstack/eslint-config": "2.5.2",
22
- "@rushstack/heft": "0.44.7",
23
- "@rushstack/heft-node-rig": "1.8.5",
21
+ "@microsoft/rush-lib": "5.66.2",
22
+ "@rushstack/eslint-config": "2.5.3",
23
+ "@rushstack/heft": "0.44.10",
24
+ "@rushstack/heft-node-rig": "1.8.8",
24
25
  "@types/heft-jest": "1.0.1",
25
26
  "@types/node": "12.20.24",
26
27
  "@types/node-fetch": "1.6.9"
@@ -32,5 +33,5 @@
32
33
  "_phase:build": "heft build --clean",
33
34
  "_phase:test": "heft test --no-build"
34
35
  },
35
- "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/master/rush-plugins/rush-amazon-s3-build-cache-plugin/CHANGELOG.md) - Find\n out what's new in the latest version\n"
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"
36
37
  }