@backstage/plugin-devtools-backend 0.0.0-nightly-20230627023436 → 0.0.0-nightly-20230628023308

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 +24 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,20 +1,36 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230627023436
3
+ ## 0.0.0-nightly-20230628023308
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/errors@0.0.0-nightly-20230627023436
9
- - @backstage/backend-common@0.0.0-nightly-20230627023436
8
+ - @backstage/errors@0.0.0-nightly-20230628023308
9
+ - @backstage/backend-common@0.0.0-nightly-20230628023308
10
10
  - @backstage/cli-common@0.1.12
11
11
  - @backstage/config@1.0.8
12
- - @backstage/config-loader@0.0.0-nightly-20230627023436
12
+ - @backstage/config-loader@0.0.0-nightly-20230628023308
13
13
  - @backstage/types@1.1.0
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20230627023436
15
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230627023436
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20230627023436
17
- - @backstage/plugin-permission-node@0.0.0-nightly-20230627023436
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230628023308
15
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230628023308
16
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230628023308
17
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230628023308
18
+
19
+ ## 0.1.2-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/errors@1.2.1-next.0
25
+ - @backstage/backend-common@0.19.1-next.0
26
+ - @backstage/cli-common@0.1.12
27
+ - @backstage/config@1.0.8
28
+ - @backstage/config-loader@1.3.2-next.0
29
+ - @backstage/types@1.1.0
30
+ - @backstage/plugin-auth-node@0.2.16-next.0
31
+ - @backstage/plugin-devtools-common@0.1.2-next.0
32
+ - @backstage/plugin-permission-common@0.7.7-next.0
33
+ - @backstage/plugin-permission-node@0.7.10-next.0
18
34
 
19
35
  ## 0.1.1
20
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230627023436",
3
+ "version": "0.0.0-nightly-20230628023308",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,15 +22,15 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.0.0-nightly-20230627023436",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230628023308",
26
26
  "@backstage/cli-common": "^0.1.12",
27
27
  "@backstage/config": "^1.0.8",
28
- "@backstage/config-loader": "^0.0.0-nightly-20230627023436",
29
- "@backstage/errors": "^0.0.0-nightly-20230627023436",
30
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230627023436",
31
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230627023436",
32
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230627023436",
33
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230627023436",
28
+ "@backstage/config-loader": "^0.0.0-nightly-20230628023308",
29
+ "@backstage/errors": "^0.0.0-nightly-20230628023308",
30
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230628023308",
31
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230628023308",
32
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230628023308",
33
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230628023308",
34
34
  "@backstage/types": "^1.1.0",
35
35
  "@manypkg/get-packages": "^1.1.3",
36
36
  "@types/express": "*",
@@ -47,7 +47,7 @@
47
47
  "yn": "^4.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/cli": "^0.0.0-nightly-20230627023436",
50
+ "@backstage/cli": "^0.0.0-nightly-20230628023308",
51
51
  "@types/minimist": "^1.2.0",
52
52
  "@types/ping": "^0.4.1",
53
53
  "@types/supertest": "^2.0.8",