@backstage/backend-app-api 0.5.10-next.1 → 0.5.10

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,37 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
+ ## 0.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 516fd3e: Updated README to reflect release status
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.20.1
10
+ - @backstage/config-loader@1.6.1
11
+ - @backstage/cli-node@0.2.2
12
+ - @backstage/backend-plugin-api@0.6.9
13
+ - @backstage/plugin-permission-node@0.7.20
14
+ - @backstage/backend-tasks@0.5.14
15
+ - @backstage/plugin-auth-node@0.4.3
16
+ - @backstage/cli-common@0.1.13
17
+ - @backstage/config@1.1.1
18
+ - @backstage/errors@1.2.3
19
+ - @backstage/types@1.1.1
20
+
21
+ ## 0.5.10-next.2
22
+
23
+ ### Patch Changes
24
+
25
+ - 516fd3e: Updated README to reflect release status
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@0.6.9-next.2
28
+ - @backstage/backend-common@0.20.1-next.2
29
+ - @backstage/plugin-auth-node@0.4.3-next.2
30
+ - @backstage/plugin-permission-node@0.7.20-next.2
31
+ - @backstage/backend-tasks@0.5.14-next.2
32
+ - @backstage/cli-node@0.2.2-next.0
33
+ - @backstage/config-loader@1.6.1-next.0
34
+
3
35
  ## 0.5.10-next.1
4
36
 
5
37
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- **This package is EXPERIMENTAL, we recommend against using it for production deployments**
4
-
5
- This package provides the core API used by Backstage backend apps.
3
+ This package provides the framework API used by Backstage backend apps.
6
4
 
7
5
  ## Installation
8
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.5.10-next.1",
3
+ "version": "0.5.10",
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.10-next.1",
4
+ "version": "0.5.10",
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.1-next.1",
47
- "@backstage/backend-plugin-api": "^0.6.9-next.1",
48
- "@backstage/backend-tasks": "^0.5.14-next.1",
46
+ "@backstage/backend-common": "^0.20.1",
47
+ "@backstage/backend-plugin-api": "^0.6.9",
48
+ "@backstage/backend-tasks": "^0.5.14",
49
49
  "@backstage/cli-common": "^0.1.13",
50
- "@backstage/cli-node": "^0.2.2-next.0",
50
+ "@backstage/cli-node": "^0.2.2",
51
51
  "@backstage/config": "^1.1.1",
52
- "@backstage/config-loader": "^1.6.1-next.0",
52
+ "@backstage/config-loader": "^1.6.1",
53
53
  "@backstage/errors": "^1.2.3",
54
- "@backstage/plugin-auth-node": "^0.4.3-next.1",
55
- "@backstage/plugin-permission-node": "^0.7.20-next.1",
54
+ "@backstage/plugin-auth-node": "^0.4.3",
55
+ "@backstage/plugin-permission-node": "^0.7.20",
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.10-next.1",
79
- "@backstage/cli": "^0.25.1-next.1",
78
+ "@backstage/backend-test-utils": "^0.2.10",
79
+ "@backstage/cli": "^0.25.1",
80
80
  "@types/compression": "^1.7.0",
81
81
  "@types/fs-extra": "^9.0.3",
82
82
  "@types/http-errors": "^2.0.0",