@univerjs/sheets-formula 1.0.0-alpha.1 → 1.0.0-alpha.2
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
|
@@ -2664,7 +2664,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2664
2664
|
//#endregion
|
|
2665
2665
|
//#region package.json
|
|
2666
2666
|
var name = "@univerjs/sheets-formula";
|
|
2667
|
-
var version = "1.0.0-alpha.
|
|
2667
|
+
var version = "1.0.0-alpha.2";
|
|
2668
2668
|
|
|
2669
2669
|
//#endregion
|
|
2670
2670
|
//#region src/common/plugin-name.ts
|
package/lib/es/index.js
CHANGED
|
@@ -2663,7 +2663,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2663
2663
|
//#endregion
|
|
2664
2664
|
//#region package.json
|
|
2665
2665
|
var name = "@univerjs/sheets-formula";
|
|
2666
|
-
var version = "1.0.0-alpha.
|
|
2666
|
+
var version = "1.0.0-alpha.2";
|
|
2667
2667
|
|
|
2668
2668
|
//#endregion
|
|
2669
2669
|
//#region src/common/plugin-name.ts
|
package/lib/index.js
CHANGED
|
@@ -2663,7 +2663,7 @@ function tableReferenceContainsColumn(columnStruct, columnNames) {
|
|
|
2663
2663
|
//#endregion
|
|
2664
2664
|
//#region package.json
|
|
2665
2665
|
var name = "@univerjs/sheets-formula";
|
|
2666
|
-
var version = "1.0.0-alpha.
|
|
2666
|
+
var version = "1.0.0-alpha.2";
|
|
2667
2667
|
|
|
2668
2668
|
//#endregion
|
|
2669
2669
|
//#region src/common/plugin-name.ts
|