@backstage/plugin-app-backend 0.0.0-nightly-20250318023632 → 0.0.0-nightly-20250423023843

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +44 -5
  2. package/package.json +16 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,45 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250318023632
3
+ ## 0.0.0-nightly-20250423023843
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250423023843
9
+ - @backstage/config-loader@1.10.0
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250423023843
11
+ - @backstage/config@1.3.2
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.1
14
+ - @backstage/plugin-app-node@0.0.0-nightly-20250423023843
15
+
16
+ ## 0.5.2-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@1.3.1-next.0
22
+ - @backstage/config-loader@1.10.0
23
+ - @backstage/plugin-auth-node@0.6.3-next.0
24
+ - @backstage/config@1.3.2
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-app-node@0.1.33-next.0
28
+
29
+ ## 0.5.1
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/backend-plugin-api@1.3.0
35
+ - @backstage/plugin-auth-node@0.6.2
36
+ - @backstage/config@1.3.2
37
+ - @backstage/config-loader@1.10.0
38
+ - @backstage/errors@1.2.7
39
+ - @backstage/types@1.2.1
40
+ - @backstage/plugin-app-node@0.1.32
41
+
42
+ ## 0.5.0
4
43
 
5
44
  ### Minor Changes
6
45
 
@@ -11,10 +50,10 @@
11
50
  ### Patch Changes
12
51
 
13
52
  - Updated dependencies
14
- - @backstage/config-loader@0.0.0-nightly-20250318023632
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20250318023632
16
- - @backstage/plugin-app-node@0.0.0-nightly-20250318023632
17
- - @backstage/backend-plugin-api@0.0.0-nightly-20250318023632
53
+ - @backstage/config-loader@1.10.0
54
+ - @backstage/plugin-auth-node@0.6.1
55
+ - @backstage/plugin-app-node@0.1.31
56
+ - @backstage/backend-plugin-api@1.2.1
18
57
  - @backstage/config@1.3.2
19
58
  - @backstage/errors@1.2.7
20
59
  - @backstage/types@1.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20250318023632",
3
+ "version": "0.0.0-nightly-20250423023843",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -38,6 +38,13 @@
38
38
  },
39
39
  "main": "./dist/index.cjs.js",
40
40
  "types": "./dist/index.d.ts",
41
+ "typesVersions": {
42
+ "*": {
43
+ "package.json": [
44
+ "package.json"
45
+ ]
46
+ }
47
+ },
41
48
  "files": [
42
49
  "dist",
43
50
  "config.d.ts",
@@ -54,12 +61,12 @@
54
61
  "test": "backstage-cli package test"
55
62
  },
56
63
  "dependencies": {
57
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250318023632",
64
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250423023843",
58
65
  "@backstage/config": "1.3.2",
59
- "@backstage/config-loader": "0.0.0-nightly-20250318023632",
66
+ "@backstage/config-loader": "1.10.0",
60
67
  "@backstage/errors": "1.2.7",
61
- "@backstage/plugin-app-node": "0.0.0-nightly-20250318023632",
62
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250318023632",
68
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250423023843",
69
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250423023843",
63
70
  "@backstage/types": "1.2.1",
64
71
  "express": "^4.17.1",
65
72
  "express-promise-router": "^4.1.0",
@@ -72,10 +79,10 @@
72
79
  "yn": "^4.0.0"
73
80
  },
74
81
  "devDependencies": {
75
- "@backstage/backend-app-api": "0.0.0-nightly-20250318023632",
76
- "@backstage/backend-defaults": "0.0.0-nightly-20250318023632",
77
- "@backstage/backend-test-utils": "0.0.0-nightly-20250318023632",
78
- "@backstage/cli": "0.0.0-nightly-20250318023632",
82
+ "@backstage/backend-app-api": "0.0.0-nightly-20250423023843",
83
+ "@backstage/backend-defaults": "0.0.0-nightly-20250423023843",
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250423023843",
85
+ "@backstage/cli": "0.0.0-nightly-20250423023843",
79
86
  "@backstage/types": "1.2.1",
80
87
  "@types/express": "^4.17.6",
81
88
  "@types/supertest": "^2.0.8",