@backstage/backend-app-api 0.5.9-next.2 → 0.5.9

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.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 1da5f43: Ensure redaction of secrets that have accidental extra whitespace around them
8
+ - 9f8f266: Add redacting for secrets in stack traces of logs
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.20.0
11
+ - @backstage/config-loader@1.6.0
12
+ - @backstage/backend-tasks@0.5.13
13
+ - @backstage/plugin-auth-node@0.4.2
14
+ - @backstage/plugin-permission-node@0.7.19
15
+ - @backstage/cli-node@0.2.1
16
+ - @backstage/backend-plugin-api@0.6.8
17
+ - @backstage/cli-common@0.1.13
18
+ - @backstage/config@1.1.1
19
+ - @backstage/errors@1.2.3
20
+ - @backstage/types@1.1.1
21
+
22
+ ## 0.5.9-next.3
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.20.0-next.3
28
+ - @backstage/backend-plugin-api@0.6.8-next.3
29
+ - @backstage/backend-tasks@0.5.13-next.3
30
+ - @backstage/cli-common@0.1.13
31
+ - @backstage/cli-node@0.2.0
32
+ - @backstage/config@1.1.1
33
+ - @backstage/config-loader@1.6.0-next.0
34
+ - @backstage/errors@1.2.3
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-auth-node@0.4.2-next.3
37
+ - @backstage/plugin-permission-node@0.7.19-next.3
38
+
3
39
  ## 0.5.9-next.2
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.2",
3
+ "version": "0.5.9",
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.2",
4
+ "version": "0.5.9",
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.2",
47
- "@backstage/backend-plugin-api": "^0.6.8-next.2",
48
- "@backstage/backend-tasks": "^0.5.13-next.2",
46
+ "@backstage/backend-common": "^0.20.0",
47
+ "@backstage/backend-plugin-api": "^0.6.8",
48
+ "@backstage/backend-tasks": "^0.5.13",
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.2",
55
- "@backstage/plugin-permission-node": "^0.7.19-next.2",
54
+ "@backstage/plugin-auth-node": "^0.4.2",
55
+ "@backstage/plugin-permission-node": "^0.7.19",
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.2",
79
- "@backstage/cli": "^0.25.0-next.2",
78
+ "@backstage/backend-test-utils": "^0.2.9",
79
+ "@backstage/cli": "^0.25.0",
80
80
  "@types/compression": "^1.7.0",
81
81
  "@types/fs-extra": "^9.0.3",
82
82
  "@types/http-errors": "^2.0.0",