@dotcom-tool-kit/backend-serverless-app 3.0.9 → 3.0.11
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
|
@@ -146,6 +146,18 @@
|
|
|
146
146
|
* @dotcom-tool-kit/node bumped from ^3.3.6 to ^3.3.7
|
|
147
147
|
* @dotcom-tool-kit/serverless bumped from ^2.2.8 to ^2.2.9
|
|
148
148
|
|
|
149
|
+
### Dependencies
|
|
150
|
+
|
|
151
|
+
* The following workspace dependencies were updated
|
|
152
|
+
* dependencies
|
|
153
|
+
* @dotcom-tool-kit/serverless bumped from ^2.2.9 to ^2.2.10
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @dotcom-tool-kit/serverless bumped from ^2.2.10 to ^2.2.11
|
|
160
|
+
|
|
149
161
|
## [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)
|
|
150
162
|
|
|
151
163
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
|
|
11
11
|
"@dotcom-tool-kit/node": "^3.3.7",
|
|
12
12
|
"@dotcom-tool-kit/npm": "^3.2.2",
|
|
13
|
-
"@dotcom-tool-kit/serverless": "^2.2.
|
|
13
|
+
"@dotcom-tool-kit/serverless": "^2.2.11"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|