@dotcom-tool-kit/backend-serverless-app 3.0.11 → 3.0.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 +16 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -158,6 +158,22 @@
|
|
|
158
158
|
* dependencies
|
|
159
159
|
* @dotcom-tool-kit/serverless bumped from ^2.2.10 to ^2.2.11
|
|
160
160
|
|
|
161
|
+
### Dependencies
|
|
162
|
+
|
|
163
|
+
* The following workspace dependencies were updated
|
|
164
|
+
* dependencies
|
|
165
|
+
* @dotcom-tool-kit/node bumped from ^3.3.7 to ^3.3.8
|
|
166
|
+
* @dotcom-tool-kit/serverless bumped from ^2.2.11 to ^2.2.12
|
|
167
|
+
|
|
168
|
+
### Dependencies
|
|
169
|
+
|
|
170
|
+
* The following workspace dependencies were updated
|
|
171
|
+
* dependencies
|
|
172
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.2.8 to ^3.2.9
|
|
173
|
+
* @dotcom-tool-kit/node bumped from ^3.3.8 to ^3.3.9
|
|
174
|
+
* @dotcom-tool-kit/npm bumped from ^3.2.2 to ^3.2.3
|
|
175
|
+
* @dotcom-tool-kit/serverless bumped from ^2.2.12 to ^2.2.13
|
|
176
|
+
|
|
161
177
|
## [3.0.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v2.1.11...backend-serverless-app-v3.0.0) (2023-10-09)
|
|
162
178
|
|
|
163
179
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13",
|
|
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.2.
|
|
11
|
-
"@dotcom-tool-kit/node": "^3.3.
|
|
12
|
-
"@dotcom-tool-kit/npm": "^3.2.
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^2.2.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^3.2.9",
|
|
11
|
+
"@dotcom-tool-kit/node": "^3.3.9",
|
|
12
|
+
"@dotcom-tool-kit/npm": "^3.2.3",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^2.2.13"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|