@dotcom-tool-kit/backend-serverless-app 3.2.7 → 3.2.9
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 +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -216,6 +216,21 @@
|
|
|
216
216
|
* dependencies
|
|
217
217
|
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.2 to ^3.4.3
|
|
218
218
|
|
|
219
|
+
### Dependencies
|
|
220
|
+
|
|
221
|
+
* The following workspace dependencies were updated
|
|
222
|
+
* dependencies
|
|
223
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.3 to ^3.4.4
|
|
224
|
+
* @dotcom-tool-kit/node bumped from ^3.4.1 to ^3.4.2
|
|
225
|
+
* @dotcom-tool-kit/npm bumped from ^3.3.1 to ^3.3.2
|
|
226
|
+
* @dotcom-tool-kit/serverless bumped from ^2.4.4 to ^2.4.5
|
|
227
|
+
|
|
228
|
+
### Dependencies
|
|
229
|
+
|
|
230
|
+
* The following workspace dependencies were updated
|
|
231
|
+
* dependencies
|
|
232
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.4 to ^3.4.5
|
|
233
|
+
|
|
219
234
|
## [3.2.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v3.1.0...backend-serverless-app-v3.2.0) (2024-01-23)
|
|
220
235
|
|
|
221
236
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.9",
|
|
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": "^3.4.
|
|
11
|
-
"@dotcom-tool-kit/node": "^3.4.
|
|
12
|
-
"@dotcom-tool-kit/npm": "^3.3.
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^2.4.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^3.4.5",
|
|
11
|
+
"@dotcom-tool-kit/node": "^3.4.2",
|
|
12
|
+
"@dotcom-tool-kit/npm": "^3.3.2",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^2.4.5"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|