@azure-rest/ai-document-intelligence 1.0.0-alpha.20241025.1 → 1.0.0-alpha.20241028.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure-rest/ai-document-intelligence",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20241028.1",
|
|
4
4
|
"description": "Document Intelligence Rest Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"vitest": "^2.0.5"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
|
-
"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",
|
|
86
85
|
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
87
86
|
"build:samples": "dev-tool samples publish --force",
|
|
88
87
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|