@backstage/plugin-user-settings-backend 0.2.18-next.3 → 0.2.19
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 +32 -0
- package/alpha/package.json +2 -2
- package/dist/alpha.d.ts +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings-backend
|
|
2
2
|
|
|
3
|
+
## 0.2.19
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.23.1
|
|
9
|
+
- @backstage/plugin-auth-node@0.4.15
|
|
10
|
+
- @backstage/plugin-signals-node@0.1.6
|
|
11
|
+
- @backstage/backend-plugin-api@0.6.20
|
|
12
|
+
- @backstage/config@1.2.0
|
|
13
|
+
- @backstage/errors@1.2.4
|
|
14
|
+
- @backstage/types@1.1.1
|
|
15
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
16
|
+
|
|
17
|
+
## 0.2.18
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 8869b8e: Updated local development setup.
|
|
22
|
+
- 78a0b08: Internal refactor to handle `BackendFeature` contract change.
|
|
23
|
+
- d44a20a: Added additional plugin metadata to `package.json`.
|
|
24
|
+
- e6ec179: Use signals to update user settings across sessions
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/backend-common@0.23.0
|
|
27
|
+
- @backstage/backend-plugin-api@0.6.19
|
|
28
|
+
- @backstage/plugin-auth-node@0.4.14
|
|
29
|
+
- @backstage/plugin-user-settings-common@0.0.1
|
|
30
|
+
- @backstage/plugin-signals-node@0.1.5
|
|
31
|
+
- @backstage/config@1.2.0
|
|
32
|
+
- @backstage/errors@1.2.4
|
|
33
|
+
- @backstage/types@1.1.1
|
|
34
|
+
|
|
3
35
|
## 0.2.18-next.3
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/dist/alpha.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
|
|
|
5
5
|
*
|
|
6
6
|
* @alpha
|
|
7
7
|
*/
|
|
8
|
-
declare const _default:
|
|
8
|
+
declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
|
|
9
9
|
|
|
10
10
|
export { _default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-user-settings-backend",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"description": "The Backstage backend plugin to manage user settings",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"test": "backstage-cli package test"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@backstage/backend-common": "^0.23.
|
|
55
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
54
|
+
"@backstage/backend-common": "^0.23.1",
|
|
55
|
+
"@backstage/backend-plugin-api": "^0.6.20",
|
|
56
56
|
"@backstage/config": "^1.2.0",
|
|
57
57
|
"@backstage/errors": "^1.2.4",
|
|
58
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
59
|
-
"@backstage/plugin-signals-node": "^0.1.
|
|
60
|
-
"@backstage/plugin-user-settings-common": "^0.0.1
|
|
58
|
+
"@backstage/plugin-auth-node": "^0.4.15",
|
|
59
|
+
"@backstage/plugin-signals-node": "^0.1.6",
|
|
60
|
+
"@backstage/plugin-user-settings-common": "^0.0.1",
|
|
61
61
|
"@backstage/types": "^1.1.1",
|
|
62
62
|
"@types/express": "^4.17.6",
|
|
63
63
|
"express": "^4.17.1",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"yn": "^4.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@backstage/backend-defaults": "^0.3.
|
|
71
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
72
|
-
"@backstage/cli": "^0.26.
|
|
70
|
+
"@backstage/backend-defaults": "^0.3.1",
|
|
71
|
+
"@backstage/backend-test-utils": "^0.4.1",
|
|
72
|
+
"@backstage/cli": "^0.26.8",
|
|
73
73
|
"@types/supertest": "^2.0.8",
|
|
74
74
|
"supertest": "^6.1.3"
|
|
75
75
|
}
|