@dotcom-tool-kit/backend-serverless-app 4.1.3 → 4.1.5
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 +18 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -294,6 +294,24 @@
|
|
|
294
294
|
* @dotcom-tool-kit/npm bumped from ^4.2.2 to ^4.2.3
|
|
295
295
|
* @dotcom-tool-kit/serverless bumped from ^3.2.2 to ^3.2.3
|
|
296
296
|
|
|
297
|
+
### Dependencies
|
|
298
|
+
|
|
299
|
+
* The following workspace dependencies were updated
|
|
300
|
+
* dependencies
|
|
301
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.3 to ^4.1.4
|
|
302
|
+
* @dotcom-tool-kit/node bumped from ^4.2.3 to ^4.2.4
|
|
303
|
+
* @dotcom-tool-kit/npm bumped from ^4.2.3 to ^4.2.4
|
|
304
|
+
* @dotcom-tool-kit/serverless bumped from ^3.2.3 to ^3.2.4
|
|
305
|
+
|
|
306
|
+
### Dependencies
|
|
307
|
+
|
|
308
|
+
* The following workspace dependencies were updated
|
|
309
|
+
* dependencies
|
|
310
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.1.4 to ^4.1.5
|
|
311
|
+
* @dotcom-tool-kit/node bumped from ^4.2.4 to ^4.2.5
|
|
312
|
+
* @dotcom-tool-kit/npm bumped from ^4.2.4 to ^4.2.5
|
|
313
|
+
* @dotcom-tool-kit/serverless bumped from ^3.2.4 to ^3.2.5
|
|
314
|
+
|
|
297
315
|
## [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)
|
|
298
316
|
|
|
299
317
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
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.
|
|
11
|
-
"@dotcom-tool-kit/node": "^4.2.
|
|
12
|
-
"@dotcom-tool-kit/npm": "^4.2.
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^3.2.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^4.1.5",
|
|
11
|
+
"@dotcom-tool-kit/node": "^4.2.5",
|
|
12
|
+
"@dotcom-tool-kit/npm": "^4.2.5",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^3.2.5"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|