@univerjs/engine-formula 0.10.3-experimental.20250812-b4b6f1a → 0.10.3-nightly.202508150623

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/lib/es/index.js CHANGED
@@ -2832,7 +2832,6 @@ function Zr(i, a, e) {
2832
2832
  }
2833
2833
  const yl = /* @__PURE__ */ new Map([
2834
2834
  [ht.EN_US, "$"],
2835
- // [LocaleType.JA_JP, '¥'],
2836
2835
  [ht.RU_RU, "₽"],
2837
2836
  [ht.VI_VN, "₫"],
2838
2837
  [ht.ZH_CN, "¥"],
package/lib/index.js CHANGED
@@ -2832,7 +2832,6 @@ function Zr(i, a, e) {
2832
2832
  }
2833
2833
  const yl = /* @__PURE__ */ new Map([
2834
2834
  [ht.EN_US, "$"],
2835
- // [LocaleType.JA_JP, '¥'],
2836
2835
  [ht.RU_RU, "₽"],
2837
2836
  [ht.VI_VN, "₫"],
2838
2837
  [ht.ZH_CN, "¥"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/engine-formula",
3
- "version": "0.10.3-experimental.20250812-b4b6f1a",
3
+ "version": "0.10.3-nightly.202508150623",
4
4
  "private": false,
5
5
  "description": "UniverSheet normal base-formula-engine",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -60,8 +60,8 @@
60
60
  "dependencies": {
61
61
  "@flatten-js/interval-tree": "^1.1.3",
62
62
  "decimal.js": "^10.6.0",
63
- "@univerjs/core": "0.10.3-experimental.20250812-b4b6f1a",
64
- "@univerjs/rpc": "0.10.3-experimental.20250812-b4b6f1a"
63
+ "@univerjs/core": "0.10.3-nightly.202508150623",
64
+ "@univerjs/rpc": "0.10.3-nightly.202508150623"
65
65
  },
66
66
  "devDependencies": {
67
67
  "rxjs": "^7.8.2",