@azure/core-xml
Advanced tools
Comparing version 1.4.3-alpha.20240416.4 to 1.4.3-alpha.20240418.3
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.4.3-alpha.20240416.4", | ||
"version": "1.4.3-alpha.20240418.3", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -55,7 +55,7 @@ "sdk-type": "client", | ||
"build:test": "npm run clean && tshy && dev-tool run build-test", | ||
"build": "npm run clean && tshy && api-extractor run --local", | ||
"build": "npm run clean && tshy && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tshy && api-extractor run --local", | ||
"extract-api": "tshy && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,json}\"", | ||
@@ -62,0 +62,0 @@ "integration-test:browser": "echo skipped", |
78031