@backstage/plugin-permission-common 0.0.0-nightly-20220212022325 → 0.0.0-nightly-20220216022224

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-20220212022325
3
+ ## 0.0.0-nightly-20220216022224
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  - 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
12
12
  - Updated dependencies
13
- - @backstage/errors@0.0.0-nightly-20220212022325
13
+ - @backstage/errors@0.0.0-nightly-20220216022224
14
14
 
15
15
  ## 0.4.0
16
16
 
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-20220212022325",
4
+ "version": "0.0.0-nightly-20220216022224",
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.13",
42
- "@backstage/errors": "^0.0.0-nightly-20220212022325",
42
+ "@backstage/errors": "^0.0.0-nightly-20220216022224",
43
43
  "cross-fetch": "^3.1.5",
44
44
  "uuid": "^8.0.0",
45
45
  "zod": "^3.11.6"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20220212022325",
48
+ "@backstage/cli": "^0.0.0-nightly-20220216022224",
49
49
  "@types/jest": "^26.0.7",
50
50
  "msw": "^0.35.0"
51
51
  },