@azure-rest/ai-document-intelligence
Advanced tools
Comparing version 1.0.0-alpha.20240419.1 to 1.0.0-alpha.20240429.1
@@ -5,3 +5,3 @@ { | ||
"author": "Microsoft Corporation", | ||
"version": "1.0.0-alpha.20240419.1", | ||
"version": "1.0.0-alpha.20240429.1", | ||
"description": "Azure Document Intelligence Rest Client", | ||
@@ -40,7 +40,7 @@ "keywords": [ | ||
"build:test": "tsc -p . && dev-tool run bundle", | ||
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local", | ||
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "echo skipped", | ||
"extract-api": "rimraf review && mkdirp ./review && api-extractor run --local", | ||
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"", | ||
@@ -60,3 +60,3 @@ "generate:client": "echo skipped", | ||
"unit-test:browser": "echo skipped", | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && api-extractor run --local" | ||
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api" | ||
}, | ||
@@ -91,3 +91,2 @@ "sideEffects": false, | ||
"mocha": "^10.0.0", | ||
"esm": "^3.2.18", | ||
"@types/mocha": "^10.0.0", | ||
@@ -107,3 +106,3 @@ "cross-env": "^7.0.2", | ||
"karma": "^6.2.0", | ||
"c8": "^9.1.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.0.0" | ||
@@ -110,0 +109,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
31
313315