@dotcom-tool-kit/backend-serverless-app 5.0.0 → 6.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/package.json +2 -3
- package/readme.md +1 -0
- package/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/backend-serverless-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-beta.1",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "index.js",
|
|
6
5
|
"keywords": [],
|
|
7
6
|
"author": "FT.com Platforms Team <platforms-team.customer-products@ft.com>",
|
|
8
7
|
"license": "ISC",
|
|
9
8
|
"dependencies": {
|
|
10
|
-
"@dotcom-tool-kit/circleci-deploy": "^
|
|
9
|
+
"@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.1",
|
|
11
10
|
"@dotcom-tool-kit/node": "^5.0.0",
|
|
12
11
|
"@dotcom-tool-kit/npm": "^5.0.0",
|
|
13
12
|
"@dotcom-tool-kit/serverless": "^4.0.0"
|
package/readme.md
CHANGED
|
@@ -9,6 +9,7 @@ A bootstrap plugin that provides the minimum required Tool Kit plugins for a "ba
|
|
|
9
9
|
|
|
10
10
|
This bootstrap plugin is also preconfigured to run the `ServerlessRun` task on the hook `run:local`, and binds the tasks defined by the `serverless` plugin to the hooks defined by `circleci-deploy`.
|
|
11
11
|
|
|
12
|
+
|
|
12
13
|
## Installation
|
|
13
14
|
|
|
14
15
|
With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency:
|
package/index.js
DELETED
|
File without changes
|