@backstage/backend-defaults 0.5.0 → 0.5.1-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,47 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.5.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 920004b: Updating error message for getProjectId when fetching Gitlab project from its url to be more accurate
8
+ - Updated dependencies
9
+ - @backstage/integration@1.15.1-next.0
10
+ - @backstage/backend-app-api@1.0.1-next.0
11
+ - @backstage/backend-dev-utils@0.1.5
12
+ - @backstage/backend-plugin-api@1.0.1-next.0
13
+ - @backstage/cli-common@0.1.14
14
+ - @backstage/cli-node@0.2.8
15
+ - @backstage/config@1.2.0
16
+ - @backstage/config-loader@1.9.1
17
+ - @backstage/errors@1.2.4
18
+ - @backstage/integration-aws-node@0.1.12
19
+ - @backstage/types@1.1.1
20
+ - @backstage/plugin-auth-node@0.5.3-next.0
21
+ - @backstage/plugin-events-node@0.4.1-next.0
22
+ - @backstage/plugin-permission-node@0.8.4-next.0
23
+
24
+ ## 0.5.1-next.0
25
+
26
+ ### Patch Changes
27
+
28
+ - 094eaa3: Remove references to in-repo backend-common
29
+ - Updated dependencies
30
+ - @backstage/backend-app-api@1.0.1-next.0
31
+ - @backstage/plugin-permission-node@0.8.4-next.0
32
+ - @backstage/plugin-events-node@0.4.1-next.0
33
+ - @backstage/plugin-auth-node@0.5.3-next.0
34
+ - @backstage/backend-dev-utils@0.1.5
35
+ - @backstage/backend-plugin-api@1.0.1-next.0
36
+ - @backstage/cli-common@0.1.14
37
+ - @backstage/cli-node@0.2.8
38
+ - @backstage/config@1.2.0
39
+ - @backstage/config-loader@1.9.1
40
+ - @backstage/errors@1.2.4
41
+ - @backstage/integration@1.15.0
42
+ - @backstage/integration-aws-node@0.1.12
43
+ - @backstage/types@1.1.1
44
+
3
45
  ## 0.5.0
4
46
 
5
47
  ### Minor Changes
package/auth/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__auth",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.1",
4
4
  "main": "../dist/auth.cjs.js",
5
5
  "types": "../dist/auth.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__cache",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.1",
4
4
  "main": "../dist/cache.cjs.js",
5
5
  "types": "../dist/cache.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__database",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.1",
4
4
  "main": "../dist/database.cjs.js",
5
5
  "types": "../dist/database.d.ts"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults__discovery",
3
- "version": "0.5.0",
3
+ "version": "0.5.1-next.1",
4
4
  "main": "../dist/discovery.cjs.js",
5
5
  "types": "../dist/discovery.d.ts"
6
6
  }
@@ -2296,7 +2296,7 @@ class DefaultReadTreeResponseFactory {
2296
2296
  }
2297
2297
 
2298
2298
  var name = "@backstage/backend-defaults";
2299
- var version = "0.5.0";
2299
+ var version = "0.5.1-next.1";
2300
2300
  var description = "Backend defaults used by Backstage backend apps";
2301
2301
  var backstage = {
2302
2302
  role: "node-library"
@@ -2416,7 +2416,7 @@ var dependencies = {
2416
2416
  "@aws-sdk/credential-providers": "^3.350.0",
2417
2417
  "@aws-sdk/types": "^3.347.0",
2418
2418
  "@backstage/backend-app-api": "workspace:^",
2419
- "@backstage/backend-common": "workspace:^",
2419
+ "@backstage/backend-common": "^0.25.0",
2420
2420
  "@backstage/backend-dev-utils": "workspace:^",
2421
2421
  "@backstage/backend-plugin-api": "workspace:^",
2422
2422
  "@backstage/cli-common": "workspace:^",
@@ -2486,11 +2486,15 @@ var devDependencies = {
2486
2486
  "@backstage/backend-plugin-api": "workspace:^",
2487
2487
  "@backstage/backend-test-utils": "workspace:^",
2488
2488
  "@backstage/cli": "workspace:^",
2489
+ "@types/archiver": "^6.0.0",
2490
+ "@types/base64-stream": "^1.0.2",
2491
+ "@types/concat-stream": "^2.0.0",
2489
2492
  "@types/http-errors": "^2.0.0",
2490
2493
  "@types/morgan": "^1.9.0",
2491
2494
  "@types/node-forge": "^1.3.0",
2492
2495
  "@types/pg-format": "^1.0.5",
2493
2496
  "@types/stoppable": "^1.1.0",
2497
+ "@types/yauzl": "^2.10.0",
2494
2498
  "aws-sdk-client-mock": "^4.0.0",
2495
2499
  "http-errors": "^2.0.0",
2496
2500
  msw: "^1.0.0",