@jskit-ai/workspaces-web 0.1.35 → 0.1.37
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 +7 -7
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.37",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
7
7
|
dependsOn: [
|
|
@@ -166,8 +166,8 @@ export default Object.freeze({
|
|
|
166
166
|
mutations: {
|
|
167
167
|
dependencies: {
|
|
168
168
|
runtime: {
|
|
169
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
170
|
-
"@jskit-ai/users-web": "0.1.
|
|
169
|
+
"@jskit-ai/workspaces-core": "0.1.37",
|
|
170
|
+
"@jskit-ai/users-web": "0.1.76",
|
|
171
171
|
"vuetify": "^4.0.0"
|
|
172
172
|
},
|
|
173
173
|
dev: {}
|
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.37",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@tanstack/vue-query": "5.92.12",
|
|
17
17
|
"@mdi/js": "^7.4.47",
|
|
18
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
19
|
-
"@jskit-ai/kernel": "0.1.
|
|
20
|
-
"@jskit-ai/shell-web": "0.1.
|
|
21
|
-
"@jskit-ai/users-core": "0.1.
|
|
22
|
-
"@jskit-ai/users-web": "0.1.
|
|
23
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
18
|
+
"@jskit-ai/http-runtime": "0.1.60",
|
|
19
|
+
"@jskit-ai/kernel": "0.1.61",
|
|
20
|
+
"@jskit-ai/shell-web": "0.1.60",
|
|
21
|
+
"@jskit-ai/users-core": "0.1.71",
|
|
22
|
+
"@jskit-ai/users-web": "0.1.76",
|
|
23
|
+
"@jskit-ai/workspaces-core": "0.1.37",
|
|
24
24
|
"vuetify": "^4.0.0"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|