@jskit-ai/workspaces-web 0.1.16 → 0.1.18

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.16",
4
+ version: "0.1.18",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -129,8 +129,8 @@ export default Object.freeze({
129
129
  mutations: {
130
130
  dependencies: {
131
131
  runtime: {
132
- "@jskit-ai/workspaces-core": "0.1.16",
133
- "@jskit-ai/users-web": "0.1.55",
132
+ "@jskit-ai/workspaces-core": "0.1.18",
133
+ "@jskit-ai/users-web": "0.1.57",
134
134
  "vuetify": "^4.0.0"
135
135
  },
136
136
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
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.39",
18
- "@jskit-ai/kernel": "0.1.40",
19
- "@jskit-ai/shell-web": "0.1.39",
20
- "@jskit-ai/users-core": "0.1.50",
21
- "@jskit-ai/users-web": "0.1.55",
22
- "@jskit-ai/workspaces-core": "0.1.16",
17
+ "@jskit-ai/http-runtime": "0.1.41",
18
+ "@jskit-ai/kernel": "0.1.42",
19
+ "@jskit-ai/shell-web": "0.1.41",
20
+ "@jskit-ai/users-core": "0.1.52",
21
+ "@jskit-ai/users-web": "0.1.57",
22
+ "@jskit-ai/workspaces-core": "0.1.18",
23
23
  "vuetify": "^4.0.0"
24
24
  }
25
25
  }