@wmfs/xml-flatten2csv
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -15,3 +15,3 @@ { | ||
"generateNotes": { | ||
"preset": "metahub" | ||
"preset": "angular" | ||
}, | ||
@@ -18,0 +18,0 @@ "prepare": [ |
@@ -0,1 +1,3 @@ | ||
# [1.11.0](https://github.com/wmfs/xml-flatten2csv/compare/v1.10.0...v1.11.0) (2024-11-04) | ||
# [1.10.0](https://github.com/wmfs/xml-flatten2csv/compare/v1.9.0...v1.10.0) (2023-07-26) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "@wmfs/xml-flatten2csv", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Flattened XML file to CSV file", | ||
@@ -26,6 +26,6 @@ "author": "West Midlands Fire Service", | ||
"mkdirp": "2.1.6", | ||
"sax": "1.2.4" | ||
"sax": "1.4.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "4.3.7", | ||
"chai": "4.5.0", | ||
"chai-string": "1.5.0", | ||
@@ -36,6 +36,6 @@ "codecov": "3.8.3", | ||
"dirty-chai": "2.0.1", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"semantic-release": "21.0.7", | ||
"standard": "17.1.0", | ||
"mocha": "10.8.2", | ||
"nyc": "17.1.0", | ||
"semantic-release": "24.2.0", | ||
"standard": "17.1.2", | ||
"@semantic-release/changelog": "6.0.3", | ||
@@ -42,0 +42,0 @@ "@semantic-release/git": "10.0.1" |
97590