@backstage/frontend-app-api 0.16.6-next.1 → 0.16.7-next.0
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 +21 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/frontend-app-api
|
|
2
2
|
|
|
3
|
+
## 0.16.7-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-defaults@0.5.5-next.0
|
|
9
|
+
- @backstage/core-app-api@1.20.4-next.0
|
|
10
|
+
|
|
11
|
+
## 0.16.6
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 74fbcd7: Extension `if` predicates now support specifying an `action` attribute in the permission reference. When a permission name contains a `#` separator (e.g. `catalog.entity.read#read`), the part after `#` is used as `attributes.action` when evaluating the permission. This removes the need to configure action attributes separately for basic permissions.
|
|
16
|
+
- 6ea6d31: Internal refactor of the specialized app sign-in runtime to initialize it once instead of reassigning it.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/frontend-plugin-api@0.17.3
|
|
19
|
+
- @backstage/core-app-api@1.20.3
|
|
20
|
+
- @backstage/filter-predicates@0.1.4
|
|
21
|
+
- @backstage/core-plugin-api@1.12.8
|
|
22
|
+
- @backstage/frontend-defaults@0.5.4
|
|
23
|
+
|
|
3
24
|
## 0.16.6-next.1
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/frontend-app-api",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.7-next.0",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -33,23 +33,23 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@backstage/config": "1.3.8",
|
|
36
|
-
"@backstage/core-app-api": "1.20.
|
|
37
|
-
"@backstage/core-plugin-api": "1.12.8
|
|
36
|
+
"@backstage/core-app-api": "1.20.4-next.0",
|
|
37
|
+
"@backstage/core-plugin-api": "1.12.8",
|
|
38
38
|
"@backstage/errors": "1.3.1",
|
|
39
|
-
"@backstage/filter-predicates": "0.1.4
|
|
40
|
-
"@backstage/frontend-defaults": "0.5.
|
|
41
|
-
"@backstage/frontend-plugin-api": "0.17.3
|
|
39
|
+
"@backstage/filter-predicates": "0.1.4",
|
|
40
|
+
"@backstage/frontend-defaults": "0.5.5-next.0",
|
|
41
|
+
"@backstage/frontend-plugin-api": "0.17.3",
|
|
42
42
|
"@backstage/types": "1.2.2",
|
|
43
43
|
"@backstage/version-bridge": "1.0.12",
|
|
44
44
|
"lodash": "^4.17.21",
|
|
45
45
|
"zod": "^3.25.76 || ^4.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@backstage/cli": "0.36.4
|
|
49
|
-
"@backstage/frontend-test-utils": "0.6.
|
|
50
|
-
"@backstage/plugin-app": "0.5.
|
|
48
|
+
"@backstage/cli": "0.36.4",
|
|
49
|
+
"@backstage/frontend-test-utils": "0.6.3-next.0",
|
|
50
|
+
"@backstage/plugin-app": "0.5.2-next.0",
|
|
51
51
|
"@backstage/plugin-permission-common": "0.9.9",
|
|
52
|
-
"@backstage/test-utils": "1.7.
|
|
52
|
+
"@backstage/test-utils": "1.7.21-next.0",
|
|
53
53
|
"@testing-library/jest-dom": "^6.0.0",
|
|
54
54
|
"@testing-library/react": "^16.0.0",
|
|
55
55
|
"@types/react": "^18.0.0",
|