@azure-rest/ai-document-intelligence
Advanced tools
Comparing version 1.0.0-alpha.20241023.1 to 1.0.0-alpha.20241024.1
{ | ||
"name": "@azure-rest/ai-document-intelligence", | ||
"version": "1.0.0-alpha.20241023.1", | ||
"version": "1.0.0-alpha.20241024.1", | ||
"description": "Document Intelligence Rest Client", | ||
@@ -74,3 +74,2 @@ "engines": { | ||
"@azure/identity": "^4.2.1", | ||
"@microsoft/api-extractor": "^7.40.3", | ||
"@types/node": "^18.0.0", | ||
@@ -81,6 +80,4 @@ "@vitest/browser": "^2.0.5", | ||
"eslint": "^9.9.0", | ||
"mkdirp": "^3.0.1", | ||
"playwright": "^1.41.2", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"typescript": "~5.6.2", | ||
@@ -90,10 +87,10 @@ "vitest": "^2.0.5" | ||
"scripts": { | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api", | ||
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api", | ||
"build:samples": "dev-tool samples publish --force", | ||
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api", | ||
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && 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,cjs,mjs,json}\"", | ||
@@ -100,0 +97,0 @@ "generate:client": "echo skipped", |
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
1393832
15