@vc-shell/framework 2.4.0-pr311.5130191 → 2.5.0
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
|
@@ -2095,12 +2095,12 @@ function Go() {
|
|
|
2095
2095
|
hasNotification: (t) => e.hasNotification(t)
|
|
2096
2096
|
});
|
|
2097
2097
|
}
|
|
2098
|
-
const xo = "2.
|
|
2098
|
+
const xo = "2.5.0";
|
|
2099
2099
|
function $o() {
|
|
2100
2100
|
return {
|
|
2101
2101
|
version: xo,
|
|
2102
|
-
buildDate: "2026-08-
|
|
2103
|
-
gitHash: "
|
|
2102
|
+
buildDate: "2026-08-19T10:23:58.321Z",
|
|
2103
|
+
gitHash: "2964ccbe3"
|
|
2104
2104
|
};
|
|
2105
2105
|
}
|
|
2106
2106
|
function Ko(e = $o()) {
|