@backstage/plugin-app-backend 0.0.0-nightly-20221220022526 → 0.0.0-nightly-20221230022354

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,17 +1,28 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20221220022526
3
+ ## 0.0.0-nightly-20221230022354
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@0.0.0-nightly-20221230022354
9
+ - @backstage/backend-common@0.0.0-nightly-20221230022354
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221230022354
11
+ - @backstage/config-loader@0.0.0-nightly-20221230022354
12
+ - @backstage/types@1.0.2
13
+
14
+ ## 0.3.39
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - 884d749b14: Refactored to use `coreServices` from `@backstage/backend-plugin-api`.
8
19
  - 3280711113: Updated dependency `msw` to `^0.49.0`.
9
20
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20221220022526
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20221220022526
12
- - @backstage/config-loader@0.0.0-nightly-20221220022526
13
- - @backstage/types@0.0.0-nightly-20221220022526
14
- - @backstage/config@0.0.0-nightly-20221220022526
21
+ - @backstage/backend-common@0.17.0
22
+ - @backstage/backend-plugin-api@0.2.0
23
+ - @backstage/config-loader@1.1.7
24
+ - @backstage/types@1.0.2
25
+ - @backstage/config@1.0.5
15
26
 
16
27
  ## 0.3.39-next.3
17
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20221220022526",
3
+ "version": "0.0.0-nightly-20221230022354",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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-20221220022526",
4
+ "version": "0.0.0-nightly-20221230022354",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,11 +33,11 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20221220022526",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221220022526",
38
- "@backstage/config": "^0.0.0-nightly-20221220022526",
39
- "@backstage/config-loader": "^0.0.0-nightly-20221220022526",
40
- "@backstage/types": "^0.0.0-nightly-20221220022526",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20221230022354",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20221230022354",
38
+ "@backstage/config": "^0.0.0-nightly-20221230022354",
39
+ "@backstage/config-loader": "^0.0.0-nightly-20221230022354",
40
+ "@backstage/types": "^1.0.2",
41
41
  "@types/express": "^4.17.6",
42
42
  "express": "^4.17.1",
43
43
  "express-promise-router": "^4.1.0",
@@ -51,10 +51,10 @@
51
51
  "yn": "^4.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-app-api": "^0.0.0-nightly-20221220022526",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221220022526",
56
- "@backstage/cli": "^0.0.0-nightly-20221220022526",
57
- "@backstage/types": "^0.0.0-nightly-20221220022526",
54
+ "@backstage/backend-app-api": "^0.0.0-nightly-20221230022354",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221230022354",
56
+ "@backstage/cli": "^0.0.0-nightly-20221230022354",
57
+ "@backstage/types": "^1.0.2",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "get-port": "^6.1.2",
60
60
  "mock-fs": "^5.1.0",