@jskit-ai/workspaces-web 0.1.110 → 0.1.111
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 +4 -4
- package/package.json +8 -8
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.111",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Workspace web module: workspace selector, tools widget, workspace surfaces, members UI, and settings hosts.",
|
|
7
7
|
dependsOn: [
|
|
@@ -232,9 +232,9 @@ export default Object.freeze({
|
|
|
232
232
|
mutations: {
|
|
233
233
|
dependencies: {
|
|
234
234
|
runtime: {
|
|
235
|
-
"@jskit-ai/auth-web": "0.1.
|
|
236
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
237
|
-
"@jskit-ai/users-web": "0.1.
|
|
235
|
+
"@jskit-ai/auth-web": "0.1.132",
|
|
236
|
+
"@jskit-ai/workspaces-core": "0.1.109",
|
|
237
|
+
"@jskit-ai/users-web": "0.1.148"
|
|
238
238
|
},
|
|
239
239
|
dev: {}
|
|
240
240
|
},
|
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.111",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@mdi/js": "^7.4.47",
|
|
18
|
-
"@jskit-ai/auth-web": "0.1.
|
|
19
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
20
|
-
"@jskit-ai/kernel": "0.1.
|
|
21
|
-
"@jskit-ai/shell-web": "0.1.
|
|
22
|
-
"@jskit-ai/users-core": "0.1.
|
|
23
|
-
"@jskit-ai/users-web": "0.1.
|
|
24
|
-
"@jskit-ai/workspaces-core": "0.1.
|
|
18
|
+
"@jskit-ai/auth-web": "0.1.132",
|
|
19
|
+
"@jskit-ai/http-runtime": "0.1.130",
|
|
20
|
+
"@jskit-ai/kernel": "0.1.132",
|
|
21
|
+
"@jskit-ai/shell-web": "0.1.133",
|
|
22
|
+
"@jskit-ai/users-core": "0.1.142",
|
|
23
|
+
"@jskit-ai/users-web": "0.1.148",
|
|
24
|
+
"@jskit-ai/workspaces-core": "0.1.109"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@tanstack/vue-query": "^5.90.5",
|