@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.10 → 6.0.0-beta.11
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/CHANGELOG.md +5 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -404,6 +404,11 @@
|
|
|
404
404
|
* The following workspace dependencies were updated
|
|
405
405
|
* dependencies
|
|
406
406
|
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
|
|
407
|
+
* @dotcom-tool-kit/node bumped from ^5.0.0 to ^5.0.1
|
|
408
|
+
* @dotcom-tool-kit/npm bumped from ^5.0.0 to ^5.0.1
|
|
409
|
+
* @dotcom-tool-kit/serverless bumped from ^4.0.0 to ^4.0.1
|
|
410
|
+
* peerDependencies
|
|
411
|
+
* dotcom-tool-kit bumped from 5.x to 5.0.1
|
|
407
412
|
|
|
408
413
|
## [5.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.23...backend-serverless-app-v5.0.0) (2025-10-28)
|
|
409
414
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.
|
|
10
|
-
"@dotcom-tool-kit/node": "^5.0.
|
|
11
|
-
"@dotcom-tool-kit/npm": "^5.0.
|
|
12
|
-
"@dotcom-tool-kit/serverless": "^4.0.
|
|
9
|
+
"@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.12",
|
|
10
|
+
"@dotcom-tool-kit/node": "^5.0.1-beta.1",
|
|
11
|
+
"@dotcom-tool-kit/npm": "^5.0.1-beta.1",
|
|
12
|
+
"@dotcom-tool-kit/serverless": "^4.0.1-beta.1"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
|
|
20
20
|
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/backend-serverless-app",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"dotcom-tool-kit": "5.
|
|
22
|
+
"dotcom-tool-kit": "^5.0.1-beta.1"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20.x"
|