@vc-shell/framework 2.0.10-pr244.35451aa → 2.0.10-pr245.4d2a6c5
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/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-BA4FEAgZ.js.map +1 -1
- package/dist/framework.js +2 -2
- package/dist/index.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/DesktopLayout.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/dist/framework.js
CHANGED
|
@@ -2028,8 +2028,8 @@ const Er = "2.0.10";
|
|
|
2028
2028
|
function hr() {
|
|
2029
2029
|
return {
|
|
2030
2030
|
version: Er,
|
|
2031
|
-
buildDate: "2026-06-
|
|
2032
|
-
gitHash: "
|
|
2031
|
+
buildDate: "2026-06-22T14:32:40.524Z",
|
|
2032
|
+
gitHash: "4d2a6c5f5"
|
|
2033
2033
|
};
|
|
2034
2034
|
}
|
|
2035
2035
|
function vr(e = hr()) {
|