@backstage/plugin-app-backend 0.0.0-nightly-20240924023337 → 0.0.0-nightly-20240926023312

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,18 +1,32 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240924023337
3
+ ## 0.0.0-nightly-20240926023312
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 094eaa3: Remove references to in-repo backend-common
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20240924023337
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240924023337
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240926023312
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240926023312
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/config-loader@1.9.1
13
13
  - @backstage/errors@1.2.4
14
14
  - @backstage/types@1.1.1
15
- - @backstage/plugin-app-node@0.0.0-nightly-20240924023337
15
+ - @backstage/plugin-app-node@0.0.0-nightly-20240926023312
16
+
17
+ ## 0.3.75-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - 094eaa3: Remove references to in-repo backend-common
22
+ - Updated dependencies
23
+ - @backstage/plugin-auth-node@0.5.3-next.0
24
+ - @backstage/backend-plugin-api@1.0.1-next.0
25
+ - @backstage/config@1.2.0
26
+ - @backstage/config-loader@1.9.1
27
+ - @backstage/errors@1.2.4
28
+ - @backstage/types@1.1.1
29
+ - @backstage/plugin-app-node@0.1.26-next.0
16
30
 
17
31
  ## 0.3.74
18
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.0.0-nightly-20240924023337",
3
+ "version": "0.0.0-nightly-20240926023312",
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-20240924023337",
3
+ "version": "0.0.0-nightly-20240926023312",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -58,12 +58,12 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@backstage/backend-common": "^0.25.0",
61
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240924023337",
61
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240926023312",
62
62
  "@backstage/config": "^1.2.0",
63
63
  "@backstage/config-loader": "^1.9.1",
64
64
  "@backstage/errors": "^1.2.4",
65
- "@backstage/plugin-app-node": "^0.0.0-nightly-20240924023337",
66
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240924023337",
65
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20240926023312",
66
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240926023312",
67
67
  "@backstage/types": "^1.1.1",
68
68
  "@types/express": "^4.17.6",
69
69
  "express": "^4.17.1",
@@ -77,10 +77,10 @@
77
77
  "yn": "^4.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-app-api": "^0.0.0-nightly-20240924023337",
81
- "@backstage/backend-defaults": "^0.0.0-nightly-20240924023337",
82
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240924023337",
83
- "@backstage/cli": "^0.0.0-nightly-20240924023337",
80
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240926023312",
81
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240926023312",
82
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240926023312",
83
+ "@backstage/cli": "^0.0.0-nightly-20240926023312",
84
84
  "@backstage/types": "^1.1.1",
85
85
  "@types/supertest": "^2.0.8",
86
86
  "node-fetch": "^2.7.0",