@backstage/plugin-app-backend 0.0.0-nightly-20230808022043 → 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,19 +1,30 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20230808022043
3
+ ## 0.0.0-nightly-20230810022130
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
8
8
  - d564ad142b17: Migrated the alpha `appBackend` export to use static configuration and extension points rather than accepting options.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20230808022043
11
- - @backstage/config-loader@0.0.0-nightly-20230808022043
12
- - @backstage/plugin-app-node@0.0.0-nightly-20230808022043
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230808022043
10
+ - @backstage/backend-common@0.0.0-nightly-20230810022130
11
+ - @backstage/config-loader@0.0.0-nightly-20230810022130
12
+ - @backstage/plugin-app-node@0.0.0-nightly-20230810022130
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230810022130
14
14
  - @backstage/config@1.0.8
15
15
  - @backstage/types@1.1.0
16
16
 
17
+ ## 0.3.48-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - d564ad142b17: Migrated the alpha `appBackend` export to use static configuration and extension points rather than accepting options.
22
+ - Updated dependencies
23
+ - @backstage/plugin-app-node@0.1.0-next.0
24
+ - @backstage/backend-plugin-api@0.6.0-next.2
25
+ - @backstage/backend-common@0.19.2-next.2
26
+ - @backstage/config-loader@1.4.0-next.1
27
+
17
28
  ## 0.3.48-next.1
18
29
 
19
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20230808022043",
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/plugin-app-backend",
3
3
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
4
- "version": "0.0.0-nightly-20230808022043",
4
+ "version": "0.0.0-nightly-20230810022130",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,11 +43,11 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230808022043",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230808022043",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230810022130",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230810022130",
48
48
  "@backstage/config": "^1.0.8",
49
- "@backstage/config-loader": "^0.0.0-nightly-20230808022043",
50
- "@backstage/plugin-app-node": "^0.0.0-nightly-20230808022043",
49
+ "@backstage/config-loader": "^0.0.0-nightly-20230810022130",
50
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20230810022130",
51
51
  "@backstage/types": "^1.1.0",
52
52
  "@types/express": "^4.17.6",
53
53
  "express": "^4.17.1",
@@ -62,9 +62,9 @@
62
62
  "yn": "^4.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-app-api": "^0.0.0-nightly-20230808022043",
66
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230808022043",
67
- "@backstage/cli": "^0.0.0-nightly-20230808022043",
65
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230810022130",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230810022130",
67
+ "@backstage/cli": "^0.0.0-nightly-20230810022130",
68
68
  "@backstage/types": "^1.1.0",
69
69
  "@types/supertest": "^2.0.8",
70
70
  "mock-fs": "^5.1.0",