@vc-shell/framework 2.6.0-rc.1-pr361.9452d5a → 2.6.0-rc.1-pr361.d29cfdf
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
|
@@ -2107,12 +2107,12 @@ function xo() {
|
|
|
2107
2107
|
hasNotification: (t) => e.hasNotification(t)
|
|
2108
2108
|
});
|
|
2109
2109
|
}
|
|
2110
|
-
const $o = "2.6.0-rc.1-pr361.
|
|
2110
|
+
const $o = "2.6.0-rc.1-pr361.d29cfdf";
|
|
2111
2111
|
function Ko() {
|
|
2112
2112
|
return {
|
|
2113
2113
|
version: $o,
|
|
2114
|
-
buildDate: "2026-09-
|
|
2115
|
-
gitHash: "
|
|
2114
|
+
buildDate: "2026-09-09T10:01:37.109Z",
|
|
2115
|
+
gitHash: "d29cfdf18"
|
|
2116
2116
|
};
|
|
2117
2117
|
}
|
|
2118
2118
|
function zo(e = Ko()) {
|