@vc-shell/framework 2.1.0-pr248.6401a93 → 2.1.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
|
@@ -2031,12 +2031,12 @@ function Er() {
|
|
|
2031
2031
|
hasNotification: (t) => e.hasNotification(t)
|
|
2032
2032
|
});
|
|
2033
2033
|
}
|
|
2034
|
-
const hr = "2.1.0
|
|
2034
|
+
const hr = "2.1.0";
|
|
2035
2035
|
function vr() {
|
|
2036
2036
|
return {
|
|
2037
2037
|
version: hr,
|
|
2038
|
-
buildDate: "2026-06-
|
|
2039
|
-
gitHash: "
|
|
2038
|
+
buildDate: "2026-06-22T17:28:18.203Z",
|
|
2039
|
+
gitHash: "3a32dc437"
|
|
2040
2040
|
};
|
|
2041
2041
|
}
|
|
2042
2042
|
function Sr(e = vr()) {
|