@vc-shell/framework 2.5.0-pr322.fa2d16e → 2.5.0-pr322.fbf6d33
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
|
@@ -2097,12 +2097,12 @@ function Go() {
|
|
|
2097
2097
|
hasNotification: (t) => e.hasNotification(t)
|
|
2098
2098
|
});
|
|
2099
2099
|
}
|
|
2100
|
-
const xo = "2.5.0-pr322.
|
|
2100
|
+
const xo = "2.5.0-pr322.fbf6d33";
|
|
2101
2101
|
function $o() {
|
|
2102
2102
|
return {
|
|
2103
2103
|
version: xo,
|
|
2104
|
-
buildDate: "2026-08-26T16:
|
|
2105
|
-
gitHash: "
|
|
2104
|
+
buildDate: "2026-08-26T16:42:46.908Z",
|
|
2105
|
+
gitHash: "fbf6d3397"
|
|
2106
2106
|
};
|
|
2107
2107
|
}
|
|
2108
2108
|
function Ko(e = $o()) {
|