@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.3 → 6.0.0-beta.5
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
* @dotcom-tool-kit/npm bumped from ^4.2.11 to ^4.2.12
|
|
388
388
|
* @dotcom-tool-kit/serverless bumped from ^3.4.0 to ^3.4.1
|
|
389
389
|
|
|
390
|
-
## [6.0.0
|
|
390
|
+
## [6.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v5.0.0...backend-serverless-app-v6.0.0) (2025-12-18)
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
### ⚠ BREAKING CHANGES
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
|
|
404
404
|
* The following workspace dependencies were updated
|
|
405
405
|
* dependencies
|
|
406
|
-
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
|
|
406
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
|
|
407
407
|
|
|
408
408
|
## [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
409
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.5",
|
|
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.
|
|
9
|
+
"@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.6",
|
|
10
10
|
"@dotcom-tool-kit/node": "^5.0.0",
|
|
11
11
|
"@dotcom-tool-kit/npm": "^5.0.0",
|
|
12
12
|
"@dotcom-tool-kit/serverless": "^4.0.0"
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20.x"
|
|
26
26
|
}
|
|
27
|
-
}
|
|
27
|
+
}
|