@azure-rest/ai-document-intelligence 1.1.0-alpha.20250730.1 → 1.1.0-alpha.20250825.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.9"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-document-intelligence",
3
- "version": "1.1.0-alpha.20250730.1",
3
+ "version": "1.1.0-alpha.20250825.1",
4
4
  "description": "Document Intelligence Rest Client",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -63,40 +63,22 @@
63
63
  "tslib": "^2.8.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@azure-tools/test-credential": "^2.0.0",
67
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
68
66
  "@azure/abort-controller": "^2.1.2",
69
- "@azure/arm-cognitiveservices": "^7.6.0",
70
- "@azure/arm-storage": "^18.4.0",
71
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
72
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
73
- "@azure/identity": "^4.6.0",
74
- "@types/node": "^20.0.0",
75
- "@vitest/browser": "^3.0.9",
76
- "@vitest/coverage-istanbul": "^3.0.9",
67
+ "@azure/arm-cognitiveservices": "7.6.0",
68
+ "@azure/arm-storage": "18.5.0",
69
+ "@azure/identity": "4.11.1",
70
+ "@types/node": "^20.19.0",
71
+ "@vitest/browser": "^3.2.3",
72
+ "@vitest/coverage-istanbul": "^3.2.3",
77
73
  "dotenv": "^16.0.0",
78
- "eslint": "^9.9.0",
74
+ "eslint": "^9.33.0",
79
75
  "playwright": "^1.50.1",
80
- "typescript": "~5.8.2",
81
- "vitest": "^3.0.9"
82
- },
83
- "scripts": {
84
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
85
- "build:samples": "echo skipped",
86
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
87
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz",
88
- "execute:samples": "echo skipped",
89
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
90
- "format": "dev-tool run vendored 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}\" ",
91
- "generate:client": "echo skipped",
92
- "lint": "eslint package.json src test",
93
- "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
94
- "pack": "npm pack 2>&1",
95
- "test": "npm run test:node && npm run test:browser",
96
- "test:browser": "echo skipped",
97
- "test:node": "dev-tool run test:vitest",
98
- "test:node:esm": "dev-tool run test:vitest --esm",
99
- "update-snippets": "dev-tool run update-snippets"
76
+ "typescript": "~5.8.3",
77
+ "vitest": "^3.2.3",
78
+ "@azure-tools/test-recorder": "^4.1.0",
79
+ "@azure-tools/test-credential": "^2.1.1",
80
+ "@azure/dev-tool": "^1.0.0",
81
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
100
82
  },
101
83
  "exports": {
102
84
  "./package.json": "./package.json",
@@ -132,5 +114,22 @@
132
114
  "disableDocsMs": true
133
115
  },
134
116
  "browser": "./dist/browser/index.js",
135
- "react-native": "./dist/react-native/index.js"
136
- }
117
+ "react-native": "./dist/react-native/index.js",
118
+ "scripts": {
119
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
+ "build:samples": "tsc -p tsconfig.samples.json",
121
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
122
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz",
123
+ "execute:samples": "echo skipped",
124
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
125
+ "format": "dev-tool run vendored 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}\" ",
126
+ "generate:client": "echo skipped",
127
+ "lint": "eslint package.json src test",
128
+ "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
129
+ "pack": "pnpm pack 2>&1",
130
+ "test": "npm run test:node && npm run test:browser",
131
+ "test:browser": "echo skipped",
132
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
133
+ "update-snippets": "dev-tool run update-snippets"
134
+ }
135
+ }