@azure/core-xml
Advanced tools
Comparing version 1.0.0-alpha.20201215.1 to 1.0.0-alpha.20201218.1
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.0.0-alpha.20201215.1", | ||
"version": "1.0.0-alpha.20201218.1", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -50,3 +50,4 @@ "sdk-type": "client", | ||
"unit-test:node": "mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src" | ||
}, | ||
@@ -121,4 +122,5 @@ "files": [ | ||
"typescript": "4.1.2", | ||
"util": "^0.12.1" | ||
"util": "^0.12.1", | ||
"typedoc": "0.15.0" | ||
} | ||
} |
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
48393
40