@azure/api-management-custom-widgets-tools
Advanced tools
Comparing version 1.0.0-alpha.20240924.1 to 1.0.0-alpha.20240925.1
{ | ||
"name": "@azure/api-management-custom-widgets-tools", | ||
"version": "1.0.0-alpha.20240924.1", | ||
"version": "1.0.0-alpha.20240925.1", | ||
"author": "Microsoft Corporation", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"build:samples": "echo skipped", | ||
"build:test": "npm run clean && tshy && dev-tool run build-test", | ||
"build": "npm run clean && tshy && dev-tool run extract-api", | ||
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test", | ||
"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 --ignore-path ./.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
@@ -46,4 +46,4 @@ "clean": "rimraf --glob dist dist-* types *.tgz *.log", | ||
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run clean && tshy && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test", | ||
"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:browser": "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser", | ||
@@ -63,3 +63,2 @@ "unit-test:node": "dev-tool run test:vitest --no-test-proxy", | ||
"rimraf": "^5.0.5", | ||
"tshy": "^2.0.0", | ||
"typescript": "~5.6.2", | ||
@@ -66,0 +65,0 @@ "vitest": "^2.0.5" |
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
181427
11