@backstage/plugin-permission-common 0.7.10 → 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 CHANGED
@@ -1,5 +1,25 @@
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
+
13
+ ## 0.7.11
14
+
15
+ ### Patch Changes
16
+
17
+ - 0cbb03b: Fixing regular expression ReDoS with zod packages. Upgrading to latest. ref: https://security.snyk.io/vuln/SNYK-JS-ZOD-5925617
18
+ - Updated dependencies
19
+ - @backstage/config@1.1.1
20
+ - @backstage/errors@1.2.3
21
+ - @backstage/types@1.1.1
22
+
3
23
  ## 0.7.10
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- > NOTE: THIS PACKAGE IS EXPERIMENTAL, HERE BE DRAGONS
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.10",
4
+ "version": "0.7.12",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -47,10 +47,10 @@
47
47
  "@backstage/types": "^1.1.1",
48
48
  "cross-fetch": "^4.0.0",
49
49
  "uuid": "^8.0.0",
50
- "zod": "^3.21.4"
50
+ "zod": "^3.22.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.24.0",
53
+ "@backstage/cli": "^0.25.1",
54
54
  "msw": "^1.0.0"
55
55
  },
56
56
  "module": "dist/index.esm.js"