@vc-shell/framework 2.3.0-pr273.1f2a9f6 → 2.3.0-pr273.8d18da5
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
|
@@ -2067,12 +2067,12 @@ function Ho() {
|
|
|
2067
2067
|
hasNotification: (t) => e.hasNotification(t)
|
|
2068
2068
|
});
|
|
2069
2069
|
}
|
|
2070
|
-
const Go = "2.3.0-pr273.
|
|
2070
|
+
const Go = "2.3.0-pr273.8d18da5";
|
|
2071
2071
|
function xo() {
|
|
2072
2072
|
return {
|
|
2073
2073
|
version: Go,
|
|
2074
|
-
buildDate: "2026-07-30T12:
|
|
2075
|
-
gitHash: "
|
|
2074
|
+
buildDate: "2026-07-30T12:05:21.234Z",
|
|
2075
|
+
gitHash: "8d18da5ca"
|
|
2076
2076
|
};
|
|
2077
2077
|
}
|
|
2078
2078
|
function $o(e = xo()) {
|