@azure/ai-form-recognizer 5.1.0-alpha.20250804.1 → 5.1.0-alpha.20250822.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.
Files changed (1) hide show
  1. package/package.json +35 -36
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.20250804.1",
6
+ "version": "5.1.0-alpha.20250822.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -45,25 +45,6 @@
45
45
  "engines": {
46
46
  "node": ">=20.0.0"
47
47
  },
48
- "scripts": {
49
- "build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
50
- "build:samples": "echo Obsolete.",
51
- "bundle:bin": "rollup -c rollup.config.bin.mjs 2>&1",
52
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
53
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log test-results.*xml",
54
- "execute:samples": "dev-tool samples run samples-dev/",
55
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
56
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
57
- "generate:client": "autorest --typescript swagger/README.md",
58
- "lint": "eslint package.json src test",
59
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
60
- "pack": "npm pack 2>&1",
61
- "test": "npm run test:node && npm run test:browser",
62
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
63
- "test:node": "dev-tool run test:vitest",
64
- "test:node:esm": "dev-tool run test:vitest --esm",
65
- "update-snippets": "dev-tool run update-snippets"
66
- },
67
48
  "sideEffects": false,
68
49
  "autoPublish": false,
69
50
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
@@ -79,26 +60,26 @@
79
60
  "tslib": "^2.8.1"
80
61
  },
81
62
  "devDependencies": {
82
- "@azure-tools/test-credential": "^2.0.0",
83
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
84
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
85
- "@azure/arm-cognitiveservices": "^7.6.0",
86
- "@azure/arm-storage": "^18.4.0",
87
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
88
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
89
- "@azure/identity": "^4.7.0",
63
+ "@azure/arm-cognitiveservices": "7.6.0",
64
+ "@azure/arm-storage": "18.5.0",
65
+ "@azure/identity": "4.11.1",
90
66
  "@rollup/plugin-node-resolve": "^15.0.0",
91
- "@types/node": "^20.0.0",
92
- "@vitest/browser": "^3.0.9",
93
- "@vitest/coverage-istanbul": "^3.0.9",
67
+ "@types/node": "^20.19.0",
68
+ "@vitest/browser": "^3.2.3",
69
+ "@vitest/coverage-istanbul": "^3.2.3",
94
70
  "dotenv": "^16.0.0",
95
- "eslint": "^9.9.0",
71
+ "eslint": "^9.33.0",
96
72
  "magic-string": "~0.30.10",
97
73
  "playwright": "^1.50.1",
98
74
  "prettier": "^3.3.3",
99
75
  "rollup": "^4.0.0",
100
- "typescript": "~5.8.2",
101
- "vitest": "^3.0.9"
76
+ "typescript": "~5.8.3",
77
+ "vitest": "^3.2.3",
78
+ "@azure-tools/test-credential": "^2.1.1",
79
+ "@azure-tools/test-recorder": "^4.1.0",
80
+ "@azure-tools/test-utils-vitest": "^2.0.0",
81
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
82
+ "@azure/dev-tool": "^1.0.0"
102
83
  },
103
84
  "//sampleConfiguration": {
104
85
  "skip": [
@@ -190,5 +171,23 @@
190
171
  }
191
172
  }
192
173
  },
193
- "react-native": "./dist/react-native/index.js"
194
- }
174
+ "react-native": "./dist/react-native/index.js",
175
+ "scripts": {
176
+ "build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
177
+ "build:samples": "tsc -p tsconfig.samples.json",
178
+ "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",
181
+ "execute:samples": "dev-tool samples run samples-dev/",
182
+ "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}\"",
184
+ "generate:client": "autorest --typescript swagger/README.md",
185
+ "lint": "eslint package.json src test",
186
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
187
+ "pack": "pnpm pack 2>&1",
188
+ "test": "npm run test:node && npm run test:browser",
189
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
190
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
191
+ "update-snippets": "dev-tool run update-snippets"
192
+ }
193
+ }