@azure-rest/ai-document-intelligence 1.0.0-alpha.20250410.1 → 1.0.0-alpha.20250418.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
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.20250418.1",
|
|
4
4
|
"description": "Document Intelligence Rest Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
96
96
|
"lint": "eslint package.json api-extractor.json src test",
|
|
97
97
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
98
|
-
"minify": "
|
|
98
|
+
"minify": "echo skipped",
|
|
99
99
|
"pack": "npm pack 2>&1",
|
|
100
|
-
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node &&
|
|
100
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
101
101
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
102
102
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
103
103
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|