@backstage/plugin-devtools-backend 0.0.0-nightly-20230509022028 → 0.0.0-nightly-20230511021827

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 +19 -7
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-devtools-backend
2
2
 
3
- ## 0.0.0-nightly-20230509022028
3
+ ## 0.0.0-nightly-20230511021827
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,13 +9,25 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-devtools-common@0.0.0-nightly-20230509022028
13
- - @backstage/backend-common@0.0.0-nightly-20230509022028
14
- - @backstage/config-loader@0.0.0-nightly-20230509022028
15
- - @backstage/plugin-permission-node@0.0.0-nightly-20230509022028
16
- - @backstage/plugin-auth-node@0.0.0-nightly-20230509022028
17
- - @backstage/config@1.0.7
12
+ - @backstage/plugin-devtools-common@0.0.0-nightly-20230511021827
13
+ - @backstage/backend-common@0.0.0-nightly-20230511021827
14
+ - @backstage/config-loader@0.0.0-nightly-20230511021827
15
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230511021827
16
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230511021827
18
17
  - @backstage/cli-common@0.1.12
18
+ - @backstage/config@1.0.7
19
19
  - @backstage/errors@1.1.5
20
20
  - @backstage/types@1.0.2
21
21
  - @backstage/plugin-permission-common@0.7.5
22
+
23
+ ## 0.1.0-next.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 347aeca204c: Introduced the DevTools plugin, checkout the plugin's [`README.md`](https://github.com/backstage/backstage/tree/master/plugins/devtools) for more details!
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/plugin-devtools-common@0.1.0-next.0
33
+ - @backstage/config@1.0.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-backend",
3
- "version": "0.0.0-nightly-20230509022028",
3
+ "version": "0.0.0-nightly-20230511021827",
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-20230509022028",
25
+ "@backstage/backend-common": "^0.0.0-nightly-20230511021827",
26
26
  "@backstage/cli-common": "^0.1.12",
27
27
  "@backstage/config": "^1.0.7",
28
- "@backstage/config-loader": "^0.0.0-nightly-20230509022028",
28
+ "@backstage/config-loader": "^0.0.0-nightly-20230511021827",
29
29
  "@backstage/errors": "^1.1.5",
30
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20230509022028",
31
- "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230509022028",
30
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20230511021827",
31
+ "@backstage/plugin-devtools-common": "^0.0.0-nightly-20230511021827",
32
32
  "@backstage/plugin-permission-common": "^0.7.5",
33
- "@backstage/plugin-permission-node": "^0.0.0-nightly-20230509022028",
33
+ "@backstage/plugin-permission-node": "^0.0.0-nightly-20230511021827",
34
34
  "@backstage/types": "^1.0.2",
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-20230509022028",
50
+ "@backstage/cli": "^0.0.0-nightly-20230511021827",
51
51
  "@types/minimist": "^1.2.0",
52
52
  "@types/ping": "^0.4.1",
53
53
  "@types/supertest": "^2.0.8",