@dotcom-tool-kit/backend-serverless-app 3.1.0 → 3.2.1
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/.toolkitrc.yml +1 -0
- package/CHANGELOG.md +23 -0
- package/package.json +5 -5
package/.toolkitrc.yml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -174,6 +174,29 @@
|
|
|
174
174
|
* @dotcom-tool-kit/npm bumped from ^3.2.2 to ^3.2.3
|
|
175
175
|
* @dotcom-tool-kit/serverless bumped from ^2.2.12 to ^2.2.13
|
|
176
176
|
|
|
177
|
+
### Dependencies
|
|
178
|
+
|
|
179
|
+
* The following workspace dependencies were updated
|
|
180
|
+
* dependencies
|
|
181
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.0 to ^3.4.1
|
|
182
|
+
|
|
183
|
+
## [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)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
* add teardown:review hook ([e00fcb4](https://github.com/Financial-Times/dotcom-tool-kit/commit/e00fcb4739f684ab62329dfe246b4981a9fdebc9))
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Dependencies
|
|
192
|
+
|
|
193
|
+
* The following workspace dependencies were updated
|
|
194
|
+
* dependencies
|
|
195
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.3.0 to ^3.4.0
|
|
196
|
+
* @dotcom-tool-kit/node bumped from ^3.4.0 to ^3.4.1
|
|
197
|
+
* @dotcom-tool-kit/npm bumped from ^3.3.0 to ^3.3.1
|
|
198
|
+
* @dotcom-tool-kit/serverless bumped from ^2.3.0 to ^2.4.0
|
|
199
|
+
|
|
177
200
|
## [3.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/backend-serverless-app-v3.0.13...backend-serverless-app-v3.1.0) (2024-01-11)
|
|
178
201
|
|
|
179
202
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
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.
|
|
11
|
-
"@dotcom-tool-kit/node": "^3.4.
|
|
12
|
-
"@dotcom-tool-kit/npm": "^3.3.
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^2.
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "^3.4.1",
|
|
11
|
+
"@dotcom-tool-kit/node": "^3.4.1",
|
|
12
|
+
"@dotcom-tool-kit/npm": "^3.3.1",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^2.4.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|