@dotcom-tool-kit/backend-serverless-app 3.2.2 → 3.2.4
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -186,6 +186,18 @@
|
|
|
186
186
|
* dependencies
|
|
187
187
|
* @dotcom-tool-kit/serverless bumped from ^2.4.0 to ^2.4.1
|
|
188
188
|
|
|
189
|
+
### Dependencies
|
|
190
|
+
|
|
191
|
+
* The following workspace dependencies were updated
|
|
192
|
+
* dependencies
|
|
193
|
+
* @dotcom-tool-kit/serverless bumped from ^2.4.1 to ^2.4.2
|
|
194
|
+
|
|
195
|
+
### Dependencies
|
|
196
|
+
|
|
197
|
+
* The following workspace dependencies were updated
|
|
198
|
+
* dependencies
|
|
199
|
+
* @dotcom-tool-kit/serverless bumped from ^2.4.2 to ^2.4.3
|
|
200
|
+
|
|
189
201
|
## [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)
|
|
190
202
|
|
|
191
203
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@dotcom-tool-kit/circleci-deploy": "^3.4.1",
|
|
11
11
|
"@dotcom-tool-kit/node": "^3.4.1",
|
|
12
12
|
"@dotcom-tool-kit/npm": "^3.3.1",
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^2.4.
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^2.4.3"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|