@backstage/plugin-permission-common 0.0.0-nightly-20220217022146 → 0.0.0-nightly-20220302023312
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.
- package/CHANGELOG.md +18 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
# @backstage/plugin-permission-common
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220302023312
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 79b9d8a861: Add api doc comments to `Permission` type properties.
|
|
8
|
+
|
|
9
|
+
## 0.5.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Fix for the previous release with missing type declarations.
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/config@0.1.15
|
|
16
|
+
- @backstage/errors@0.2.2
|
|
17
|
+
|
|
18
|
+
## 0.5.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
6
21
|
|
|
@@ -11,8 +26,8 @@
|
|
|
11
26
|
- 1ed305728b: Bump `node-fetch` to version 2.6.7 and `cross-fetch` to version 3.1.5
|
|
12
27
|
- c77c5c7eb6: Added `backstage.role` to `package.json`
|
|
13
28
|
- Updated dependencies
|
|
14
|
-
- @backstage/errors@0.
|
|
15
|
-
- @backstage/config@0.
|
|
29
|
+
- @backstage/errors@0.2.1
|
|
30
|
+
- @backstage/config@0.1.14
|
|
16
31
|
|
|
17
32
|
## 0.4.0
|
|
18
33
|
|
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-
|
|
4
|
+
"version": "0.0.0-nightly-20220302023312",
|
|
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.
|
|
45
|
-
"@backstage/errors": "^0.
|
|
44
|
+
"@backstage/config": "^0.1.15",
|
|
45
|
+
"@backstage/errors": "^0.2.2",
|
|
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.
|
|
51
|
+
"@backstage/cli": "^0.14.0",
|
|
52
52
|
"@types/jest": "^26.0.7",
|
|
53
53
|
"msw": "^0.35.0"
|
|
54
54
|
},
|