@backstage/plugin-permission-common 0.0.0-nightly-20250630024608 → 0.0.0-nightly-20250702024342

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 +10 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,15 +1,23 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20250630024608
3
+ ## 0.0.0-nightly-20250702024342
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3507fcd: Just some more circular dep cleanup
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-20250630024608
9
+ - @backstage/config@0.0.0-nightly-20250702024342
10
10
  - @backstage/errors@1.2.7
11
11
  - @backstage/types@1.2.1
12
12
 
13
+ ## 0.9.1-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 3507fcd: Just some more circular dep cleanup
18
+ - Updated dependencies
19
+ - @backstage/config@1.3.3-next.0
20
+
13
21
  ## 0.9.0
14
22
 
15
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-common",
3
- "version": "0.0.0-nightly-20250630024608",
3
+ "version": "0.0.0-nightly-20250702024342",
4
4
  "description": "Isomorphic types and client for Backstage permissions and authorization",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -48,7 +48,7 @@
48
48
  "test": "backstage-cli package test"
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/config": "0.0.0-nightly-20250630024608",
51
+ "@backstage/config": "0.0.0-nightly-20250702024342",
52
52
  "@backstage/errors": "1.2.7",
53
53
  "@backstage/types": "1.2.1",
54
54
  "cross-fetch": "^4.0.0",
@@ -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-20250630024608",
60
+ "@backstage/cli": "0.0.0-nightly-20250702024342",
61
61
  "msw": "^1.0.0"
62
62
  },
63
63
  "configSchema": "config.d.ts",