@dotcom-tool-kit/backend-serverless-app 3.0.4 → 3.0.5
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -115,6 +115,12 @@
|
|
|
115
115
|
* @dotcom-tool-kit/node bumped from ^3.3.5 to ^3.3.6
|
|
116
116
|
* @dotcom-tool-kit/serverless bumped from ^2.2.6 to ^2.2.7
|
|
117
117
|
|
|
118
|
+
### Dependencies
|
|
119
|
+
|
|
120
|
+
* The following workspace dependencies were updated
|
|
121
|
+
* dependencies
|
|
122
|
+
* @dotcom-tool-kit/npm bumped from ^3.1.6 to ^3.2.0
|
|
123
|
+
|
|
118
124
|
## [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)
|
|
119
125
|
|
|
120
126
|
|
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.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [],
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@dotcom-tool-kit/circleci-deploy": "^3.2.8",
|
|
11
11
|
"@dotcom-tool-kit/node": "^3.3.6",
|
|
12
|
-
"@dotcom-tool-kit/npm": "^3.
|
|
12
|
+
"@dotcom-tool-kit/npm": "^3.2.0",
|
|
13
13
|
"@dotcom-tool-kit/serverless": "^2.2.7"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|