@backstage/plugin-app-backend 0.0.0-nightly-20240817021759 → 0.0.0-nightly-20240819022007

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,20 +1,20 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240817021759
3
+ ## 0.0.0-nightly-20240819022007
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - 6bd6fda: Deprecate `createRouter` and its options in favour of the new backend system.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240817021759
11
- - @backstage/backend-common@0.0.0-nightly-20240817021759
12
- - @backstage/config-loader@0.0.0-nightly-20240817021759
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240817021759
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240819022007
11
+ - @backstage/backend-common@0.0.0-nightly-20240819022007
12
+ - @backstage/config-loader@0.0.0-nightly-20240819022007
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240819022007
14
14
  - @backstage/config@1.2.0
15
15
  - @backstage/errors@1.2.4
16
16
  - @backstage/types@1.1.1
17
- - @backstage/plugin-app-node@0.0.0-nightly-20240817021759
17
+ - @backstage/plugin-app-node@0.0.0-nightly-20240819022007
18
18
 
19
19
  ## 0.3.72-next.3
20
20
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.0.0-nightly-20240817021759",
3
+ "version": "0.0.0-nightly-20240819022007",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20240817021759",
3
+ "version": "0.0.0-nightly-20240819022007",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -55,13 +55,13 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/backend-common": "^0.0.0-nightly-20240817021759",
59
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240817021759",
58
+ "@backstage/backend-common": "^0.0.0-nightly-20240819022007",
59
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240819022007",
60
60
  "@backstage/config": "^1.2.0",
61
- "@backstage/config-loader": "^0.0.0-nightly-20240817021759",
61
+ "@backstage/config-loader": "^0.0.0-nightly-20240819022007",
62
62
  "@backstage/errors": "^1.2.4",
63
- "@backstage/plugin-app-node": "^0.0.0-nightly-20240817021759",
64
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240817021759",
63
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20240819022007",
64
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240819022007",
65
65
  "@backstage/types": "^1.1.1",
66
66
  "@types/express": "^4.17.6",
67
67
  "express": "^4.17.1",
@@ -75,10 +75,10 @@
75
75
  "yn": "^4.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-app-api": "^0.0.0-nightly-20240817021759",
79
- "@backstage/backend-defaults": "^0.0.0-nightly-20240817021759",
80
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240817021759",
81
- "@backstage/cli": "^0.0.0-nightly-20240817021759",
78
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240819022007",
79
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240819022007",
80
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240819022007",
81
+ "@backstage/cli": "^0.0.0-nightly-20240819022007",
82
82
  "@backstage/types": "^1.1.1",
83
83
  "@types/supertest": "^2.0.8",
84
84
  "node-fetch": "^2.7.0",