@backstage/backend-app-api 0.0.0-nightly-20230809021722 → 0.0.0-nightly-20230810022130

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,6 +1,6 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20230809021722
3
+ ## 0.0.0-nightly-20230810022130
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,13 +11,13 @@
11
11
  - e65c4896f755: Do not throw in backend.stop, if start failed
12
12
  - cc9256a33bcc: Added new experimental `featureDiscoveryServiceFactory`, available as an `/alpha` export.
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20230809021722
15
- - @backstage/config-loader@0.0.0-nightly-20230809021722
16
- - @backstage/cli-node@0.0.0-nightly-20230809021722
17
- - @backstage/plugin-auth-node@0.0.0-nightly-20230809021722
18
- - @backstage/backend-plugin-api@0.0.0-nightly-20230809021722
19
- - @backstage/backend-tasks@0.0.0-nightly-20230809021722
20
- - @backstage/plugin-permission-node@0.0.0-nightly-20230809021722
14
+ - @backstage/backend-common@0.0.0-nightly-20230810022130
15
+ - @backstage/config-loader@0.0.0-nightly-20230810022130
16
+ - @backstage/cli-node@0.0.0-nightly-20230810022130
17
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230810022130
18
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
19
+ - @backstage/backend-tasks@0.0.0-nightly-20230810022130
20
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230810022130
21
21
  - @backstage/cli-common@0.1.12
22
22
  - @backstage/config@1.0.8
23
23
  - @backstage/errors@1.2.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api",
3
- "version": "0.0.0-nightly-20230809021722",
3
+ "version": "0.0.0-nightly-20230810022130",
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.0.0-nightly-20230809021722",
4
+ "version": "0.0.0-nightly-20230810022130",
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.0.0-nightly-20230809021722",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230809021722",
48
- "@backstage/backend-tasks": "^0.0.0-nightly-20230809021722",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130",
48
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230810022130",
49
49
  "@backstage/cli-common": "^0.1.12",
50
- "@backstage/cli-node": "^0.0.0-nightly-20230809021722",
50
+ "@backstage/cli-node": "^0.0.0-nightly-20230810022130",
51
51
  "@backstage/config": "^1.0.8",
52
- "@backstage/config-loader": "^0.0.0-nightly-20230809021722",
52
+ "@backstage/config-loader": "^0.0.0-nightly-20230810022130",
53
53
  "@backstage/errors": "^1.2.1",
54
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230809021722",
55
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230809021722",
54
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230810022130",
55
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230810022130",
56
56
  "@backstage/types": "^1.1.0",
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.0.0-nightly-20230809021722",
79
- "@backstage/cli": "^0.0.0-nightly-20230809021722",
78
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230810022130",
79
+ "@backstage/cli": "^0.0.0-nightly-20230810022130",
80
80
  "@types/compression": "^1.7.0",
81
81
  "@types/fs-extra": "^9.0.3",
82
82
  "@types/http-errors": "^2.0.0",