@azure-rest/ai-document-intelligence
Advanced tools
Comparing version 1.0.0-alpha.20240925.1 to 1.0.0-alpha.20240926.1
{ | ||
"name": "@azure-rest/ai-document-intelligence", | ||
"version": "1.0.0-alpha.20240925.1", | ||
"version": "1.0.0-alpha.20240926.1", | ||
"description": "Document Intelligence Rest Client", | ||
@@ -76,3 +76,2 @@ "engines": { | ||
"typescript": "~5.6.2", | ||
"tshy": "^1.11.1", | ||
"@azure/core-util": "^1.0.0", | ||
@@ -109,6 +108,6 @@ "@azure/identity": "^4.2.1", | ||
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js", | ||
"build:test": "npm run clean && tshy && dev-tool run build-test", | ||
"build": "npm run clean && tshy && mkdirp ./review && dev-tool run extract-api", | ||
"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 bundle && npm run unit-test:browser && npm run integration-test" | ||
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test", | ||
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api", | ||
"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 bundle && npm run unit-test:browser && npm run integration-test" | ||
}, | ||
@@ -119,3 +118,2 @@ "exports": { | ||
"browser": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/browser/index.d.ts", | ||
@@ -125,3 +123,2 @@ "default": "./dist/browser/index.js" | ||
"react-native": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/react-native/index.d.ts", | ||
@@ -131,3 +128,2 @@ "default": "./dist/react-native/index.js" | ||
"import": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/esm/index.d.ts", | ||
@@ -137,3 +133,2 @@ "default": "./dist/esm/index.js" | ||
"require": { | ||
"source": "./src/index.ts", | ||
"types": "./dist/commonjs/index.d.ts", | ||
@@ -140,0 +135,0 @@ "default": "./dist/commonjs/index.js" |
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
18
1393773