@azure/ai-form-recognizer 5.0.0-alpha.20250505.1 → 5.0.0-alpha.20250506.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.
- package/package.json +5 -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.0.0-alpha.
|
|
6
|
+
"version": "5.0.0-alpha.20250506.2",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "npm run clean && dev-tool run build-package && npm run bundle:bin && dev-tool run extract-api",
|
|
50
50
|
"build:samples": "echo Obsolete.",
|
|
51
|
-
"build:test": "echo Obsolete.",
|
|
52
51
|
"bundle:bin": "rollup -c rollup.config.bin.mjs 2>&1",
|
|
53
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}\"",
|
|
54
53
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log test-results.*xml",
|
|
@@ -56,18 +55,13 @@
|
|
|
56
55
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
57
56
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
58
57
|
"generate:client": "autorest --typescript swagger/README.md",
|
|
59
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
60
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
61
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
62
58
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
|
63
59
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
|
64
60
|
"pack": "npm pack 2>&1",
|
|
65
|
-
"test": "npm run
|
|
66
|
-
"test:browser": "npm run build
|
|
67
|
-
"test:node": "
|
|
68
|
-
"
|
|
69
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
70
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
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",
|
|
71
65
|
"update-snippets": "dev-tool run update-snippets"
|
|
72
66
|
},
|
|
73
67
|
"sideEffects": false,
|