@jskit-ai/workspaces-web 0.1.71 → 0.1.73

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.71",
4
+ version: "0.1.73",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
7
7
  dependsOn: [
@@ -227,8 +227,8 @@ export default Object.freeze({
227
227
  mutations: {
228
228
  dependencies: {
229
229
  runtime: {
230
- "@jskit-ai/workspaces-core": "0.1.70",
231
- "@jskit-ai/users-web": "0.1.109"
230
+ "@jskit-ai/workspaces-core": "0.1.72",
231
+ "@jskit-ai/users-web": "0.1.111"
232
232
  },
233
233
  dev: {}
234
234
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.71",
3
+ "version": "0.1.73",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -14,12 +14,12 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@mdi/js": "^7.4.47",
17
- "@jskit-ai/http-runtime": "0.1.93",
18
- "@jskit-ai/kernel": "0.1.94",
19
- "@jskit-ai/shell-web": "0.1.93",
20
- "@jskit-ai/users-core": "0.1.104",
21
- "@jskit-ai/users-web": "0.1.109",
22
- "@jskit-ai/workspaces-core": "0.1.70"
17
+ "@jskit-ai/http-runtime": "0.1.95",
18
+ "@jskit-ai/kernel": "0.1.96",
19
+ "@jskit-ai/shell-web": "0.1.95",
20
+ "@jskit-ai/users-core": "0.1.106",
21
+ "@jskit-ai/users-web": "0.1.111",
22
+ "@jskit-ai/workspaces-core": "0.1.72"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@tanstack/vue-query": "^5.90.5",