@backstage/backend-app-api 0.5.9-next.3 → 0.5.10-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
+ ## 0.5.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.1-next.0
9
+ - @backstage/backend-plugin-api@0.6.9-next.0
10
+ - @backstage/backend-tasks@0.5.14-next.0
11
+ - @backstage/cli-common@0.1.13
12
+ - @backstage/cli-node@0.2.1
13
+ - @backstage/config@1.1.1
14
+ - @backstage/config-loader@1.6.0
15
+ - @backstage/errors@1.2.3
16
+ - @backstage/types@1.1.1
17
+ - @backstage/plugin-auth-node@0.4.3-next.0
18
+ - @backstage/plugin-permission-node@0.7.20-next.0
19
+
20
+ ## 0.5.9
21
+
22
+ ### Patch Changes
23
+
24
+ - 1da5f43: Ensure redaction of secrets that have accidental extra whitespace around them
25
+ - 9f8f266: Add redacting for secrets in stack traces of logs
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.20.0
28
+ - @backstage/config-loader@1.6.0
29
+ - @backstage/backend-tasks@0.5.13
30
+ - @backstage/plugin-auth-node@0.4.2
31
+ - @backstage/plugin-permission-node@0.7.19
32
+ - @backstage/cli-node@0.2.1
33
+ - @backstage/backend-plugin-api@0.6.8
34
+ - @backstage/cli-common@0.1.13
35
+ - @backstage/config@1.1.1
36
+ - @backstage/errors@1.2.3
37
+ - @backstage/types@1.1.1
38
+
3
39
  ## 0.5.9-next.3
4
40
 
5
41
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.5.9-next.3",
3
+ "version": "0.5.10-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
3
  "description": "Core API used by Backstage backend apps",
4
- "version": "0.5.9-next.3",
4
+ "version": "0.5.10-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -43,16 +43,16 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.20.0-next.3",
47
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
48
- "@backstage/backend-tasks": "^0.5.13-next.3",
46
+ "@backstage/backend-common": "^0.20.1-next.0",
47
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
48
+ "@backstage/backend-tasks": "^0.5.14-next.0",
49
49
  "@backstage/cli-common": "^0.1.13",
50
- "@backstage/cli-node": "^0.2.0",
50
+ "@backstage/cli-node": "^0.2.1",
51
51
  "@backstage/config": "^1.1.1",
52
- "@backstage/config-loader": "^1.6.0-next.0",
52
+ "@backstage/config-loader": "^1.6.0",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
55
- "@backstage/plugin-permission-node": "^0.7.19-next.3",
54
+ "@backstage/plugin-auth-node": "^0.4.3-next.0",
55
+ "@backstage/plugin-permission-node": "^0.7.20-next.0",
56
56
  "@backstage/types": "^1.1.1",
57
57
  "@manypkg/get-packages": "^1.1.3",
58
58
  "@types/cors": "^2.8.6",
@@ -75,8 +75,8 @@
75
75
  "winston-transport": "^4.5.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "^0.2.9-next.3",
79
- "@backstage/cli": "^0.25.0-next.3",
78
+ "@backstage/backend-test-utils": "^0.2.10-next.0",
79
+ "@backstage/cli": "^0.25.1-next.0",
80
80
  "@types/compression": "^1.7.0",
81
81
  "@types/fs-extra": "^9.0.3",
82
82
  "@types/http-errors": "^2.0.0",