@fileverse-dev/formulajs 4.4.11-mod-38-patch-3 → 4.4.11-mod-38-patch-4

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.cjs CHANGED
@@ -13247,6 +13247,7 @@ async function SUMTEST() {
13247
13247
  let result = 0;
13248
13248
 
13249
13249
  arrayEach(argsToArray(arguments), (value) => {
13250
+ console.log("callllllling teeeessssst");
13250
13251
  if (result instanceof Error) {
13251
13252
  return false
13252
13253
  } else if (value instanceof Error) {
package/lib/esm/index.mjs CHANGED
@@ -13245,6 +13245,7 @@ async function SUMTEST() {
13245
13245
  let result = 0;
13246
13246
 
13247
13247
  arrayEach(argsToArray(arguments), (value) => {
13248
+ console.log("callllllling teeeessssst");
13248
13249
  if (result instanceof Error) {
13249
13250
  return false
13250
13251
  } else if (value instanceof Error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-38-patch-3",
3
+ "version": "4.4.11-mod-38-patch-4",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {