@azure/ai-form-recognizer 5.1.0-alpha.20251010.1 → 5.1.0-alpha.20251015.2

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Document Intelligence service.",
6
- "version": "5.1.0-alpha.20251010.1",
6
+ "version": "5.1.0-alpha.20251015.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -67,19 +67,22 @@
67
67
  "@types/node": "^20.19.0",
68
68
  "@vitest/browser": "^3.2.3",
69
69
  "@vitest/coverage-istanbul": "^3.2.3",
70
+ "cross-env": "^7.0.3",
70
71
  "dotenv": "^16.0.0",
71
72
  "eslint": "^9.33.0",
72
73
  "magic-string": "~0.30.10",
73
74
  "playwright": "^1.50.1",
74
75
  "prettier": "^3.3.3",
76
+ "rimraf": "^6.0.1",
75
77
  "rollup": "^4.0.0",
78
+ "tshy": "^3.0.0",
76
79
  "typescript": "~5.9.3",
77
80
  "vitest": "^3.2.3",
78
81
  "@azure-tools/test-credential": "^2.1.2",
79
- "@azure-tools/test-utils-vitest": "^2.0.1",
80
- "@azure/dev-tool": "^1.0.0",
81
82
  "@azure-tools/test-recorder": "^4.1.1",
82
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
83
+ "@azure-tools/test-utils-vitest": "^2.0.1",
84
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
85
+ "@azure/dev-tool": "^1.0.0"
83
86
  },
84
87
  "//sampleConfiguration": {
85
88
  "skip": [
@@ -176,11 +179,11 @@
176
179
  "build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
177
180
  "build:samples": "tsc -p tsconfig.samples.json",
178
181
  "bundle:bin": "rollup -c rollup.config.bin.mjs 2>&1",
179
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
180
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log test-results.*xml",
182
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
183
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log test-results.*xml",
181
184
  "execute:samples": "dev-tool samples run samples-dev/",
182
185
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
183
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
186
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
184
187
  "generate:client": "autorest --typescript swagger/README.md",
185
188
  "lint": "eslint package.json src test",
186
189
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",