@jskit-ai/workspaces-web 0.1.101 → 0.1.102

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.101",
4
+ version: "0.1.102",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
7
7
  dependsOn: [
@@ -233,7 +233,7 @@ export default Object.freeze({
233
233
  dependencies: {
234
234
  runtime: {
235
235
  "@jskit-ai/auth-web": "0.1.124",
236
- "@jskit-ai/workspaces-core": "0.1.100",
236
+ "@jskit-ai/workspaces-core": "0.1.101",
237
237
  "@jskit-ai/users-web": "0.1.140"
238
238
  },
239
239
  dev: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.101",
3
+ "version": "0.1.102",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -21,7 +21,7 @@
21
21
  "@jskit-ai/shell-web": "0.1.125",
22
22
  "@jskit-ai/users-core": "0.1.134",
23
23
  "@jskit-ai/users-web": "0.1.140",
24
- "@jskit-ai/workspaces-core": "0.1.100"
24
+ "@jskit-ai/workspaces-core": "0.1.101"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@tanstack/vue-query": "^5.90.5",