@backstage/backend-plugin-api 0.0.0-nightly-20230106022925 → 0.0.0-nightly-20230107022546

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,6 +1,6 @@
1
1
  # @backstage/backend-plugin-api
2
2
 
3
- ## 0.0.0-nightly-20230106022925
3
+ ## 0.0.0-nightly-20230107022546
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,10 +15,10 @@
15
15
  - 6f02d23b01: Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
16
16
  - 16054afdec: Documented `coreServices` an all of its members.
17
17
  - Updated dependencies
18
- - @backstage/config@0.0.0-nightly-20230106022925
19
- - @backstage/backend-tasks@0.0.0-nightly-20230106022925
18
+ - @backstage/config@0.0.0-nightly-20230107022546
19
+ - @backstage/backend-tasks@0.0.0-nightly-20230107022546
20
20
  - @backstage/types@1.0.2
21
- - @backstage/plugin-permission-common@0.0.0-nightly-20230106022925
21
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230107022546
22
22
 
23
23
  ## 0.2.1-next.0
24
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-plugin-api",
3
- "version": "0.0.0-nightly-20230106022925",
3
+ "version": "0.0.0-nightly-20230107022546",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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-20230106022925",
4
+ "version": "0.0.0-nightly-20230107022546",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -33,16 +33,16 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20230106022925",
37
- "@backstage/config": "^0.0.0-nightly-20230106022925",
38
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230106022925",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230107022546",
37
+ "@backstage/config": "^0.0.0-nightly-20230107022546",
38
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230107022546",
39
39
  "@backstage/types": "^1.0.2",
40
40
  "@types/express": "^4.17.6",
41
41
  "express": "^4.17.1",
42
42
  "knex": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-20230106022925"
45
+ "@backstage/cli": "^0.0.0-nightly-20230107022546"
46
46
  },
47
47
  "files": [
48
48
  "dist",