@backstage/backend-plugin-api 0.0.0-nightly-20230909020837 → 0.0.0-nightly-20230910021151

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,17 +1,17 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230909020837
3
+ ## 0.0.0-nightly-20230910021151
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - ba4506076e2d: Ensure that root scoped services cannot accept (at a type level) plugin scoped deps
8
8
  - 474b792d6a43: Service factory functions are now marked as feature factories that can be installed in the backend.
9
9
  - Updated dependencies
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20230909020837
11
- - @backstage/config@0.0.0-nightly-20230909020837
12
- - @backstage/plugin-permission-common@0.0.0-nightly-20230909020837
13
- - @backstage/types@0.0.0-nightly-20230909020837
14
- - @backstage/backend-tasks@0.0.0-nightly-20230909020837
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230910021151
11
+ - @backstage/config@0.0.0-nightly-20230910021151
12
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230910021151
13
+ - @backstage/types@0.0.0-nightly-20230910021151
14
+ - @backstage/backend-tasks@0.0.0-nightly-20230910021151
15
15
 
16
16
  ## 0.6.3-next.2
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20230909020837",
3
+ "version": "0.0.0-nightly-20230910021151",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
3
  "description": "Core API used by Backstage backend plugins",
4
- "version": "0.0.0-nightly-20230909020837",
4
+ "version": "0.0.0-nightly-20230910021151",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -43,17 +43,17 @@
43
43
  "start": "backstage-cli package start"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-tasks": "^0.0.0-nightly-20230909020837",
47
- "@backstage/config": "^0.0.0-nightly-20230909020837",
48
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230909020837",
49
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230909020837",
50
- "@backstage/types": "^0.0.0-nightly-20230909020837",
46
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230910021151",
47
+ "@backstage/config": "^0.0.0-nightly-20230910021151",
48
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230910021151",
49
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230910021151",
50
+ "@backstage/types": "^0.0.0-nightly-20230910021151",
51
51
  "@types/express": "^4.17.6",
52
52
  "express": "^4.17.1",
53
53
  "knex": "^2.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-20230909020837"
56
+ "@backstage/cli": "^0.0.0-nightly-20230910021151"
57
57
  },
58
58
  "files": [
59
59
  "dist",