@univerjs/sheets-formula 0.25.0 → 0.25.1
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/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 +8 -8
package/lib/cjs/index.js
CHANGED
|
@@ -2630,7 +2630,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2630
2630
|
//#endregion
|
|
2631
2631
|
//#region package.json
|
|
2632
2632
|
var name = "@univerjs/sheets-formula";
|
|
2633
|
-
var version = "0.25.
|
|
2633
|
+
var version = "0.25.1";
|
|
2634
2634
|
|
|
2635
2635
|
//#endregion
|
|
2636
2636
|
//#region src/common/plugin-name.ts
|
package/lib/es/index.js
CHANGED
|
@@ -2629,7 +2629,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2629
2629
|
//#endregion
|
|
2630
2630
|
//#region package.json
|
|
2631
2631
|
var name = "@univerjs/sheets-formula";
|
|
2632
|
-
var version = "0.25.
|
|
2632
|
+
var version = "0.25.1";
|
|
2633
2633
|
|
|
2634
2634
|
//#endregion
|
|
2635
2635
|
//#region src/common/plugin-name.ts
|
package/lib/index.js
CHANGED
|
@@ -2629,7 +2629,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2629
2629
|
//#endregion
|
|
2630
2630
|
//#region package.json
|
|
2631
2631
|
var name = "@univerjs/sheets-formula";
|
|
2632
|
-
var version = "0.25.
|
|
2632
|
+
var version = "0.25.1";
|
|
2633
2633
|
|
|
2634
2634
|
//#endregion
|
|
2635
2635
|
//#region src/common/plugin-name.ts
|