@backstage/plugin-permission-common 0.0.0-nightly-20230616022634 → 0.0.0-nightly-20230618023152

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20230616022634
3
+ ## 0.0.0-nightly-20230618023152
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/errors@0.0.0-nightly-20230616022634
9
- - @backstage/config@1.0.7
10
- - @backstage/types@1.0.2
8
+ - @backstage/types@0.0.0-nightly-20230618023152
9
+ - @backstage/errors@0.0.0-nightly-20230618023152
10
+ - @backstage/config@0.0.0-nightly-20230618023152
11
11
 
12
12
  ## 0.7.6-next.0
13
13
 
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.0.0-nightly-20230616022634",
4
+ "version": "0.0.0-nightly-20230618023152",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -41,15 +41,15 @@
41
41
  "url": "https://github.com/backstage/backstage/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/config": "^1.0.7",
45
- "@backstage/errors": "^0.0.0-nightly-20230616022634",
46
- "@backstage/types": "^1.0.2",
44
+ "@backstage/config": "^0.0.0-nightly-20230618023152",
45
+ "@backstage/errors": "^0.0.0-nightly-20230618023152",
46
+ "@backstage/types": "^0.0.0-nightly-20230618023152",
47
47
  "cross-fetch": "^3.1.5",
48
48
  "uuid": "^8.0.0",
49
49
  "zod": "^3.21.4"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20230616022634",
52
+ "@backstage/cli": "^0.0.0-nightly-20230618023152",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "module": "dist/index.esm.js"