@backstage/plugin-user-settings 0.8.20-next.1 → 0.8.20-next.2
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 -0
- package/dist/alpha.d.ts +1 -1
- package/dist/index.d.ts +1 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.8.20-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.10.0-next.2
|
|
9
|
+
- @backstage/core-app-api@1.16.0-next.0
|
|
10
|
+
- @backstage/plugin-catalog-react@1.16.0-next.2
|
|
11
|
+
- @backstage/core-compat-api@0.4.0-next.2
|
|
12
|
+
- @backstage/core-components@0.16.5-next.1
|
|
13
|
+
- @backstage/catalog-model@1.7.3
|
|
14
|
+
- @backstage/core-plugin-api@1.10.4
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/theme@0.6.4
|
|
17
|
+
- @backstage/types@1.2.1
|
|
18
|
+
- @backstage/plugin-signals-react@0.0.10
|
|
19
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
20
|
+
|
|
3
21
|
## 0.8.20-next.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
|
|
|
79
79
|
params: {
|
|
80
80
|
defaultPath: string;
|
|
81
81
|
loader: () => Promise<JSX.Element>;
|
|
82
|
-
routeRef?: _backstage_frontend_plugin_api.RouteRef
|
|
82
|
+
routeRef?: _backstage_frontend_plugin_api.RouteRef;
|
|
83
83
|
};
|
|
84
84
|
}>;
|
|
85
85
|
}>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
3
2
|
import { StorageApi, FetchApi, DiscoveryApi, ErrorApi, IdentityApi, StorageValueSnapshot, IconComponent, ApiRef, ProfileInfoApi, SessionApi, ProfileInfo } from '@backstage/core-plugin-api';
|
|
4
3
|
import { JsonValue, Observable } from '@backstage/types';
|
|
@@ -49,7 +48,7 @@ declare const userSettingsPlugin: _backstage_core_plugin_api.BackstagePlugin<{
|
|
|
49
48
|
}, {}>;
|
|
50
49
|
/** @public */
|
|
51
50
|
declare const UserSettingsPage: (props: {
|
|
52
|
-
providerSettings?: JSX.Element
|
|
51
|
+
providerSettings?: JSX.Element;
|
|
53
52
|
}) => React.JSX.Element;
|
|
54
53
|
|
|
55
54
|
/** @public */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings",
|
|
3
|
-
"version": "0.8.20-next.
|
|
3
|
+
"version": "0.8.20-next.2",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"types": "./dist/index.d.ts",
|
|
47
47
|
"typesVersions": {
|
|
48
48
|
"*": {
|
|
49
|
-
"
|
|
49
|
+
"*": [
|
|
50
50
|
"dist/index.d.ts"
|
|
51
51
|
],
|
|
52
52
|
"alpha": [
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@backstage/catalog-model": "1.7.3",
|
|
71
|
-
"@backstage/core-app-api": "1.
|
|
72
|
-
"@backstage/core-compat-api": "0.
|
|
73
|
-
"@backstage/core-components": "0.16.5-next.
|
|
71
|
+
"@backstage/core-app-api": "1.16.0-next.0",
|
|
72
|
+
"@backstage/core-compat-api": "0.4.0-next.2",
|
|
73
|
+
"@backstage/core-components": "0.16.5-next.1",
|
|
74
74
|
"@backstage/core-plugin-api": "1.10.4",
|
|
75
75
|
"@backstage/errors": "1.2.7",
|
|
76
|
-
"@backstage/frontend-plugin-api": "0.
|
|
77
|
-
"@backstage/plugin-catalog-react": "1.16.0-next.
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.10.0-next.2",
|
|
77
|
+
"@backstage/plugin-catalog-react": "1.16.0-next.2",
|
|
78
78
|
"@backstage/plugin-signals-react": "0.0.10",
|
|
79
79
|
"@backstage/plugin-user-settings-common": "0.0.1",
|
|
80
80
|
"@backstage/theme": "0.6.4",
|
|
@@ -86,10 +86,10 @@
|
|
|
86
86
|
"zen-observable": "^0.10.0"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "0.
|
|
90
|
-
"@backstage/dev-utils": "1.1.8-next.
|
|
91
|
-
"@backstage/plugin-catalog": "1.28.0-next.
|
|
92
|
-
"@backstage/test-utils": "1.7.
|
|
89
|
+
"@backstage/cli": "0.31.0-next.1",
|
|
90
|
+
"@backstage/dev-utils": "1.1.8-next.2",
|
|
91
|
+
"@backstage/plugin-catalog": "1.28.0-next.2",
|
|
92
|
+
"@backstage/test-utils": "1.7.6-next.0",
|
|
93
93
|
"@testing-library/dom": "^10.0.0",
|
|
94
94
|
"@testing-library/jest-dom": "^6.0.0",
|
|
95
95
|
"@testing-library/react": "^16.0.0",
|