@backstage/backend-plugin-api 0.0.0-nightly-20250106023326 → 0.0.0-nightly-20250108023235

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 +18 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20250106023326
3
+ ## 0.0.0-nightly-20250108023235
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/types@0.0.0-nightly-20250106023326
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250106023326
8
+ - @backstage/types@0.0.0-nightly-20250108023235
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250108023235
10
+ - @backstage/cli-common@0.1.15
11
+ - @backstage/config@0.0.0-nightly-20250108023235
12
+ - @backstage/errors@0.0.0-nightly-20250108023235
13
+ - @backstage/plugin-permission-common@0.0.0-nightly-20250108023235
14
+
15
+ ## 1.1.1-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/types@1.2.1-next.0
21
+ - @backstage/config@1.3.2-next.0
22
+ - @backstage/errors@1.2.7-next.0
23
+ - @backstage/plugin-auth-node@0.5.6-next.1
24
+ - @backstage/plugin-permission-common@0.8.4-next.0
10
25
  - @backstage/cli-common@0.1.15
11
- - @backstage/config@0.0.0-nightly-20250106023326
12
- - @backstage/errors@0.0.0-nightly-20250106023326
13
- - @backstage/plugin-permission-common@0.0.0-nightly-20250106023326
14
26
 
15
27
  ## 1.1.1-next.0
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20250106023326",
3
+ "version": "0.0.0-nightly-20250108023235",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -66,19 +66,19 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@backstage/cli-common": "0.1.15",
69
- "@backstage/config": "0.0.0-nightly-20250106023326",
70
- "@backstage/errors": "0.0.0-nightly-20250106023326",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250106023326",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20250106023326",
73
- "@backstage/types": "0.0.0-nightly-20250106023326",
69
+ "@backstage/config": "0.0.0-nightly-20250108023235",
70
+ "@backstage/errors": "0.0.0-nightly-20250108023235",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250108023235",
72
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20250108023235",
73
+ "@backstage/types": "0.0.0-nightly-20250108023235",
74
74
  "@types/express": "^4.17.6",
75
75
  "@types/luxon": "^3.0.0",
76
76
  "knex": "^3.0.0",
77
77
  "luxon": "^3.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "0.0.0-nightly-20250106023326",
81
- "@backstage/cli": "0.0.0-nightly-20250106023326"
80
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250108023235",
81
+ "@backstage/cli": "0.0.0-nightly-20250108023235"
82
82
  },
83
83
  "configSchema": "config.d.ts"
84
84
  }