@jnxplus/xml
Advanced tools
Comparing version 0.0.1-next.0 to 0.0.1-next.1
@@ -5,2 +5,11 @@ # Changelog | ||
## [0.0.1-next.1](https://github.com/khalilou88/jnxplus/compare/xml-0.0.1-next.0...xml-0.0.1-next.1) (2023-10-13) | ||
### Features | ||
* organize imports (fake feat to test version) ([d0bed47](https://github.com/khalilou88/jnxplus/commit/d0bed475ca7356e48bbbf423968eaf7a6c6ecb00)) | ||
## 0.0.1-next.0 (2023-10-13) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@jnxplus/xml", | ||
"version": "0.0.1-next.0", | ||
"version": "0.0.1-next.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.xmlToString = exports.readXml = exports.readXmlTree = void 0; | ||
const fs = require("fs"); | ||
const xmldoc_1 = require("xmldoc"); | ||
const fs = require("fs"); | ||
function readXmlTree(tree, path) { | ||
@@ -7,0 +7,0 @@ var _a; |
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
12110