@dotcom-tool-kit/backend-serverless-app 3.0.6 → 3.0.8

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 CHANGED
@@ -127,6 +127,18 @@
127
127
  * dependencies
128
128
  * @dotcom-tool-kit/npm bumped from ^3.2.0 to ^3.2.1
129
129
 
130
+ ### Dependencies
131
+
132
+ * The following workspace dependencies were updated
133
+ * dependencies
134
+ * @dotcom-tool-kit/npm bumped from ^3.2.1 to ^3.2.2
135
+
136
+ ### Dependencies
137
+
138
+ * The following workspace dependencies were updated
139
+ * dependencies
140
+ * @dotcom-tool-kit/serverless bumped from ^2.2.7 to ^2.2.8
141
+
130
142
  ## [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)
131
143
 
132
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/backend-serverless-app",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -9,8 +9,8 @@
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.2.1",
13
- "@dotcom-tool-kit/serverless": "^2.2.7"
12
+ "@dotcom-tool-kit/npm": "^3.2.2",
13
+ "@dotcom-tool-kit/serverless": "^2.2.8"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
package/readme.md CHANGED
@@ -6,7 +6,6 @@ A bootstrap plugin that provides the minimum required Tool Kit plugins for a "ba
6
6
  - [`@dotcom-tool-kit/circleci-deploy`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/circleci-deploy)
7
7
  - [`@dotcom-tool-kit/serverless`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/serverless)
8
8
  - [`@dotcom-tool-kit/node`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/node)
9
- - [`@dotcom-tool-kit/husky-npm`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/husky-npm)
10
9
 
11
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`.
12
11