@dotcom-tool-kit/upload-assets-to-s3 4.3.0 → 4.3.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 +2 -2
package/README.md CHANGED
@@ -10,7 +10,7 @@ Install `@dotcom-tool-kit/upload-assets-to-s3` as a `devDependency` in your app:
10
10
  npm install --save-dev @dotcom-tool-kit/upload-assets-to-s3
11
11
  ```
12
12
 
13
- Add the plugin to your [Tool Kit configuration](https://github.com/financial-times/dotcom-tool-kit/blob/main/readme.md#configuration):
13
+ Add the plugin to your [Tool Kit configuration](https://github.com/financial-times/dotcom-tool-kit/blob/main/readme.md#configuring-tool-kit):
14
14
 
15
15
  ```yaml
16
16
  plugins:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/upload-assets-to-s3",
3
- "version": "4.3.0",
3
+ "version": "4.3.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.10",
14
+ "@dotcom-tool-kit/base": "^1.2.0",
15
15
  "@dotcom-tool-kit/error": "^4.1.0",
16
16
  "@dotcom-tool-kit/logger": "^4.1.1",
17
17
  "glob": "^7.1.6",