@backstage/plugin-app-backend 0.0.0-nightly-20230806021253 → 0.0.0-nightly-20230807021924

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,14 +1,14 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20230806021253
3
+ ## 0.0.0-nightly-20230807021924
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20230806021253
10
- - @backstage/config-loader@0.0.0-nightly-20230806021253
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230806021253
9
+ - @backstage/backend-common@0.0.0-nightly-20230807021924
10
+ - @backstage/config-loader@0.0.0-nightly-20230807021924
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230807021924
12
12
  - @backstage/config@1.0.8
13
13
  - @backstage/types@1.1.0
14
14
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20230806021253",
3
+ "version": "0.0.0-nightly-20230807021924",
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-20230806021253",
4
+ "version": "0.0.0-nightly-20230807021924",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,10 +43,10 @@
43
43
  "clean": "backstage-cli package clean"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.0.0-nightly-20230806021253",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230806021253",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230807021924",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230807021924",
48
48
  "@backstage/config": "^1.0.8",
49
- "@backstage/config-loader": "^0.0.0-nightly-20230806021253",
49
+ "@backstage/config-loader": "^0.0.0-nightly-20230807021924",
50
50
  "@backstage/types": "^1.1.0",
51
51
  "@types/express": "^4.17.6",
52
52
  "express": "^4.17.1",
@@ -61,9 +61,9 @@
61
61
  "yn": "^4.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-app-api": "^0.0.0-nightly-20230806021253",
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230806021253",
66
- "@backstage/cli": "^0.0.0-nightly-20230806021253",
64
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230807021924",
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230807021924",
66
+ "@backstage/cli": "^0.0.0-nightly-20230807021924",
67
67
  "@backstage/types": "^1.1.0",
68
68
  "@types/supertest": "^2.0.8",
69
69
  "mock-fs": "^5.1.0",