@azure-rest/ai-document-intelligence 1.1.0-alpha.20251010.1 → 1.1.0-alpha.20251014.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.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.20251014.1",
|
|
4
4
|
"description": "Document Intelligence Rest Client",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -70,15 +70,19 @@
|
|
|
70
70
|
"@types/node": "^20.19.0",
|
|
71
71
|
"@vitest/browser": "^3.2.3",
|
|
72
72
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
73
|
+
"cross-env": "^7.0.3",
|
|
73
74
|
"dotenv": "^16.0.0",
|
|
74
75
|
"eslint": "^9.33.0",
|
|
75
76
|
"playwright": "^1.50.1",
|
|
77
|
+
"prettier": "^3.6.2",
|
|
78
|
+
"rimraf": "^6.0.1",
|
|
79
|
+
"tshy": "^3.0.0",
|
|
76
80
|
"typescript": "~5.9.3",
|
|
77
81
|
"vitest": "^3.2.3",
|
|
78
82
|
"@azure-tools/test-credential": "^2.1.2",
|
|
79
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
80
83
|
"@azure/dev-tool": "^1.0.0",
|
|
81
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
84
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
85
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
82
86
|
},
|
|
83
87
|
"exports": {
|
|
84
88
|
"./package.json": "./package.json",
|
|
@@ -118,12 +122,12 @@
|
|
|
118
122
|
"scripts": {
|
|
119
123
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
120
124
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
121
|
-
"check-format": "
|
|
122
|
-
"clean": "
|
|
123
|
-
"execute:samples": "echo skipped",
|
|
125
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
126
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz",
|
|
124
127
|
"customize": "dev-tool customization apply-v2 -s ./generated -c ./src && npm run format",
|
|
125
|
-
"
|
|
126
|
-
"
|
|
128
|
+
"execute:samples": "echo skipped",
|
|
129
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
130
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
127
131
|
"generate:client": "echo skipped",
|
|
128
132
|
"lint": "eslint package.json src test",
|
|
129
133
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|