@dotcom-tool-kit/backend-serverless-app 5.0.0 → 6.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/backend-serverless-app",
3
- "version": "5.0.0",
3
+ "version": "6.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": "^5.0.0",
10
+ "@dotcom-tool-kit/circleci-deploy": "^6.0.0-beta.1",
11
11
  "@dotcom-tool-kit/node": "^5.0.0",
12
12
  "@dotcom-tool-kit/npm": "^5.0.0",
13
13
  "@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: