@jskit-ai/workspaces-web 0.1.19 → 0.1.20

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/workspaces-web",
4
- version: "0.1.19",
4
+ version: "0.1.20",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -147,8 +147,8 @@ export default Object.freeze({
147
147
  mutations: {
148
148
  dependencies: {
149
149
  runtime: {
150
- "@jskit-ai/workspaces-core": "0.1.19",
151
- "@jskit-ai/users-web": "0.1.58",
150
+ "@jskit-ai/workspaces-core": "0.1.20",
151
+ "@jskit-ai/users-web": "0.1.59",
152
152
  "vuetify": "^4.0.0"
153
153
  },
154
154
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -14,12 +14,12 @@
14
14
  "dependencies": {
15
15
  "@tanstack/vue-query": "5.92.12",
16
16
  "@mdi/js": "^7.4.47",
17
- "@jskit-ai/http-runtime": "0.1.42",
18
- "@jskit-ai/kernel": "0.1.43",
19
- "@jskit-ai/shell-web": "0.1.42",
20
- "@jskit-ai/users-core": "0.1.53",
21
- "@jskit-ai/users-web": "0.1.58",
22
- "@jskit-ai/workspaces-core": "0.1.19",
17
+ "@jskit-ai/http-runtime": "0.1.43",
18
+ "@jskit-ai/kernel": "0.1.44",
19
+ "@jskit-ai/shell-web": "0.1.43",
20
+ "@jskit-ai/users-core": "0.1.54",
21
+ "@jskit-ai/users-web": "0.1.59",
22
+ "@jskit-ai/workspaces-core": "0.1.20",
23
23
  "vuetify": "^4.0.0"
24
24
  }
25
25
  }