@dotcom-tool-kit/backend-serverless-app 6.0.0-beta.17 → 6.0.0-beta.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -408,7 +408,7 @@
408
408
  * @dotcom-tool-kit/npm bumped from ^5.0.0 to ^5.0.1
409
409
  * @dotcom-tool-kit/serverless bumped from ^4.0.0 to ^4.0.1
410
410
  * peerDependencies
411
- * dotcom-tool-kit bumped from 5.x to 5.0.1
411
+ * dotcom-tool-kit bumped from 5.x to 5.1.0
412
412
 
413
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)
414
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.17",
3
+ "version": "6.0.0-beta.18",
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.18",
10
- "@dotcom-tool-kit/node": "^5.0.1-beta.7",
11
- "@dotcom-tool-kit/npm": "^5.0.1-beta.7",
12
- "@dotcom-tool-kit/serverless": "^4.0.1-beta.7"
9
+ "@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.19",
10
+ "@dotcom-tool-kit/node": "^5.0.1-beta.8",
11
+ "@dotcom-tool-kit/npm": "^5.0.1-beta.8",
12
+ "@dotcom-tool-kit/serverless": "^4.0.1-beta.8"
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.x || ^5.0.1-beta.7"
22
+ "dotcom-tool-kit": "5.x || ^5.1.0-beta.1"
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=20.x"