@dotcom-tool-kit/node 4.4.1 → 5.0.1-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 +8 -8
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/node",
3
- "version": "4.4.1",
3
+ "version": "5.0.1-beta.1",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -10,10 +10,10 @@
10
10
  "author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dotcom-tool-kit/base": "^1.3.1",
14
- "@dotcom-tool-kit/doppler": "^2.2.3",
15
- "@dotcom-tool-kit/error": "^4.1.1",
16
- "@dotcom-tool-kit/state": "^4.3.2",
13
+ "@dotcom-tool-kit/base": "^4.0.0-beta.1",
14
+ "@dotcom-tool-kit/doppler": "^3.0.0",
15
+ "@dotcom-tool-kit/error": "^5.0.0",
16
+ "@dotcom-tool-kit/state": "^5.0.0",
17
17
  "get-port": "^5.1.1",
18
18
  "tslib": "^2.8.1",
19
19
  "wait-port": "^1.1.0",
@@ -31,9 +31,9 @@
31
31
  ".toolkitrc.yml"
32
32
  ],
33
33
  "peerDependencies": {
34
- "dotcom-tool-kit": "4.x"
34
+ "dotcom-tool-kit": "^5.0.1-beta.1"
35
35
  },
36
36
  "engines": {
37
- "node": "18.x || 20.x || 22.x"
37
+ "node": ">=20.x"
38
38
  }
39
- }
39
+ }
package/readme.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Run your Node application.
4
4
 
5
- This plugin will be installed as a dependency of the [frontend-app](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/frontend-app), [backend-heroku-app](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/backend-heroku-app) plugins so you do not need to install it separately if you are using either of those plugins.
5
+ This plugin will be installed as a dependency of the [containerised-app-with-assets](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/containerised-app-with-assets), [containerised-app](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/containerised-app) plugins so you do not need to install it separately if you are using either of those plugins.
6
6
 
7
7
  ## Installation
8
8