@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.4 → 6.0.0-beta.6
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 -20
- 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,25 +403,7 @@
|
|
|
403
403
|
|
|
404
404
|
* The following workspace dependencies were updated
|
|
405
405
|
* dependencies
|
|
406
|
-
* @dotcom-tool-kit/circleci-deploy bumped from ^
|
|
407
|
-
|
|
408
|
-
## [6.0.0-beta.3](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v6.0.0-beta.2...backend-serverless-app-v6.0.0-beta.3) (2025-12-08)
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
### ⚠ BREAKING CHANGES
|
|
412
|
-
|
|
413
|
-
* release major versions of wrapper plugins
|
|
414
|
-
|
|
415
|
-
### Features
|
|
416
|
-
|
|
417
|
-
* release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
### Dependencies
|
|
421
|
-
|
|
422
|
-
* The following workspace dependencies were updated
|
|
423
|
-
* dependencies
|
|
424
|
-
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0-beta.4
|
|
406
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^5.0.0 to ^6.0.0
|
|
425
407
|
|
|
426
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)
|
|
427
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.6",
|
|
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.7",
|
|
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
|
+
}
|