@azure/core-xml
Advanced tools
Comparing version 1.0.0-alpha.20210209.1 to 1.0.0-alpha.20210210.1
# Release History | ||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.1 (2021-02-04) | ||
- First release of package. Exported XML helpers for client packages that need XML support, see README.md for details. |
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.0.0-alpha.20210209.1", | ||
"version": "1.0.0-alpha.20210210.1", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -41,4 +41,4 @@ "sdk-type": "client", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint:fix": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts -f html -o coreXml-lintReport.html || exit 0", | ||
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test --ext .ts", | ||
"pack": "npm pack 2>&1", | ||
@@ -45,0 +45,0 @@ "prebuild": "npm run clean", |
@@ -14,3 +14,3 @@ /** | ||
*/ | ||
export declare function stringifyXML(obj: any, opts?: XmlOptions): string; | ||
export declare function stringifyXML(obj: unknown, opts?: XmlOptions): string; | ||
/** | ||
@@ -17,0 +17,0 @@ * Default key used to access the XML attributes. |
@@ -16,3 +16,3 @@ | ||
*/ | ||
export declare function stringifyXML(obj: any, opts?: XmlOptions): string; | ||
export declare function stringifyXML(obj: unknown, opts?: XmlOptions): string; | ||
@@ -19,0 +19,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
49438