@dotcom-tool-kit/backend-serverless-app 4.0.0 → 4.0.2
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
|
@@ -231,6 +231,24 @@
|
|
|
231
231
|
* dependencies
|
|
232
232
|
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.4 to ^3.4.5
|
|
233
233
|
|
|
234
|
+
### Dependencies
|
|
235
|
+
|
|
236
|
+
* The following workspace dependencies were updated
|
|
237
|
+
* dependencies
|
|
238
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.0.0 to ^4.0.1
|
|
239
|
+
* @dotcom-tool-kit/node bumped from ^4.0.0 to ^4.0.1
|
|
240
|
+
* @dotcom-tool-kit/npm bumped from ^4.0.0 to ^4.0.1
|
|
241
|
+
* @dotcom-tool-kit/serverless bumped from ^3.0.0 to ^3.0.1
|
|
242
|
+
|
|
243
|
+
### Dependencies
|
|
244
|
+
|
|
245
|
+
* The following workspace dependencies were updated
|
|
246
|
+
* dependencies
|
|
247
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^4.0.1 to ^4.0.2
|
|
248
|
+
* @dotcom-tool-kit/node bumped from ^4.0.1 to ^4.0.2
|
|
249
|
+
* @dotcom-tool-kit/npm bumped from ^4.0.1 to ^4.0.2
|
|
250
|
+
* @dotcom-tool-kit/serverless bumped from ^3.0.1 to ^3.0.2
|
|
251
|
+
|
|
234
252
|
## [4.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v3.2.9...backend-serverless-app-v4.0.0) (2024-09-10)
|
|
235
253
|
|
|
236
254
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
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.0.
|
|
11
|
-
"@dotcom-tool-kit/node": "^4.0.
|
|
12
|
-
"@dotcom-tool-kit/npm": "^4.0.
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^3.0.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^4.0.2",
|
|
11
|
+
"@dotcom-tool-kit/node": "^4.0.2",
|
|
12
|
+
"@dotcom-tool-kit/npm": "^4.0.2",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^3.0.2"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|