@jskit-ai/workspaces-web 0.1.11 → 0.1.13

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.11",
4
+ version: "0.1.13",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -109,8 +109,8 @@ export default Object.freeze({
109
109
  mutations: {
110
110
  dependencies: {
111
111
  runtime: {
112
- "@jskit-ai/workspaces-core": "0.1.11",
113
- "@jskit-ai/users-web": "0.1.50"
112
+ "@jskit-ai/workspaces-core": "0.1.13",
113
+ "@jskit-ai/users-web": "0.1.52"
114
114
  },
115
115
  dev: {}
116
116
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -10,6 +10,6 @@
10
10
  "./client/providers/WorkspacesWebClientProvider": "./src/client/providers/WorkspacesWebClientProvider.js"
11
11
  },
12
12
  "dependencies": {
13
- "@jskit-ai/users-web": "0.1.50"
13
+ "@jskit-ai/users-web": "0.1.52"
14
14
  }
15
15
  }