@backstage/backend-defaults 0.7.0-next.0 → 0.7.0-next.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/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.7.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/types@1.2.1-next.0
9
+ - @backstage/backend-app-api@1.1.1-next.1
10
+ - @backstage/backend-plugin-api@1.1.1-next.1
11
+ - @backstage/cli-node@0.2.12-next.0
12
+ - @backstage/config@1.3.2-next.0
13
+ - @backstage/config-loader@1.9.5-next.1
14
+ - @backstage/errors@1.2.7-next.0
15
+ - @backstage/plugin-auth-node@0.5.6-next.1
16
+ - @backstage/plugin-events-node@0.4.7-next.1
17
+ - @backstage/integration-aws-node@0.1.15-next.0
18
+ - @backstage/plugin-permission-node@0.8.7-next.1
19
+ - @backstage/backend-dev-utils@0.1.5
20
+ - @backstage/cli-common@0.1.15
21
+ - @backstage/integration@1.16.1-next.0
22
+
3
23
  ## 0.7.0-next.0
4
24
 
5
25
  ### Minor Changes
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var name = "@backstage/backend-defaults";
6
- var version = "0.7.0-next.0";
6
+ var version = "0.7.0-next.1";
7
7
  var description = "Backend defaults used by Backstage backend apps";
8
8
  var backstage = {
9
9
  role: "node-library"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults",
3
- "version": "0.7.0-next.0",
3
+ "version": "0.7.0-next.1",
4
4
  "description": "Backend defaults used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -193,20 +193,20 @@
193
193
  "@aws-sdk/types": "^3.347.0",
194
194
  "@azure/identity": "^4.0.0",
195
195
  "@azure/storage-blob": "^12.5.0",
196
- "@backstage/backend-app-api": "1.1.1-next.0",
196
+ "@backstage/backend-app-api": "1.1.1-next.1",
197
197
  "@backstage/backend-dev-utils": "0.1.5",
198
- "@backstage/backend-plugin-api": "1.1.1-next.0",
198
+ "@backstage/backend-plugin-api": "1.1.1-next.1",
199
199
  "@backstage/cli-common": "0.1.15",
200
- "@backstage/cli-node": "0.2.11",
201
- "@backstage/config": "1.3.1",
202
- "@backstage/config-loader": "1.9.5-next.0",
203
- "@backstage/errors": "1.2.6",
204
- "@backstage/integration": "1.16.0",
205
- "@backstage/integration-aws-node": "0.1.14",
206
- "@backstage/plugin-auth-node": "0.5.6-next.0",
207
- "@backstage/plugin-events-node": "0.4.7-next.0",
208
- "@backstage/plugin-permission-node": "0.8.7-next.0",
209
- "@backstage/types": "1.2.0",
200
+ "@backstage/cli-node": "0.2.12-next.0",
201
+ "@backstage/config": "1.3.2-next.0",
202
+ "@backstage/config-loader": "1.9.5-next.1",
203
+ "@backstage/errors": "1.2.7-next.0",
204
+ "@backstage/integration": "1.16.1-next.0",
205
+ "@backstage/integration-aws-node": "0.1.15-next.0",
206
+ "@backstage/plugin-auth-node": "0.5.6-next.1",
207
+ "@backstage/plugin-events-node": "0.4.7-next.1",
208
+ "@backstage/plugin-permission-node": "0.8.7-next.1",
209
+ "@backstage/types": "1.2.1-next.0",
210
210
  "@google-cloud/storage": "^7.0.0",
211
211
  "@keyv/memcache": "^2.0.1",
212
212
  "@keyv/redis": "^4.0.1",
@@ -267,9 +267,9 @@
267
267
  },
268
268
  "devDependencies": {
269
269
  "@aws-sdk/util-stream-node": "^3.350.0",
270
- "@backstage/backend-plugin-api": "1.1.1-next.0",
271
- "@backstage/backend-test-utils": "1.2.1-next.0",
272
- "@backstage/cli": "0.29.5-next.0",
270
+ "@backstage/backend-plugin-api": "1.1.1-next.1",
271
+ "@backstage/backend-test-utils": "1.2.1-next.1",
272
+ "@backstage/cli": "0.29.5-next.1",
273
273
  "@google-cloud/cloud-sql-connector": "^1.4.0",
274
274
  "@types/archiver": "^6.0.0",
275
275
  "@types/base64-stream": "^1.0.2",