@dotcom-tool-kit/upload-assets-to-s3 4.2.0 → 4.2.1
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -68,4 +68,4 @@ Then running `npm run build` will run the `UploadAssetsToS3` task on your review
|
|
|
68
68
|
|
|
69
69
|
| Name | Description | Preconfigured Hook|
|
|
70
70
|
|-|-|-|
|
|
71
|
-
| `
|
|
71
|
+
| `UploadAssetsToS3` | Uploads provided files to a given S3 bucket | `release:remote` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/upload-assets-to-s3",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@aws-sdk/client-s3": "^3.256.0",
|
|
14
|
-
"@dotcom-tool-kit/base": "^1.1.
|
|
14
|
+
"@dotcom-tool-kit/base": "^1.1.3",
|
|
15
15
|
"@dotcom-tool-kit/error": "^4.1.0",
|
|
16
16
|
"@dotcom-tool-kit/logger": "^4.1.0",
|
|
17
17
|
"glob": "^7.1.6",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/upload-assets-to-s3",
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@aws-sdk/types": "^3.13.1",
|
|
30
|
-
"@dotcom-tool-kit/schemas": "^1.
|
|
30
|
+
"@dotcom-tool-kit/schemas": "^1.5.0",
|
|
31
31
|
"@jest/globals": "^27.4.6",
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
33
33
|
"@types/jest": "^27.4.0",
|