@dotcom-tool-kit/containerised-app-with-assets 0.2.9 → 0.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/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": "0.2.9",
3
+ "version": "0.3.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": "^4.8.0"
26
26
  },
27
27
  "dependencies": {
28
- "@dotcom-tool-kit/containerised-app": "^0.2.9",
28
+ "@dotcom-tool-kit/containerised-app": "^0.3.1",
29
29
  "@dotcom-tool-kit/upload-assets-to-s3": "^4.3.6",
30
30
  "@dotcom-tool-kit/webpack": "^4.3.4",
31
31
  "zod": "^3.24.4"
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # dotcom-tool-kit/containerised-app-with-assets
2
2
 
3
- A bootstrap plugin that provides the required Tool Kit plugins for a containerised application that's deployed to Amazon Elastic Container Service (ECS), additionally supporting building and uploading assets to S3.
3
+ A bootstrap plugin that provides the required Tool Kit plugins for a containerised application that's deployed to Amazon Elastic Container Service (ECS,) additionally supporting building and uploading assets to S3.
4
4
 
5
5
  - [`@dotcom-tool-kit/containerised-app`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/containerised-app)
6
6
  - [`@dotcom-tool-kit/upload-assets-to-s3`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/upload-assets-to-s3)