@jskit-ai/shell-web 0.1.45 → 0.1.47
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 +2 -2
- 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/shell-web",
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.47",
|
|
5
5
|
kind: "runtime",
|
|
6
6
|
description: "Web shell layout runtime with outlet-based placement contributions.",
|
|
7
7
|
dependsOn: [],
|
|
@@ -117,7 +117,7 @@ export default Object.freeze({
|
|
|
117
117
|
runtime: {
|
|
118
118
|
"@mdi/js": "^7.4.47",
|
|
119
119
|
"@tanstack/vue-query": "^5.90.5",
|
|
120
|
-
"@jskit-ai/kernel": "0.1.
|
|
120
|
+
"@jskit-ai/kernel": "0.1.48",
|
|
121
121
|
"vuetify": "^4.0.0"
|
|
122
122
|
},
|
|
123
123
|
dev: {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/shell-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@mdi/js": "^7.4.47",
|
|
26
26
|
"@tanstack/vue-query": "^5.90.5",
|
|
27
|
-
"@jskit-ai/kernel": "0.1.
|
|
27
|
+
"@jskit-ai/kernel": "0.1.48",
|
|
28
28
|
"pinia": "^3.0.4",
|
|
29
29
|
"vuetify": "^4.0.0"
|
|
30
30
|
}
|