@univerjs/core 0.7.0-nightly.202505141607 → 0.7.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/LICENSE +176 -0
- package/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +2 -2
package/lib/es/index.js
CHANGED
|
@@ -13930,7 +13930,7 @@ class d_ extends re {
|
|
|
13930
13930
|
this._error$.next({ errorKey: n });
|
|
13931
13931
|
}
|
|
13932
13932
|
}
|
|
13933
|
-
const f_ = "0.7.0
|
|
13933
|
+
const f_ = "0.7.0", g_ = {
|
|
13934
13934
|
version: f_
|
|
13935
13935
|
};
|
|
13936
13936
|
function m_(t = "", e = Wr.ZH_CN, n = "") {
|
package/lib/index.js
CHANGED
|
@@ -13930,7 +13930,7 @@ class d_ extends re {
|
|
|
13930
13930
|
this._error$.next({ errorKey: n });
|
|
13931
13931
|
}
|
|
13932
13932
|
}
|
|
13933
|
-
const f_ = "0.7.0
|
|
13933
|
+
const f_ = "0.7.0", g_ = {
|
|
13934
13934
|
version: f_
|
|
13935
13935
|
};
|
|
13936
13936
|
function m_(t = "", e = Wr.ZH_CN, n = "") {
|