@dotcom-tool-kit/containerised-app 2.0.7 → 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 +3 -3
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/containerised-app",
3
- "version": "2.0.7",
3
+ "version": "2.0.8-beta.1",
4
4
  "scripts": {
5
5
  "test": "echo \"Error: no test specified\" && exit 1"
6
6
  },
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@dotcom-tool-kit/aws": "^1.0.1",
30
- "@dotcom-tool-kit/circleci-deploy": "^6.0.2",
30
+ "@dotcom-tool-kit/circleci-deploy": "^6.0.3-beta.1",
31
31
  "@dotcom-tool-kit/cloudsmith": "^2.0.1",
32
32
  "@dotcom-tool-kit/docker": "^1.1.1",
33
33
  "@dotcom-tool-kit/doppler": "^3.0.0",
@@ -36,4 +36,4 @@
36
36
  "@dotcom-tool-kit/node": "^5.1.0",
37
37
  "zod": "^3.24.4"
38
38
  }
39
- }
39
+ }
package/readme.md CHANGED
@@ -5,7 +5,7 @@ A bootstrap plugin that provides the minimum required Tool Kit plugins for a con
5
5
  - [`@dotcom-tool-kit/aws`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/aws)
6
6
  - [`@dotcom-tool-kit/cloudsmith`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/cloudsmith)
7
7
  - [`@dotcom-tool-kit/docker`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/docker)
8
- - [`@dotcom-tool-kit/doppler`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/doppler)
8
+ - [`@dotcom-tool-kit/doppler`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/lib/doppler)
9
9
  - [`@dotcom-tool-kit/hako`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/hako)
10
10
  - [`@dotcom-tool-kit/node`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/node)
11
11
 
@@ -13,7 +13,7 @@ This bootstrap plugin is also preconfigured to run the `Node` task on the comman
13
13
 
14
14
  ## Installation & Usage
15
15
 
16
- 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:
16
+ With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-tool-kit), install this plugin as a dev dependency:
17
17
 
18
18
  ```sh
19
19
  npm install --save-dev @dotcom-tool-kit/containerised-app