xlsx-template
Advanced tools
Comparing version 1.4.2 to 1.4.3
{ | ||
"name": "xlsx-template", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Generate .xlsx (Excel) files from templates built in Excel", | ||
@@ -59,9 +59,8 @@ "main": "./lib/index", | ||
"dependencies": { | ||
"@kant2002/jszip": "2.7.1", | ||
"elementtree": "^0.1.7", | ||
"image-size": "^0.3.5", | ||
"@kant2002/jszip": "2.7.1" | ||
"image-size": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"@types/jszip": "0.0.27", | ||
"@types/node": "^14.0.27", | ||
@@ -68,0 +67,0 @@ "jest": "^27.5.1", |
@@ -206,2 +206,14 @@ # XLSX Template | ||
### Version 1.4.3 | ||
* Fix potential issue when template has lot of images. | ||
* Update image-size to 1.0.2 | ||
### Version 1.4.2 | ||
* Move to @kant2002/jszip which fix https://github.com/advisories/GHSA-36fh-84j7-cv5h | ||
* Fix previously broken release. | ||
### Version 1.4.1 | ||
* Move to @kant2002/jszip which fix https://github.com/advisories/GHSA-36fh-84j7-cv5h | ||
* Also broke everything. **DONT USE THIS VERSION** | ||
### Version 1.4.0 | ||
@@ -208,0 +220,0 @@ * substituteAll: Interpolate values for all the sheets using the given substitutions (#173) Thanks @jonathankeebler |
Sorry, the diff of this file is too big to display
148722
5
6
1518
295
+ Addedimage-size@1.2.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedqueue@6.0.2(transitive)
- Removedimage-size@0.3.5(transitive)
Updatedimage-size@^1.0.2