@backstage/plugin-devtools-backend 0.0.0-nightly-20230616022634 → 0.0.0-nightly-20230617022331

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 +10 -10
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230616022634
3
+ ## 0.0.0-nightly-20230617022331
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c312192e61dd: Expose permissions through the metadata endpoint.
8
8
  - 3d11596a72b5: Update plugin installation docs to be more consistent across documentations
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20230616022634
11
- - @backstage/config-loader@0.0.0-nightly-20230616022634
12
- - @backstage/errors@0.0.0-nightly-20230616022634
13
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230616022634
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20230616022634
15
- - @backstage/plugin-permission-node@0.0.0-nightly-20230616022634
10
+ - @backstage/backend-common@0.0.0-nightly-20230617022331
11
+ - @backstage/types@0.0.0-nightly-20230617022331
12
+ - @backstage/config-loader@0.0.0-nightly-20230617022331
13
+ - @backstage/errors@0.0.0-nightly-20230617022331
14
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230617022331
15
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230617022331
16
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230617022331
16
17
  - @backstage/cli-common@0.1.12
17
- - @backstage/config@1.0.7
18
- - @backstage/types@1.0.2
19
- - @backstage/plugin-permission-common@0.0.0-nightly-20230616022634
18
+ - @backstage/config@0.0.0-nightly-20230617022331
19
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230617022331
20
20
 
21
21
  ## 0.1.1-next.2
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230616022634",
3
+ "version": "0.0.0-nightly-20230617022331",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,16 +22,16 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20230616022634",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230617022331",
26
26
  "@backstage/cli-common": "^0.1.12",
27
- "@backstage/config": "^1.0.7",
28
- "@backstage/config-loader": "^0.0.0-nightly-20230616022634",
29
- "@backstage/errors": "^0.0.0-nightly-20230616022634",
30
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230616022634",
31
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230616022634",
32
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230616022634",
33
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230616022634",
34
- "@backstage/types": "^1.0.2",
27
+ "@backstage/config": "^0.0.0-nightly-20230617022331",
28
+ "@backstage/config-loader": "^0.0.0-nightly-20230617022331",
29
+ "@backstage/errors": "^0.0.0-nightly-20230617022331",
30
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230617022331",
31
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230617022331",
32
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230617022331",
33
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230617022331",
34
+ "@backstage/types": "^0.0.0-nightly-20230617022331",
35
35
  "@manypkg/get-packages": "^1.1.3",
36
36
  "@types/express": "*",
37
37
  "@yarnpkg/lockfile": "^1.1.0",
@@ -47,7 +47,7 @@
47
47
  "yn": "^4.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20230616022634",
50
+ "@backstage/cli": "^0.0.0-nightly-20230617022331",
51
51
  "@types/minimist": "^1.2.0",
52
52
  "@types/ping": "^0.4.1",
53
53
  "@types/supertest": "^2.0.8",