@spotify/backstage-plugin-rbac 0.7.6 → 0.7.7
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 +9 -0
- package/dist/alpha.d.ts +1 -2
- package/dist/index.d.ts +0 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @spotify/backstage-plugin-rbac
|
|
2
2
|
|
|
3
|
+
## 0.7.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Update to Backstage `v1.37.0`
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @spotify/backstage-plugin-core@0.8.7
|
|
10
|
+
- @spotify/backstage-plugin-rbac-common@0.6.7
|
|
11
|
+
|
|
3
12
|
## 0.7.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as React from 'react';
|
|
3
2
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
3
|
|
|
@@ -33,7 +32,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
33
32
|
params: {
|
|
34
33
|
defaultPath: string;
|
|
35
34
|
loader: () => Promise<JSX.Element>;
|
|
36
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
35
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
37
36
|
};
|
|
38
37
|
}>;
|
|
39
38
|
}>;
|
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify/backstage-plugin-rbac",
|
|
3
3
|
"description": "Control access to actions and data in Backstage with ease.",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.7",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://backstage.spotify.com",
|
|
7
7
|
"main": "./dist/index.esm.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"typesVersions": {
|
|
39
39
|
"*": {
|
|
40
|
-
"
|
|
40
|
+
"*": [
|
|
41
41
|
"dist/index.d.ts"
|
|
42
42
|
],
|
|
43
43
|
"alpha": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"start": "backstage-cli package start",
|
|
50
50
|
"build": "backstage-cli package build --minify",
|
|
51
|
-
"lint": "backstage-cli package lint",
|
|
51
|
+
"lint": "backstage-cli package lint --max-warnings 0",
|
|
52
52
|
"test": "backstage-cli package test",
|
|
53
53
|
"clean": "backstage-cli package clean",
|
|
54
54
|
"prepack": "backstage-cli package prepack",
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@backstage/catalog-model": "^1.7.3",
|
|
60
|
-
"@backstage/core-compat-api": "^0.
|
|
61
|
-
"@backstage/core-components": "^0.
|
|
62
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
60
|
+
"@backstage/core-compat-api": "^0.4.0",
|
|
61
|
+
"@backstage/core-components": "^0.17.0",
|
|
62
|
+
"@backstage/core-plugin-api": "^1.10.5",
|
|
63
63
|
"@backstage/errors": "^1.2.7",
|
|
64
|
-
"@backstage/frontend-plugin-api": "^0.
|
|
65
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
64
|
+
"@backstage/frontend-plugin-api": "^0.10.0",
|
|
65
|
+
"@backstage/plugin-catalog-react": "^1.16.0",
|
|
66
66
|
"@backstage/plugin-permission-common": "^0.8.4",
|
|
67
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
67
|
+
"@backstage/plugin-permission-react": "^0.4.32",
|
|
68
68
|
"@backstage/theme": "^0.6.4",
|
|
69
69
|
"@backstage/types": "^1.2.1",
|
|
70
70
|
"@material-ui/core": "^4.12.2",
|
|
71
71
|
"@material-ui/icons": "^4.9.1",
|
|
72
72
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
73
|
-
"@spotify/backstage-plugin-core": "^0.8.
|
|
74
|
-
"@spotify/backstage-plugin-rbac-common": "^0.6.
|
|
73
|
+
"@spotify/backstage-plugin-core": "^0.8.7",
|
|
74
|
+
"@spotify/backstage-plugin-rbac-common": "^0.6.7",
|
|
75
75
|
"ajv": "^8.11.2",
|
|
76
76
|
"file-saver": "^2.0.5",
|
|
77
77
|
"js-yaml": "^4.1.0",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@backstage/cli": "^0.
|
|
94
|
-
"@backstage/core-app-api": "^1.
|
|
95
|
-
"@backstage/dev-utils": "^1.1.
|
|
93
|
+
"@backstage/cli": "^0.31.0",
|
|
94
|
+
"@backstage/core-app-api": "^1.16.0",
|
|
95
|
+
"@backstage/dev-utils": "^1.1.8",
|
|
96
96
|
"@backstage/e2e-test-utils": "^0.1.1",
|
|
97
|
-
"@backstage/frontend-test-utils": "^0.
|
|
98
|
-
"@backstage/test-utils": "^1.7.
|
|
97
|
+
"@backstage/frontend-test-utils": "^0.3.0",
|
|
98
|
+
"@backstage/test-utils": "^1.7.6",
|
|
99
99
|
"@playwright/test": "^1.32.3",
|
|
100
|
-
"@sp4b-dev/test-utils": "^0.0.
|
|
100
|
+
"@sp4b-dev/test-utils": "^0.0.13",
|
|
101
101
|
"@testing-library/jest-dom": "^6.0.0",
|
|
102
102
|
"@testing-library/react": "^14.0.0",
|
|
103
103
|
"@testing-library/user-event": "^14.0.0",
|