@jskit-ai/workspaces-web 0.1.7 → 0.1.9

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.7",
4
+ version: "0.1.9",
5
5
  kind: "runtime",
6
6
  description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
7
7
  dependsOn: [
@@ -124,8 +124,8 @@ export default Object.freeze({
124
124
  mutations: {
125
125
  dependencies: {
126
126
  runtime: {
127
- "@jskit-ai/workspaces-core": "0.1.7",
128
- "@jskit-ai/users-web": "0.1.46"
127
+ "@jskit-ai/workspaces-core": "0.1.9",
128
+ "@jskit-ai/users-web": "0.1.48"
129
129
  },
130
130
  dev: {}
131
131
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/workspaces-web",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
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.46"
13
+ "@jskit-ai/users-web": "0.1.48"
14
14
  }
15
15
  }