@backstage/plugin-permission-common 0.0.0-nightly-20220716024822 → 0.0.0-nightly-20220719025614

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20220716024822
3
+ ## 0.0.0-nightly-20220719025614
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a70869e775: Updated dependency `msw` to `^0.43.0`.
8
8
  - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
9
9
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-20220716024822
10
+ - @backstage/errors@0.0.0-nightly-20220719025614
11
11
 
12
12
  ## 0.6.3-next.1
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-20220716024822",
4
+ "version": "0.0.0-nightly-20220719025614",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@backstage/config": "^1.0.1",
45
- "@backstage/errors": "0.0.0-nightly-20220716024822",
45
+ "@backstage/errors": "0.0.0-nightly-20220719025614",
46
46
  "cross-fetch": "^3.1.5",
47
47
  "uuid": "^8.0.0",
48
48
  "zod": "^3.11.6"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.0.0-nightly-20220716024822",
51
+ "@backstage/cli": "0.0.0-nightly-20220719025614",
52
52
  "@types/jest": "^26.0.7",
53
53
  "msw": "^0.44.0"
54
54
  },