@dotcom-tool-kit/backend-serverless-app 4.1.12 → 4.1.13
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -372,6 +372,12 @@
|
|
|
372
372
|
* @dotcom-tool-kit/npm bumped from ^4.2.10 to ^4.2.11
|
|
373
373
|
* @dotcom-tool-kit/serverless bumped from ^3.3.0 to ^3.3.1
|
|
374
374
|
|
|
375
|
+
### Dependencies
|
|
376
|
+
|
|
377
|
+
* The following workspace dependencies were updated
|
|
378
|
+
* dependencies
|
|
379
|
+
* @dotcom-tool-kit/serverless bumped from ^3.3.1 to ^3.4.0
|
|
380
|
+
|
|
375
381
|
## [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)
|
|
376
382
|
|
|
377
383
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.13",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@dotcom-tool-kit/circleci-deploy": "^4.1.12",
|
|
11
11
|
"@dotcom-tool-kit/node": "^4.3.1",
|
|
12
12
|
"@dotcom-tool-kit/npm": "^4.2.11",
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^3.
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^3.4.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|