@backstage/plugin-permission-common 0.0.0-nightly-20221122023840 → 0.0.0-nightly-20221123023445

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 +15 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,24 @@
1
1
  # @backstage/plugin-permission-common
2
2
 
3
- ## 0.0.0-nightly-20221122023840
3
+ ## 0.0.0-nightly-20221123023445
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
7
8
  - Updated dependencies
8
- - @backstage/types@0.0.0-nightly-20221122023840
9
- - @backstage/config@0.0.0-nightly-20221122023840
10
- - @backstage/errors@0.0.0-nightly-20221122023840
9
+ - @backstage/types@0.0.0-nightly-20221123023445
10
+ - @backstage/config@0.0.0-nightly-20221123023445
11
+ - @backstage/errors@0.0.0-nightly-20221123023445
12
+
13
+ ## 0.7.2-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
18
+ - Updated dependencies
19
+ - @backstage/types@1.0.2-next.0
20
+ - @backstage/config@1.0.5-next.0
21
+ - @backstage/errors@1.1.4-next.0
11
22
 
12
23
  ## 0.7.1
13
24
 
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-20221122023840",
4
+ "version": "0.0.0-nightly-20221123023445",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -41,16 +41,16 @@
41
41
  "url": "https://github.com/backstage/backstage/issues"
42
42
  },
43
43
  "dependencies": {
44
- "@backstage/config": "^0.0.0-nightly-20221122023840",
45
- "@backstage/errors": "^0.0.0-nightly-20221122023840",
46
- "@backstage/types": "^0.0.0-nightly-20221122023840",
44
+ "@backstage/config": "^0.0.0-nightly-20221123023445",
45
+ "@backstage/errors": "^0.0.0-nightly-20221123023445",
46
+ "@backstage/types": "^0.0.0-nightly-20221123023445",
47
47
  "cross-fetch": "^3.1.5",
48
48
  "uuid": "^8.0.0",
49
49
  "zod": "^3.11.6"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20221122023840",
53
- "msw": "^0.48.0"
52
+ "@backstage/cli": "^0.0.0-nightly-20221123023445",
53
+ "msw": "^0.49.0"
54
54
  },
55
55
  "module": "dist/index.esm.js"
56
56
  }