@office-open/xml
Advanced tools
+1
-1
@@ -105,3 +105,3 @@ //#region src/utils.ts | ||
| if (child.name === name) result.push(child); | ||
| result.push(...findDeep(child, name)); | ||
| for (const found of findDeep(child, name)) result.push(found); | ||
| } | ||
@@ -108,0 +108,0 @@ return result; |
+1
-1
| { | ||
| "name": "@office-open/xml", | ||
| "version": "0.9.5", | ||
| "version": "0.9.6", | ||
| "description": "XML parsing and serialization for Office Open XML. Zero dependencies, drop-in replacement for xml + xml-js.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
43486
0.06%