@backstage/plugin-permission-common 0.0.0-nightly-20220913030138 → 0.0.0-nightly-20220915030237

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 +12 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20220913030138
3
+ ## 0.0.0-nightly-20220915030237
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,17 @@
9
9
  - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
10
10
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
11
11
  - Updated dependencies
12
- - @backstage/config@0.0.0-nightly-20220913030138
13
- - @backstage/errors@0.0.0-nightly-20220913030138
12
+ - @backstage/config@0.0.0-nightly-20220915030237
13
+ - @backstage/errors@0.0.0-nightly-20220915030237
14
+
15
+ ## 0.6.4-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 7d47def9c4: Removed dependency on `@types/jest`.
20
+ - Updated dependencies
21
+ - @backstage/config@1.0.2-next.0
22
+ - @backstage/errors@1.1.1-next.0
14
23
 
15
24
  ## 0.6.4-next.1
16
25
 
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-20220913030138",
4
+ "version": "0.0.0-nightly-20220915030237",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -41,14 +41,14 @@
41
41
  "url": "https://github.com/backstage/backstage/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/config": "0.0.0-nightly-20220913030138",
45
- "@backstage/errors": "0.0.0-nightly-20220913030138",
44
+ "@backstage/config": "0.0.0-nightly-20220915030237",
45
+ "@backstage/errors": "0.0.0-nightly-20220915030237",
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-20220913030138",
51
+ "@backstage/cli": "0.0.0-nightly-20220915030237",
52
52
  "msw": "^0.47.0"
53
53
  },
54
54
  "module": "dist/index.esm.js"