@backstage/plugin-app-backend 0.0.0-nightly-20230110023000 → 0.0.0-nightly-20230112022659

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,28 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20230110023000
3
+ ## 0.0.0-nightly-20230112022659
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - b4ffa3bd91: The warning for missing app contents is now logged as an error instead, but only in production.
8
8
  - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230110023000
11
- - @backstage/backend-common@0.0.0-nightly-20230110023000
12
- - @backstage/config@0.0.0-nightly-20230110023000
13
- - @backstage/config-loader@0.0.0-nightly-20230110023000
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230112022659
11
+ - @backstage/backend-common@0.0.0-nightly-20230112022659
12
+ - @backstage/config@0.0.0-nightly-20230112022659
13
+ - @backstage/config-loader@0.0.0-nightly-20230112022659
14
+ - @backstage/types@1.0.2
15
+
16
+ ## 0.3.40-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.3.0-next.1
23
+ - @backstage/backend-common@0.18.0-next.1
24
+ - @backstage/config@1.0.6-next.0
25
+ - @backstage/config-loader@1.1.8-next.0
14
26
  - @backstage/types@1.0.2
15
27
 
16
28
  ## 0.3.40-next.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20230110023000",
3
+ "version": "0.0.0-nightly-20230112022659",
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-20230110023000",
4
+ "version": "0.0.0-nightly-20230112022659",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20230110023000",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230110023000",
38
- "@backstage/config": "^0.0.0-nightly-20230110023000",
39
- "@backstage/config-loader": "^0.0.0-nightly-20230110023000",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230112022659",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230112022659",
38
+ "@backstage/config": "^0.0.0-nightly-20230112022659",
39
+ "@backstage/config-loader": "^0.0.0-nightly-20230112022659",
40
40
  "@backstage/types": "^1.0.2",
41
41
  "@types/express": "^4.17.6",
42
42
  "express": "^4.17.1",
@@ -51,9 +51,9 @@
51
51
  "yn": "^4.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-app-api": "^0.0.0-nightly-20230110023000",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230110023000",
56
- "@backstage/cli": "^0.0.0-nightly-20230110023000",
54
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230112022659",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230112022659",
56
+ "@backstage/cli": "^0.0.0-nightly-20230112022659",
57
57
  "@backstage/types": "^1.0.2",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "get-port": "^6.1.2",