@backstage/plugin-auth 0.1.8-next.2 → 0.1.8
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 +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-auth
|
|
2
2
|
|
|
3
|
+
## 0.1.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
|
|
8
|
+
- 4f62755: Improved the OAuth consent dialog for MCP authorization by showing more client details, including the client metadata host for CIMD clients, the metadata URL, callback URL, and requested scopes.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/ui@0.15.0
|
|
11
|
+
- @backstage/errors@1.3.1
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.0
|
|
13
|
+
|
|
3
14
|
## 0.1.8-next.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-auth",
|
|
3
|
-
"version": "0.1.8
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "auth",
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
"test": "backstage-cli package test"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@backstage/errors": "1.3.1
|
|
59
|
-
"@backstage/frontend-plugin-api": "0.17.0
|
|
60
|
-
"@backstage/theme": "0.7.3",
|
|
61
|
-
"@backstage/ui": "0.15.0
|
|
58
|
+
"@backstage/errors": "^1.3.1",
|
|
59
|
+
"@backstage/frontend-plugin-api": "^0.17.0",
|
|
60
|
+
"@backstage/theme": "^0.7.3",
|
|
61
|
+
"@backstage/ui": "^0.15.0",
|
|
62
62
|
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
63
63
|
"react-use": "^17.2.4"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/cli": "0.36.2
|
|
67
|
-
"@backstage/dev-utils": "1.1.23
|
|
68
|
-
"@backstage/frontend-defaults": "0.5.2
|
|
69
|
-
"@backstage/test-utils": "1.7.18
|
|
66
|
+
"@backstage/cli": "^0.36.2",
|
|
67
|
+
"@backstage/dev-utils": "^1.1.23",
|
|
68
|
+
"@backstage/frontend-defaults": "^0.5.2",
|
|
69
|
+
"@backstage/test-utils": "^1.7.18",
|
|
70
70
|
"@testing-library/jest-dom": "^6.0.0",
|
|
71
71
|
"@testing-library/react": "^16.0.0",
|
|
72
72
|
"@testing-library/user-event": "^14.0.0",
|