@azure/core-xml
Advanced tools
Comparing version 1.4.3-alpha.20240701.3 to 1.4.3-alpha.20240704.2
@@ -1,2 +0,1 @@ | ||
/// <reference lib="dom" /> | ||
import { XmlOptions } from "./xml.common.js"; | ||
@@ -3,0 +2,0 @@ export declare function parseXML(str: string, opts?: XmlOptions): Promise<any>; |
@@ -5,3 +5,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseXML = exports.stringifyXML = void 0; | ||
exports.stringifyXML = stringifyXML; | ||
exports.parseXML = parseXML; | ||
const fast_xml_parser_1 = require("fast-xml-parser"); | ||
@@ -38,3 +39,2 @@ const xml_common_js_1 = require("./xml.common.js"); | ||
} | ||
exports.stringifyXML = stringifyXML; | ||
/** | ||
@@ -69,3 +69,2 @@ * Converts given XML string into JSON | ||
} | ||
exports.parseXML = parseXML; | ||
//# sourceMappingURL=xml.js.map |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.4.3-alpha.20240701.3", | ||
"version": "1.4.3-alpha.20240704.2", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -93,4 +93,4 @@ "sdk-type": "client", | ||
"rimraf": "^5.0.5", | ||
"tshy": "^1.13.0", | ||
"typescript": "~5.4.5", | ||
"tshy": "^1.17.0", | ||
"typescript": "~5.5.3", | ||
"vitest": "^1.3.1" | ||
@@ -115,3 +115,4 @@ }, | ||
"selfLink": false | ||
} | ||
}, | ||
"module": "./dist/esm/index.js" | ||
} |
Sorry, the diff of this file is not supported yet
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
78126
719