@univerjs/sheets-formula 1.0.0-alpha.4 → 1.0.0-alpha.5
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
|
@@ -2654,7 +2654,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2654
2654
|
//#endregion
|
|
2655
2655
|
//#region package.json
|
|
2656
2656
|
var name = "@univerjs/sheets-formula";
|
|
2657
|
-
var version = "1.0.0-alpha.
|
|
2657
|
+
var version = "1.0.0-alpha.5";
|
|
2658
2658
|
|
|
2659
2659
|
//#endregion
|
|
2660
2660
|
//#region src/common/plugin-name.ts
|
package/lib/es/index.js
CHANGED
|
@@ -2653,7 +2653,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2653
2653
|
//#endregion
|
|
2654
2654
|
//#region package.json
|
|
2655
2655
|
var name = "@univerjs/sheets-formula";
|
|
2656
|
-
var version = "1.0.0-alpha.
|
|
2656
|
+
var version = "1.0.0-alpha.5";
|
|
2657
2657
|
|
|
2658
2658
|
//#endregion
|
|
2659
2659
|
//#region src/common/plugin-name.ts
|
package/lib/index.js
CHANGED
|
@@ -2653,7 +2653,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2653
2653
|
//#endregion
|
|
2654
2654
|
//#region package.json
|
|
2655
2655
|
var name = "@univerjs/sheets-formula";
|
|
2656
|
-
var version = "1.0.0-alpha.
|
|
2656
|
+
var version = "1.0.0-alpha.5";
|
|
2657
2657
|
|
|
2658
2658
|
//#endregion
|
|
2659
2659
|
//#region src/common/plugin-name.ts
|