@vc-shell/framework 2.5.0-pr335.be68f6d → 2.5.0-pr337.e2e020c
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/framework.js +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
package/dist/framework.js
CHANGED
|
@@ -2121,12 +2121,12 @@ function xo() {
|
|
|
2121
2121
|
hasNotification: (t) => e.hasNotification(t)
|
|
2122
2122
|
});
|
|
2123
2123
|
}
|
|
2124
|
-
const $o = "2.5.0-
|
|
2124
|
+
const $o = "2.5.0-pr337.e2e020c";
|
|
2125
2125
|
function Ko() {
|
|
2126
2126
|
return {
|
|
2127
2127
|
version: $o,
|
|
2128
|
-
buildDate: "2026-08-
|
|
2129
|
-
gitHash: "
|
|
2128
|
+
buildDate: "2026-08-31T15:26:29.737Z",
|
|
2129
|
+
gitHash: "e2e020c4a"
|
|
2130
2130
|
};
|
|
2131
2131
|
}
|
|
2132
2132
|
function zo(e = Ko()) {
|