@backstage/plugin-permission-common 0.0.0-nightly-2021102222410 → 0.0.0-nightly-202111222339

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 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-2021102222410
3
+ ## 0.2.0
4
+
4
5
  ### Minor Changes
5
6
 
6
7
  - 92439056fb: Accept configApi rather than enabled flag in PermissionClient constructor.
@@ -8,4 +9,4 @@
8
9
  ### Patch Changes
9
10
 
10
11
  - Updated dependencies
11
- - @backstage/errors@0.0.0-nightly-2021102222410
12
+ - @backstage/errors@0.1.5
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-2021102222410",
4
+ "version": "0.0.0-nightly-202111222339",
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-2021102222410",
42
+ "@backstage/errors": "^0.0.0-nightly-202111222339",
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-2021102222410",
48
+ "@backstage/cli": "^0.0.0-nightly-202111222339",
49
49
  "@types/jest": "^26.0.7",
50
50
  "msw": "^0.35.0"
51
51
  },