@backstage/plugin-app-backend 0.0.0-nightly-20230207022622 → 0.0.0-nightly-20230208023037

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,13 +1,25 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20230207022622
3
+ ## 0.0.0-nightly-20230208023037
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 0ff03319be: Updated usage of `createBackendPlugin`.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20230207022622
10
- - @backstage/backend-common@0.0.0-nightly-20230207022622
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230208023037
10
+ - @backstage/backend-common@0.0.0-nightly-20230208023037
11
+ - @backstage/config@1.0.6
12
+ - @backstage/config-loader@1.1.8
13
+ - @backstage/types@1.0.2
14
+
15
+ ## 0.3.42-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 0ff03319be: Updated usage of `createBackendPlugin`.
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@0.4.0-next.2
22
+ - @backstage/backend-common@0.18.2-next.2
11
23
  - @backstage/config@1.0.6
12
24
  - @backstage/config-loader@1.1.8
13
25
  - @backstage/types@1.0.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20230207022622",
3
+ "version": "0.0.0-nightly-20230208023037",
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-20230207022622",
4
+ "version": "0.0.0-nightly-20230208023037",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.0.0-nightly-20230207022622",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230207022622",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20230208023037",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230208023037",
38
38
  "@backstage/config": "^1.0.6",
39
39
  "@backstage/config-loader": "^1.1.8",
40
40
  "@backstage/types": "^1.0.2",
@@ -51,9 +51,9 @@
51
51
  "yn": "^4.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-app-api": "^0.0.0-nightly-20230207022622",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230207022622",
56
- "@backstage/cli": "^0.0.0-nightly-20230207022622",
54
+ "@backstage/backend-app-api": "^0.0.0-nightly-20230208023037",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230208023037",
56
+ "@backstage/cli": "^0.0.0-nightly-20230208023037",
57
57
  "@backstage/types": "^1.0.2",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "mock-fs": "^5.1.0",