@jskit-ai/workspaces-web 0.1.10 → 0.1.11
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.
- package/package.descriptor.mjs +3 -3
- package/package.json +2 -2
package/package.descriptor.mjs
CHANGED
|
@@ -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.
|
|
4
|
+
version: "0.1.11",
|
|
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.
|
|
113
|
-
"@jskit-ai/users-web": "0.1.
|
|
112
|
+
"@jskit-ai/workspaces-core": "0.1.11",
|
|
113
|
+
"@jskit-ai/users-web": "0.1.50"
|
|
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.
|
|
3
|
+
"version": "0.1.11",
|
|
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.
|
|
13
|
+
"@jskit-ai/users-web": "0.1.50"
|
|
14
14
|
}
|
|
15
15
|
}
|