@backstage/plugin-permission-common 0.0.0-nightly-20240314033554 → 0.0.0-nightly-20240316021101

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20240314033554
3
+ ## 0.0.0-nightly-20240316021101
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
  - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
9
9
  Updated dependency `@types/uuid` to `^9.0.0`.
10
10
  - Updated dependencies
11
- - @backstage/config@0.0.0-nightly-20240314033554
12
- - @backstage/errors@0.0.0-nightly-20240314033554
11
+ - @backstage/config@0.0.0-nightly-20240316021101
12
+ - @backstage/errors@0.0.0-nightly-20240316021101
13
13
  - @backstage/types@1.1.1
14
14
 
15
15
  ## 0.7.13-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-common",
3
- "version": "0.0.0-nightly-20240314033554",
3
+ "version": "0.0.0-nightly-20240316021101",
4
4
  "description": "Isomorphic types and client for Backstage permissions and authorization",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -41,15 +41,15 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/config": "^0.0.0-nightly-20240314033554",
45
- "@backstage/errors": "^0.0.0-nightly-20240314033554",
44
+ "@backstage/config": "^0.0.0-nightly-20240316021101",
45
+ "@backstage/errors": "^0.0.0-nightly-20240316021101",
46
46
  "@backstage/types": "^1.1.1",
47
47
  "cross-fetch": "^4.0.0",
48
48
  "uuid": "^9.0.0",
49
49
  "zod": "^3.22.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20240314033554",
52
+ "@backstage/cli": "^0.0.0-nightly-20240316021101",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "configSchema": "config.d.ts",