@spotify/backstage-plugin-rbac-common 0.5.3 → 0.5.4
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 +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify/backstage-plugin-rbac-common",
|
|
3
3
|
"description": "Control access to actions and data in Backstage with ease.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.4",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"homepage": "https://backstage.spotify.com
|
|
6
|
+
"homepage": "https://backstage.spotify.com",
|
|
7
7
|
"main": "dist/index.cjs.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"publishConfig": {
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"postpack": "backstage-cli package postpack"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@backstage/catalog-model": "^1.4.
|
|
27
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
26
|
+
"@backstage/catalog-model": "^1.4.1",
|
|
27
|
+
"@backstage/plugin-permission-common": "^0.7.7",
|
|
28
28
|
"@backstage/types": "^1.1.0",
|
|
29
29
|
"uuid": "^9.0.0",
|
|
30
30
|
"zod": "^3.20.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@backstage/cli": "^0.22.
|
|
33
|
+
"@backstage/cli": "^0.22.9"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist",
|