@kasko/quote-calculator-js
Advanced tools
Comparing version 1.0.11 to 1.0.12
# Changelog | ||
## [v1.0.12](https://github.com/kasko/quote-calculator-js-lib/compare/v1.0.11...v1.0.12) (2023-03-21) | ||
## Bugfix | ||
- `calculator` - Fixes memory leak with multiple `.init()` calls; | ||
- `formulas` - Fix MID formula with `0` value as number; | ||
- `formulas` - Fix xml parsing with last data chunk being skipped; | ||
## [v1.0.11](https://github.com/kasko/quote-calculator-js-lib/compare/v1.0.10...v1.0.11) (2023-02-01) | ||
@@ -3,0 +9,0 @@ ## Bugfix |
@@ -90,2 +90,3 @@ import { parseXLSX } from '../../sheet-reader/src/parser.js'; | ||
private PROCESSING; | ||
private wasSetup; | ||
constructor(debug?: boolean); | ||
@@ -92,0 +93,0 @@ init(workbook: Record<string, any>, input?: I, config?: C): Promise<void>; |
{ | ||
"name": "@kasko/quote-calculator-js", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "KASKO Spreadsheet Quote Calculator", | ||
@@ -8,3 +8,3 @@ "main": "dist/calculator.js", | ||
"scripts": { | ||
"build": "yarn generate && yarn build:calculator && yarn parse && yarn declarations", | ||
"build": "yarn generate && yarn build:calculator && yarn declarations", | ||
"generate": "cd packages/formula-parser/src/grammar-parser && jison grammar-parser.jison", | ||
@@ -11,0 +11,0 @@ "build:calculator": "esbuild --log-level=error --bundle packages/calculator/src/calculator.ts --outdir=dist --minify --format=cjs --target=es2015 --platform=node --sourcemap", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1505518
1392