@dotcom-tool-kit/backend-serverless-app 3.2.7 → 4.0.0-beta.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 CHANGED
@@ -4,8 +4,10 @@ plugins:
4
4
  - '@dotcom-tool-kit/serverless'
5
5
  - '@dotcom-tool-kit/node'
6
6
 
7
- hooks:
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/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.2.7",
3
+ "version": "4.0.0-beta.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.4.3",
11
- "@dotcom-tool-kit/node": "^3.4.1",
12
- "@dotcom-tool-kit/npm": "^3.3.1",
13
- "@dotcom-tool-kit/serverless": "^2.4.4"
10
+ "@dotcom-tool-kit/circleci-deploy": "4.0.0-beta.1",
11
+ "@dotcom-tool-kit/node": "4.0.0-beta.1",
12
+ "@dotcom-tool-kit/npm": "4.0.0-beta.1",
13
+ "@dotcom-tool-kit/serverless": "3.0.0-beta.1"
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": "3.x"
23
+ "dotcom-tool-kit": "4.0.0-beta.1"
24
24
  },
25
25
  "engines": {
26
- "node": "16.x || 18.x || 20.x",
26
+ "node": "18.x || 20.x",
27
27
  "npm": "7.x || 8.x || 9.x || 10.x"
28
28
  }
29
29
  }