@backstage/plugin-permission-common 0.7.11 → 0.7.12
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 +10 -0
- package/README.md +1 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-permission-common
|
|
2
2
|
|
|
3
|
+
## 0.7.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b1acd9b: Updated README
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config@1.1.1
|
|
10
|
+
- @backstage/errors@1.2.3
|
|
11
|
+
- @backstage/types@1.1.1
|
|
12
|
+
|
|
3
13
|
## 0.7.11
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
# @backstage/plugin-permission-common
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Isomorphic types and client for Backstage permissions and authorization. For
|
|
6
|
-
more information, see the [authorization
|
|
7
|
-
PRFC](https://github.com/backstage/backstage/pull/7761).
|
|
3
|
+
Isomorphic types and client for Backstage permissions and authorization. For more information, see the [permissions documentation on Backstage.io](https://backstage.io/docs/permissions/overview).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-permission-common",
|
|
3
3
|
"description": "Isomorphic types and client for Backstage permissions and authorization",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.12",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"zod": "^3.22.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "^0.25.
|
|
53
|
+
"@backstage/cli": "^0.25.1",
|
|
54
54
|
"msw": "^1.0.0"
|
|
55
55
|
},
|
|
56
56
|
"module": "dist/index.esm.js"
|