@vc-shell/framework 2.5.0-pr325.8e7347f → 2.5.0-pr327.faf792b
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 xo() {
|
|
|
2097
2097
|
hasNotification: (t) => e.hasNotification(t)
|
|
2098
2098
|
});
|
|
2099
2099
|
}
|
|
2100
|
-
const $o = "2.5.0-
|
|
2100
|
+
const $o = "2.5.0-pr327.faf792b";
|
|
2101
2101
|
function Ko() {
|
|
2102
2102
|
return {
|
|
2103
2103
|
version: $o,
|
|
2104
|
-
buildDate: "2026-08-
|
|
2105
|
-
gitHash: "
|
|
2104
|
+
buildDate: "2026-08-27T11:22:53.711Z",
|
|
2105
|
+
gitHash: "faf792b85"
|
|
2106
2106
|
};
|
|
2107
2107
|
}
|
|
2108
2108
|
function zo(e = Ko()) {
|