@backstage/plugin-devtools-backend 0.0.0-nightly-20230726022321 → 0.0.0-nightly-20230727021638

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 +6 -6
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230726022321
3
+ ## 0.0.0-nightly-20230727021638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config-loader@0.0.0-nightly-20230726022321
9
- - @backstage/backend-common@0.0.0-nightly-20230726022321
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230726022321
8
+ - @backstage/config-loader@0.0.0-nightly-20230727021638
9
+ - @backstage/backend-common@0.0.0-nightly-20230727021638
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230727021638
11
11
  - @backstage/cli-common@0.1.12
12
12
  - @backstage/config@1.0.8
13
13
  - @backstage/errors@1.2.1
14
14
  - @backstage/types@1.1.0
15
- - @backstage/plugin-auth-node@0.0.0-nightly-20230726022321
15
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230727021638
16
16
  - @backstage/plugin-devtools-common@0.1.2
17
17
  - @backstage/plugin-permission-common@0.7.7
18
- - @backstage/plugin-permission-node@0.0.0-nightly-20230726022321
18
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230727021638
19
19
 
20
20
  ## 0.1.3-next.0
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230726022321",
3
+ "version": "0.0.0-nightly-20230727021638",
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-20230726022321",
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230726022321",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230727021638",
26
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230727021638",
27
27
  "@backstage/cli-common": "^0.1.12",
28
28
  "@backstage/config": "^1.0.8",
29
- "@backstage/config-loader": "^0.0.0-nightly-20230726022321",
29
+ "@backstage/config-loader": "^0.0.0-nightly-20230727021638",
30
30
  "@backstage/errors": "^1.2.1",
31
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230726022321",
31
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230727021638",
32
32
  "@backstage/plugin-devtools-common": "^0.1.2",
33
33
  "@backstage/plugin-permission-common": "^0.7.7",
34
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230726022321",
34
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230727021638",
35
35
  "@backstage/types": "^1.1.0",
36
36
  "@manypkg/get-packages": "^1.1.3",
37
37
  "@types/express": "*",
@@ -48,7 +48,7 @@
48
48
  "yn": "^4.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20230726022321",
51
+ "@backstage/cli": "^0.0.0-nightly-20230727021638",
52
52
  "@types/minimist": "^1.2.0",
53
53
  "@types/ping": "^0.4.1",
54
54
  "@types/supertest": "^2.0.8",