@azure/core-xml
Advanced tools
Comparing version 1.4.4-alpha.20240926.5 to 1.4.4-alpha.20240927.3
{ | ||
"name": "@azure/core-xml", | ||
"version": "1.4.4-alpha.20240926.5", | ||
"version": "1.4.4-alpha.20240927.3", | ||
"description": "Core library for interacting with XML payloads", | ||
@@ -54,5 +54,5 @@ "sdk-type": "client", | ||
"scripts": { | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"build:samples": "echo Obsolete", | ||
"build:test": "echo skipped. actual commands inlined in browser test scripts", | ||
"build": "npm run clean && dev-tool run build-package && 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}\"", | ||
@@ -63,19 +63,19 @@ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,json}\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "echo skipped", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint": "eslint package.json api-extractor.json src test", | ||
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test", | ||
"pack": "npm pack 2>&1", | ||
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test", | ||
"test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser", | ||
"unit-test:node": "dev-tool run test:vitest --no-test-proxy", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"update-snippets": "dev-tool run update-snippets" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.2", | ||
"fast-xml-parser": "^4.4.1" | ||
"fast-xml-parser": "^4.4.1", | ||
"tslib": "^2.6.2" | ||
}, | ||
@@ -82,0 +82,0 @@ "devDependencies": { |
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