@dotcom-tool-kit/upload-assets-to-s3 4.1.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -7
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
- | `UploadAssetsTos3` | Uploads provided files to a given S3 bucket | `release:remote` |
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.1.1",
3
+ "version": "4.2.1",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -11,9 +11,9 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@aws-sdk/client-s3": "^3.256.0",
14
- "@dotcom-tool-kit/base": "^1.1.1",
15
- "@dotcom-tool-kit/error": "^4.0.1",
16
- "@dotcom-tool-kit/logger": "^4.0.1",
14
+ "@dotcom-tool-kit/base": "^1.1.3",
15
+ "@dotcom-tool-kit/error": "^4.1.0",
16
+ "@dotcom-tool-kit/logger": "^4.1.0",
17
17
  "glob": "^7.1.6",
18
18
  "mime": "^2.5.2",
19
19
  "tslib": "^2.3.1"
@@ -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.3.0",
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",
@@ -45,7 +45,6 @@
45
45
  "dotcom-tool-kit": "4.x"
46
46
  },
47
47
  "engines": {
48
- "node": "18.x || 20.x",
49
- "npm": "7.x || 8.x || 9.x || 10.x"
48
+ "node": "18.x || 20.x || 22.x"
50
49
  }
51
50
  }