@jskit-ai/workspaces-web 0.1.24 → 0.1.26
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.26",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Workspace web module: workspace selector, tools widget, workspace surfaces, and members/settings UI.",
|
|
7
7
|
dependsOn: [
|
|
@@ -148,8 +148,8 @@ export default Object.freeze({
|
|
|
148
148
|
mutations: {
|
|
149
149
|
dependencies: {
|
|
150
150
|
runtime: {
|
|
151
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
152
|
-
"@jskit-ai/users-web": "0.1.
|
|
151
|
+
"@jskit-ai/workspaces-core": "0.1.26",
|
|
152
|
+
"@jskit-ai/users-web": "0.1.65",
|
|
153
153
|
"vuetify": "^4.0.0"
|
|
154
154
|
},
|
|
155
155
|
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.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@tanstack/vue-query": "5.92.12",
|
|
16
16
|
"@mdi/js": "^7.4.47",
|
|
17
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
18
|
-
"@jskit-ai/kernel": "0.1.
|
|
19
|
-
"@jskit-ai/shell-web": "0.1.
|
|
20
|
-
"@jskit-ai/users-core": "0.1.
|
|
21
|
-
"@jskit-ai/users-web": "0.1.
|
|
22
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
17
|
+
"@jskit-ai/http-runtime": "0.1.49",
|
|
18
|
+
"@jskit-ai/kernel": "0.1.50",
|
|
19
|
+
"@jskit-ai/shell-web": "0.1.49",
|
|
20
|
+
"@jskit-ai/users-core": "0.1.60",
|
|
21
|
+
"@jskit-ai/users-web": "0.1.65",
|
|
22
|
+
"@jskit-ai/workspaces-core": "0.1.26",
|
|
23
23
|
"vuetify": "^4.0.0"
|
|
24
24
|
}
|
|
25
25
|
}
|