@backstage/plugin-app-backend 0.0.0-nightly-20221018030035 → 0.0.0-nightly-20221021024853

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,15 +1,26 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20221018030035
3
+ ## 0.0.0-nightly-20221021024853
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20221021024853
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20221021024853
10
+ - @backstage/config@0.0.0-nightly-20221021024853
11
+ - @backstage/config-loader@0.0.0-nightly-20221021024853
12
+ - @backstage/types@1.0.0
13
+
14
+ ## 0.3.37
4
15
 
5
16
  ### Patch Changes
6
17
 
7
18
  - 11c9e0ad33: Added alpha plugin implementation for the new backend system. Available at `@backstage/plugin-app-backend/alpha`.
8
19
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20221018030035
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20221018030035
11
- - @backstage/config@0.0.0-nightly-20221018030035
12
- - @backstage/config-loader@0.0.0-nightly-20221018030035
20
+ - @backstage/backend-common@0.15.2
21
+ - @backstage/backend-plugin-api@0.1.3
22
+ - @backstage/config@1.0.3
23
+ - @backstage/config-loader@1.1.5
13
24
  - @backstage/types@1.0.0
14
25
 
15
26
  ## 0.3.37-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20221018030035",
3
+ "version": "0.0.0-nightly-20221021024853",
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-20221018030035",
4
+ "version": "0.0.0-nightly-20221021024853",
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-20221018030035",
37
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20221018030035",
38
- "@backstage/config": "^0.0.0-nightly-20221018030035",
39
- "@backstage/config-loader": "^0.0.0-nightly-20221018030035",
36
+ "@backstage/backend-common": "^0.0.0-nightly-20221021024853",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20221021024853",
38
+ "@backstage/config": "^0.0.0-nightly-20221021024853",
39
+ "@backstage/config-loader": "^0.0.0-nightly-20221021024853",
40
40
  "@backstage/types": "^1.0.0",
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-20221018030035",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221018030035",
56
- "@backstage/cli": "^0.0.0-nightly-20221018030035",
54
+ "@backstage/backend-app-api": "^0.0.0-nightly-20221021024853",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221021024853",
56
+ "@backstage/cli": "^0.0.0-nightly-20221021024853",
57
57
  "@backstage/types": "^1.0.0",
58
58
  "@types/supertest": "^2.0.8",
59
59
  "get-port": "^6.1.2",