@jskit-ai/users-web 0.1.14 → 0.1.16

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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/users-web",
4
- version: "0.1.14",
4
+ version: "0.1.16",
5
5
  description: "Users web module: workspace selector shell element plus workspace/profile/members UI elements.",
6
6
  dependsOn: [
7
7
  "@jskit-ai/http-runtime",
@@ -245,7 +245,7 @@ export default Object.freeze({
245
245
  "@jskit-ai/realtime": "0.1.8",
246
246
  "@jskit-ai/kernel": "0.1.8",
247
247
  "@jskit-ai/shell-web": "0.1.8",
248
- "@jskit-ai/users-core": "0.1.10",
248
+ "@jskit-ai/users-core": "0.1.12",
249
249
  "vuetify": "^4.0.0"
250
250
  },
251
251
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/users-web",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@tanstack/vue-query": "5.92.12",
23
23
  "@mdi/js": "^7.4.47",
24
- "@jskit-ai/users-core": "0.1.10",
24
+ "@jskit-ai/users-core": "0.1.12",
25
25
  "@jskit-ai/realtime": "0.1.8",
26
26
  "@jskit-ai/http-runtime": "0.1.8",
27
27
  "@jskit-ai/kernel": "0.1.8",