@jskit-ai/workspaces-web 0.1.45 → 0.1.46

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.45",
4
+ version: "0.1.46",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -231,8 +231,8 @@ export default Object.freeze({
231
231
  mutations: {
232
232
  dependencies: {
233
233
  runtime: {
234
- "@jskit-ai/workspaces-core": "0.1.45",
235
- "@jskit-ai/users-web": "0.1.84"
234
+ "@jskit-ai/workspaces-core": "0.1.46",
235
+ "@jskit-ai/users-web": "0.1.85"
236
236
  },
237
237
  dev: {}
238
238
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -15,12 +15,12 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@mdi/js": "^7.4.47",
18
- "@jskit-ai/http-runtime": "0.1.68",
19
- "@jskit-ai/kernel": "0.1.69",
20
- "@jskit-ai/shell-web": "0.1.68",
21
- "@jskit-ai/users-core": "0.1.79",
22
- "@jskit-ai/users-web": "0.1.84",
23
- "@jskit-ai/workspaces-core": "0.1.45"
18
+ "@jskit-ai/http-runtime": "0.1.69",
19
+ "@jskit-ai/kernel": "0.1.70",
20
+ "@jskit-ai/shell-web": "0.1.69",
21
+ "@jskit-ai/users-core": "0.1.80",
22
+ "@jskit-ai/users-web": "0.1.85",
23
+ "@jskit-ai/workspaces-core": "0.1.46"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@tanstack/vue-query": "^5.90.5",