excel-formula-utilities
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -86,2 +86,3 @@ "use strict"; | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -108,2 +109,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -110,0 +112,0 @@ if (RegExp(":", "gi").test(tokenString)) { |
@@ -96,2 +96,3 @@ "use strict"; | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -118,2 +119,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -120,0 +122,0 @@ if (RegExp(":", "gi").test(tokenString)) { |
@@ -84,2 +84,3 @@ import { breakOutRanges } from "./breakOutRanges.js"; | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -106,2 +107,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -108,0 +110,0 @@ if (RegExp(":", "gi").test(tokenString)) { |
@@ -94,2 +94,3 @@ import { breakOutRanges } from "./breakOutRanges.js"; | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -116,2 +117,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -118,0 +120,0 @@ if (RegExp(":", "gi").test(tokenString)) { |
@@ -795,2 +795,3 @@ (function(global, factory) { | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -817,2 +818,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -963,2 +965,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
switch (currentFunctionOnStack.name.toLowerCase()) { | ||
// If in the sum function break out cell names and add | ||
case "sum": | ||
@@ -985,2 +988,3 @@ if (RegExp(":", "gi").test(tokenString)) { | ||
break; | ||
// By Default return an array containing all cell names in array | ||
default: | ||
@@ -987,0 +991,0 @@ if (RegExp(":", "gi").test(tokenString)) { |
@@ -22,5 +22,5 @@ { | ||
".": { | ||
"browser": "./dist/ExcelFormulaUtilities.umd.js", | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"browser": "./dist/ExcelFormulaUtilities.umd.js" | ||
"require": "./dist/cjs/index.js" | ||
} | ||
@@ -43,22 +43,22 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@kouts/eslint-config": "^1.3.17", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@kouts/eslint-config": "^1.3.23", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vitest/coverage-v8": "^2.1.6", | ||
"autoprefixer": "^10.4.20", | ||
"eslint": "^9.13.0", | ||
"eslint": "^9.15.0", | ||
"glob": "^11.0.0", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.1", | ||
"semantic-release": "^24.2.0", | ||
"tailwindcss": "^3.4.14", | ||
"vite": "^5.4.10", | ||
"vitest": "^2.1.4", | ||
"vue": "^3.5.12" | ||
"tailwindcss": "^3.4.15", | ||
"vite": "^6.0.1", | ||
"vitest": "^2.1.6", | ||
"vue": "^3.5.13" | ||
} | ||
} |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"type": "module", | ||
@@ -23,5 +23,5 @@ "main": "./dist/cjs/index.js", | ||
".": { | ||
"browser": "./dist/ExcelFormulaUtilities.umd.js", | ||
"import": "./dist/es/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"browser": "./dist/ExcelFormulaUtilities.umd.js" | ||
"require": "./dist/cjs/index.js" | ||
} | ||
@@ -44,22 +44,22 @@ }, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@kouts/eslint-config": "^1.3.17", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@kouts/eslint-config": "^1.3.23", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vitest/coverage-v8": "^2.1.4", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vitest/coverage-v8": "^2.1.6", | ||
"autoprefixer": "^10.4.20", | ||
"eslint": "^9.13.0", | ||
"eslint": "^9.15.0", | ||
"glob": "^11.0.0", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"postcss": "^8.4.47", | ||
"prettier": "^3.3.3", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.1", | ||
"semantic-release": "^24.2.0", | ||
"tailwindcss": "^3.4.14", | ||
"vite": "^5.4.10", | ||
"vitest": "^2.1.4", | ||
"vue": "^3.5.12" | ||
"tailwindcss": "^3.4.15", | ||
"vite": "^6.0.1", | ||
"vitest": "^2.1.6", | ||
"vue": "^3.5.13" | ||
} | ||
} |
144344
3273