@jskit-ai/workspaces-web 0.1.32 → 0.1.33

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.32",
4
+ version: "0.1.33",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -166,8 +166,8 @@ export default Object.freeze({
166
166
  mutations: {
167
167
  dependencies: {
168
168
  runtime: {
169
- "@jskit-ai/workspaces-core": "0.1.32",
170
- "@jskit-ai/users-web": "0.1.71",
169
+ "@jskit-ai/workspaces-core": "0.1.33",
170
+ "@jskit-ai/users-web": "0.1.72",
171
171
  "vuetify": "^4.0.0"
172
172
  },
173
173
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -15,12 +15,12 @@
15
15
  "dependencies": {
16
16
  "@tanstack/vue-query": "5.92.12",
17
17
  "@mdi/js": "^7.4.47",
18
- "@jskit-ai/http-runtime": "0.1.55",
19
- "@jskit-ai/kernel": "0.1.56",
20
- "@jskit-ai/shell-web": "0.1.55",
21
- "@jskit-ai/users-core": "0.1.66",
22
- "@jskit-ai/users-web": "0.1.71",
23
- "@jskit-ai/workspaces-core": "0.1.32",
18
+ "@jskit-ai/http-runtime": "0.1.56",
19
+ "@jskit-ai/kernel": "0.1.57",
20
+ "@jskit-ai/shell-web": "0.1.56",
21
+ "@jskit-ai/users-core": "0.1.67",
22
+ "@jskit-ai/users-web": "0.1.72",
23
+ "@jskit-ai/workspaces-core": "0.1.33",
24
24
  "vuetify": "^4.0.0"
25
25
  },
26
26
  "peerDependencies": {