@backstage/plugin-permission-common 0.0.0-nightly-20240805021931 → 0.0.0-nightly-20240808021919

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20240805021931
3
+ ## 0.0.0-nightly-20240808021919
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -12,6 +12,17 @@
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
14
14
 
15
+ ## 0.8.1-next.1
16
+
17
+ ### Patch Changes
18
+
19
+ - df784fe: Add the MetadataResponse type from @backstage/plugin-permission-node, since this
20
+ type might be used in frontend code.
21
+ - Updated dependencies
22
+ - @backstage/config@1.2.0
23
+ - @backstage/errors@1.2.4
24
+ - @backstage/types@1.1.1
25
+
15
26
  ## 0.8.1-next.0
16
27
 
17
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-common",
3
- "version": "0.0.0-nightly-20240805021931",
3
+ "version": "0.0.0-nightly-20240808021919",
4
4
  "description": "Isomorphic types and client for Backstage permissions and authorization",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -57,7 +57,7 @@
57
57
  "zod-to-json-schema": "^3.20.4"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.0.0-nightly-20240805021931",
60
+ "@backstage/cli": "^0.0.0-nightly-20240808021919",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "configSchema": "config.d.ts",