@dotcom-tool-kit/node 5.0.0 → 5.0.1-beta.10
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.
- package/package.json +4 -4
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/node",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1-beta.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -10,7 +10,7 @@
|
|
|
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": "^2.0.
|
|
13
|
+
"@dotcom-tool-kit/base": "^2.1.0-beta.3",
|
|
14
14
|
"@dotcom-tool-kit/doppler": "^3.0.0",
|
|
15
15
|
"@dotcom-tool-kit/error": "^5.0.0",
|
|
16
16
|
"@dotcom-tool-kit/state": "^5.0.0",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
".toolkitrc.yml"
|
|
32
32
|
],
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"dotcom-tool-kit": "5.x"
|
|
34
|
+
"dotcom-tool-kit": "5.x || ^5.1.0-beta.3"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
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 [
|
|
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
|
|