@backstage/plugin-devtools 0.0.0-nightly-20230516022030 → 0.0.0-nightly-20230525022013
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 +30 -4
- package/README.md +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-devtools
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230525022013
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-devtools-common@0.0.0-nightly-20230525022013
|
|
9
|
+
- @backstage/theme@0.0.0-nightly-20230525022013
|
|
10
|
+
- @backstage/core-components@0.0.0-nightly-20230525022013
|
|
11
|
+
- @backstage/core-plugin-api@1.5.1
|
|
12
|
+
- @backstage/plugin-permission-react@0.4.12
|
|
13
|
+
- @backstage/errors@1.1.5
|
|
14
|
+
- @backstage/types@1.0.2
|
|
15
|
+
|
|
16
|
+
## 0.1.1-next.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/theme@0.4.0-next.0
|
|
22
|
+
- @backstage/core-components@0.13.2-next.0
|
|
23
|
+
- @backstage/core-plugin-api@1.5.1
|
|
24
|
+
- @backstage/plugin-permission-react@0.4.12
|
|
25
|
+
- @backstage/errors@1.1.5
|
|
26
|
+
- @backstage/types@1.0.2
|
|
27
|
+
- @backstage/plugin-devtools-common@0.1.0
|
|
28
|
+
|
|
29
|
+
## 0.1.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
|
6
32
|
|
|
@@ -9,9 +35,9 @@
|
|
|
9
35
|
### Patch Changes
|
|
10
36
|
|
|
11
37
|
- Updated dependencies
|
|
12
|
-
- @backstage/plugin-devtools-common@0.
|
|
13
|
-
- @backstage/theme@0.
|
|
14
|
-
- @backstage/core-components@0.
|
|
38
|
+
- @backstage/plugin-devtools-common@0.1.0
|
|
39
|
+
- @backstage/theme@0.3.0
|
|
40
|
+
- @backstage/core-components@0.13.1
|
|
15
41
|
- @backstage/core-plugin-api@1.5.1
|
|
16
42
|
- @backstage/errors@1.1.5
|
|
17
43
|
- @backstage/types@1.0.2
|
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ To use the permission framework to secure the DevTools sidebar option you'll wan
|
|
|
147
147
|
|
|
148
148
|
```sh
|
|
149
149
|
# From your Backstage root directory
|
|
150
|
-
yarn add --cwd packages/app @backstage/plugin-devtools
|
|
150
|
+
yarn add --cwd packages/app @backstage/plugin-devtools-common
|
|
151
151
|
```
|
|
152
152
|
|
|
153
153
|
2. Then open the `packages/app/src/components/Root/Root.tsx` file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-devtools",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20230525022013",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"postpack": "backstage-cli package postpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
31
|
+
"@backstage/core-components": "^0.0.0-nightly-20230525022013",
|
|
32
32
|
"@backstage/core-plugin-api": "^1.5.1",
|
|
33
33
|
"@backstage/errors": "^1.1.5",
|
|
34
|
-
"@backstage/plugin-devtools-common": "^0.0.0-nightly-
|
|
34
|
+
"@backstage/plugin-devtools-common": "^0.0.0-nightly-20230525022013",
|
|
35
35
|
"@backstage/plugin-permission-react": "^0.4.12",
|
|
36
|
-
"@backstage/theme": "^0.0.0-nightly-
|
|
36
|
+
"@backstage/theme": "^0.0.0-nightly-20230525022013",
|
|
37
37
|
"@backstage/types": "^1.0.2",
|
|
38
38
|
"@material-ui/core": "^4.9.13",
|
|
39
39
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
51
|
-
"@backstage/core-app-api": "^
|
|
52
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
50
|
+
"@backstage/cli": "^0.0.0-nightly-20230525022013",
|
|
51
|
+
"@backstage/core-app-api": "^1.8.0",
|
|
52
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20230525022013",
|
|
53
|
+
"@backstage/test-utils": "^0.0.0-nightly-20230525022013",
|
|
54
54
|
"@testing-library/jest-dom": "^5.10.1",
|
|
55
55
|
"@testing-library/react": "^12.1.3",
|
|
56
56
|
"@testing-library/user-event": "^14.0.0",
|
|
57
57
|
"@types/node": "*",
|
|
58
58
|
"cross-fetch": "^3.1.5",
|
|
59
|
-
"msw": "^0.
|
|
59
|
+
"msw": "^1.0.0"
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"dist"
|