@dotcom-tool-kit/backend-serverless-app 4.1.14 → 4.1.15
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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -387,6 +387,17 @@
|
|
|
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
|
+
## [4.1.15](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.1.14...backend-serverless-app-v4.1.15) (2025-04-10)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Dependencies
|
|
394
|
+
|
|
395
|
+
* The following workspace dependencies were updated
|
|
396
|
+
* dependencies
|
|
397
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.13 to ^4.1.14
|
|
398
|
+
* peerDependencies
|
|
399
|
+
* dotcom-tool-kit bumped from 4.x to 4.7.2
|
|
400
|
+
|
|
390
401
|
## [4.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v4.0.4...backend-serverless-app-v4.1.0) (2025-01-02)
|
|
391
402
|
|
|
392
403
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
|
|
8
8
|
"license": "ISC",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@dotcom-tool-kit/circleci-deploy": "^4.1.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^4.1.14",
|
|
11
11
|
"@dotcom-tool-kit/node": "^4.3.2",
|
|
12
12
|
"@dotcom-tool-kit/npm": "^4.2.12",
|
|
13
13
|
"@dotcom-tool-kit/serverless": "^3.4.1"
|