@dotcom-tool-kit/containerised-app-with-assets 2.0.7-beta.1 → 2.0.8-beta.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/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/containerised-app-with-assets",
3
- "version": "2.0.7-beta.1",
3
+ "version": "2.0.8-beta.1",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1"
6
6
  },
@@ -25,7 +25,7 @@
25
25
  "dotcom-tool-kit": "5.x"
26
26
  },
27
27
  "dependencies": {
28
- "@dotcom-tool-kit/containerised-app": "^2.0.7-beta.1",
28
+ "@dotcom-tool-kit/containerised-app": "^2.0.8-beta.1",
29
29
  "@dotcom-tool-kit/upload-assets-to-s3": "^5.1.0",
30
30
  "@dotcom-tool-kit/webpack": "^5.0.1",
31
31
  "zod": "^3.24.4"
package/readme.md CHANGED
@@ -10,7 +10,7 @@ This bootstrap plugin is also preconfigured to run the `Webpack` and `Node` task
10
10
 
11
11
  ## Installation & Usage
12
12
 
13
- With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
13
+ With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-tool-kit), install this plugin as a dev dependency:
14
14
 
15
15
  ```sh
16
16
  npm install --save-dev @dotcom-tool-kit/containerised-app-with-assets