@backstage/backend-plugin-api 0.0.0-nightly-20241207023507 → 0.0.0-nightly-20241209023914

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20241207023507
3
+ ## 0.0.0-nightly-20241209023914
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,12 +10,12 @@
10
10
 
11
11
  - eef3ef1: Removed unused `express` dependencies.
12
12
  - Updated dependencies
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20241207023507
14
- - @backstage/errors@0.0.0-nightly-20241207023507
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241209023914
14
+ - @backstage/errors@0.0.0-nightly-20241209023914
15
15
  - @backstage/cli-common@0.1.15
16
- - @backstage/config@0.0.0-nightly-20241207023507
16
+ - @backstage/config@0.0.0-nightly-20241209023914
17
17
  - @backstage/types@1.2.0
18
- - @backstage/plugin-permission-common@0.0.0-nightly-20241207023507
18
+ - @backstage/plugin-permission-common@0.0.0-nightly-20241209023914
19
19
 
20
20
  ## 1.1.0-next.1
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20241207023507",
3
+ "version": "0.0.0-nightly-20241209023914",
4
4
  "description": "Core API used by Backstage backend plugins",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -66,10 +66,10 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@backstage/cli-common": "0.1.15",
69
- "@backstage/config": "0.0.0-nightly-20241207023507",
70
- "@backstage/errors": "0.0.0-nightly-20241207023507",
71
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241207023507",
72
- "@backstage/plugin-permission-common": "0.0.0-nightly-20241207023507",
69
+ "@backstage/config": "0.0.0-nightly-20241209023914",
70
+ "@backstage/errors": "0.0.0-nightly-20241209023914",
71
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241209023914",
72
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20241209023914",
73
73
  "@backstage/types": "1.2.0",
74
74
  "@types/express": "^4.17.6",
75
75
  "@types/luxon": "^3.0.0",
@@ -77,8 +77,8 @@
77
77
  "luxon": "^3.0.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "0.0.0-nightly-20241207023507",
81
- "@backstage/cli": "0.0.0-nightly-20241207023507"
80
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
81
+ "@backstage/cli": "0.0.0-nightly-20241209023914"
82
82
  },
83
83
  "configSchema": "config.d.ts"
84
84
  }