@azure/core-xml
Advanced tools
Comparing version 1.0.1-alpha.20210816.6 to 1.0.1-alpha.20210830.2
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.0.1-alpha.20210816.6", | ||
"version": "1.0.1-alpha.20210830.2", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -24,3 +24,3 @@ "sdk-type": "client", | ||
"build:types": "downlevel-dts types/latest/ types/3.1/", | ||
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", | ||
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", | ||
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -38,3 +38,2 @@ "clean": "rimraf dist dist-* temp types *.tgz *.log", | ||
"pack": "npm pack 2>&1", | ||
"prebuild": "npm run clean", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
@@ -41,0 +40,0 @@ "test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node", |
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
49970