@backstage/plugin-app-backend 0.0.0-nightly-20230313022448 → 0.0.0-nightly-20230322022148

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,16 +1,38 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20230313022448
3
+ ## 0.0.0-nightly-20230322022148
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20230322022148
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230322022148
10
+ - @backstage/config@1.0.7
11
+ - @backstage/config-loader@1.1.9
12
+ - @backstage/types@1.0.2
13
+
14
+ ## 0.3.44-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.18.4-next.0
20
+ - @backstage/config@1.0.7
21
+ - @backstage/backend-plugin-api@0.5.1-next.0
22
+ - @backstage/config-loader@1.1.9
23
+ - @backstage/types@1.0.2
24
+
25
+ ## 0.3.43
4
26
 
5
27
  ### Patch Changes
6
28
 
7
29
  - 928a12a9b3e: Internal refactor of `/alpha` exports.
8
30
  - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
9
31
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20230313022448
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20230313022448
12
- - @backstage/config-loader@0.0.0-nightly-20230313022448
13
- - @backstage/config@0.0.0-nightly-20230313022448
32
+ - @backstage/backend-common@0.18.3
33
+ - @backstage/backend-plugin-api@0.5.0
34
+ - @backstage/config-loader@1.1.9
35
+ - @backstage/config@1.0.7
14
36
  - @backstage/types@1.0.2
15
37
 
16
38
  ## 0.3.43-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20230313022448",
3
+ "version": "0.0.0-nightly-20230322022148",
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-20230313022448",
4
+ "version": "0.0.0-nightly-20230322022148",
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-20230313022448",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230313022448",
48
- "@backstage/config": "^0.0.0-nightly-20230313022448",
49
- "@backstage/config-loader": "^0.0.0-nightly-20230313022448",
46
+ "@backstage/backend-common": "^0.0.0-nightly-20230322022148",
47
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230322022148",
48
+ "@backstage/config": "^1.0.7",
49
+ "@backstage/config-loader": "^1.1.9",
50
50
  "@backstage/types": "^1.0.2",
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-20230313022448",
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230313022448",
66
- "@backstage/cli": "^0.0.0-nightly-20230313022448",
64
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230322022148",
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230322022148",
66
+ "@backstage/cli": "^0.0.0-nightly-20230322022148",
67
67
  "@backstage/types": "^1.0.2",
68
68
  "@types/supertest": "^2.0.8",
69
69
  "mock-fs": "^5.1.0",