@progress/kendo-spreadsheet-common 1.2.10-develop.2 → 1.2.10

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/dist/index-esm.js CHANGED
@@ -2621,6 +2621,7 @@ function defineFunction(name, func) {
2621
2621
  }
2622
2622
 
2623
2623
  function defineBuiltinFunction$1(name, isAsync, x, impl) {
2624
+ name = name.toLowerCase();
2624
2625
  FUNCS$1[name] = isAsync
2625
2626
  ? makeAsyncFunction(impl, x.resolve, x.check, x.arrayArgs)
2626
2627
  : makeSyncFunction(impl, x.resolve, x.check, x.arrayArgs);
package/dist/index.js CHANGED
@@ -2622,6 +2622,7 @@
2622
2622
  }
2623
2623
 
2624
2624
  function defineBuiltinFunction$1(name, isAsync, x, impl) {
2625
+ name = name.toLowerCase();
2625
2626
  FUNCS$1[name] = isAsync
2626
2627
  ? makeAsyncFunction(impl, x.resolve, x.check, x.arrayArgs)
2627
2628
  : makeSyncFunction(impl, x.resolve, x.check, x.arrayArgs);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-spreadsheet-common",
3
3
  "description": "Kendo UI platform-independent Spreadsheet library",
4
- "version": "1.2.10-develop.2",
4
+ "version": "1.2.10",
5
5
  "keywords": [
6
6
  "Kendo UI"
7
7
  ],