@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.2 → 6.0.0-beta.21
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 +23 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -387,6 +387,29 @@
|
|
|
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](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v5.0.0...backend-serverless-app-v6.0.0) (2026-01-14)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### ⚠ BREAKING CHANGES
|
|
394
|
+
|
|
395
|
+
* release major versions of wrapper plugins
|
|
396
|
+
|
|
397
|
+
### Features
|
|
398
|
+
|
|
399
|
+
* release major versions of wrapper plugins ([c7fa1f4](https://github.com/Financial-Times/dotcom-tool-kit/commit/c7fa1f4fb405f07ec40c8df2fd3aeb4486bb447b))
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Dependencies
|
|
403
|
+
|
|
404
|
+
* The following workspace dependencies were updated
|
|
405
|
+
* dependencies
|
|
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.1.0
|
|
412
|
+
|
|
390
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)
|
|
391
414
|
|
|
392
415
|
|
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.21",
|
|
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.22",
|
|
10
|
+
"@dotcom-tool-kit/node": "^5.0.1-beta.11",
|
|
11
|
+
"@dotcom-tool-kit/npm": "^5.0.1-beta.11",
|
|
12
|
+
"@dotcom-tool-kit/serverless": "^4.0.1-beta.11"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
@@ -19,9 +19,9 @@
|
|
|
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.x"
|
|
22
|
+
"dotcom-tool-kit": "5.x || ^5.1.0-beta.4"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20.x"
|
|
26
26
|
}
|
|
27
|
-
}
|
|
27
|
+
}
|