@backstage/plugin-permission-common 0.0.0-nightly-2021102322318 → 0.0.0-nightly-2021102422528

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,6 +1,6 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-2021102322318
3
+ ## 0.0.0-nightly-2021102422528
4
4
  ### Minor Changes
5
5
 
6
6
  - 92439056fb: Accept configApi rather than enabled flag in PermissionClient constructor.
@@ -8,4 +8,4 @@
8
8
  ### Patch Changes
9
9
 
10
10
  - Updated dependencies
11
- - @backstage/errors@0.0.0-nightly-2021102322318
11
+ - @backstage/errors@0.0.0-nightly-2021102422528
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-2021102322318",
4
+ "version": "0.0.0-nightly-2021102422528",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -39,13 +39,13 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@backstage/config": "^0.1.11",
42
- "@backstage/errors": "^0.0.0-nightly-2021102322318",
42
+ "@backstage/errors": "^0.0.0-nightly-2021102422528",
43
43
  "cross-fetch": "^3.0.6",
44
44
  "uuid": "^8.0.0",
45
45
  "zod": "^3.11.6"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-2021102322318",
48
+ "@backstage/cli": "^0.0.0-nightly-2021102422528",
49
49
  "@types/jest": "^26.0.7",
50
50
  "msw": "^0.35.0"
51
51
  },