@dotcom-tool-kit/backend-serverless-app 3.2.6 → 4.0.0-beta.0
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 +3 -1
- package/CHANGELOG.md +6 -0
- package/index.js +0 -1
- package/package.json +7 -7
package/.toolkitrc.yml
CHANGED
|
@@ -4,8 +4,10 @@ plugins:
|
|
|
4
4
|
- '@dotcom-tool-kit/serverless'
|
|
5
5
|
- '@dotcom-tool-kit/node'
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
commands:
|
|
8
8
|
'run:local': ServerlessRun
|
|
9
9
|
'deploy:review': ServerlessProvision
|
|
10
10
|
'deploy:production': ServerlessDeploy
|
|
11
11
|
'teardown:review': ServerlessTeardown
|
|
12
|
+
|
|
13
|
+
version: 2
|
package/CHANGELOG.md
CHANGED
|
@@ -210,6 +210,12 @@
|
|
|
210
210
|
* dependencies
|
|
211
211
|
* @dotcom-tool-kit/serverless bumped from ^2.4.3 to ^2.4.4
|
|
212
212
|
|
|
213
|
+
### Dependencies
|
|
214
|
+
|
|
215
|
+
* The following workspace dependencies were updated
|
|
216
|
+
* dependencies
|
|
217
|
+
* @dotcom-tool-kit/circleci-deploy bumped from ^3.4.2 to ^3.4.3
|
|
218
|
+
|
|
213
219
|
## [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)
|
|
214
220
|
|
|
215
221
|
|
package/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
exports.tasks = []
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta.0",
|
|
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": "
|
|
11
|
-
"@dotcom-tool-kit/node": "
|
|
12
|
-
"@dotcom-tool-kit/npm": "
|
|
13
|
-
"@dotcom-tool-kit/serverless": "
|
|
10
|
+
"@dotcom-tool-kit/circleci-deploy": "4.0.0-beta.0",
|
|
11
|
+
"@dotcom-tool-kit/node": "4.0.0-beta.0",
|
|
12
|
+
"@dotcom-tool-kit/npm": "4.0.0-beta.0",
|
|
13
|
+
"@dotcom-tool-kit/serverless": "3.0.0-beta.0"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
|
|
21
21
|
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/backend-serverless-app",
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"dotcom-tool-kit": "
|
|
23
|
+
"dotcom-tool-kit": "4.0.0-beta.0"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": "
|
|
26
|
+
"node": "18.x || 20.x",
|
|
27
27
|
"npm": "7.x || 8.x || 9.x || 10.x"
|
|
28
28
|
}
|
|
29
29
|
}
|