@azure-rest/ai-document-intelligence 1.0.0-alpha.20250121.1 → 1.0.0-alpha.20250123.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-rest/ai-document-intelligence",
3
- "version": "1.0.0-alpha.20250121.1",
3
+ "version": "1.0.0-alpha.20250123.1",
4
4
  "description": "Document Intelligence Rest Client",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -69,10 +69,10 @@
69
69
  "eslint": "^9.9.0",
70
70
  "typescript": "~5.7.2",
71
71
  "@azure/identity": "^4.2.1",
72
- "@vitest/browser": "^2.0.5",
73
- "@vitest/coverage-istanbul": "^2.0.5",
72
+ "@vitest/browser": "^3.0.3",
73
+ "@vitest/coverage-istanbul": "^3.0.3",
74
74
  "playwright": "^1.41.2",
75
- "vitest": "^2.0.5",
75
+ "vitest": "^3.0.3",
76
76
  "@azure-tools/test-credential": "^2.0.0",
77
77
  "@azure-tools/test-recorder": "^4.0.0",
78
78
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
@@ -80,7 +80,7 @@
80
80
  },
81
81
  "scripts": {
82
82
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz",
83
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
83
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
84
84
  "pack": "npm pack 2>&1",
85
85
  "lint": "eslint package.json api-extractor.json src test",
86
86
  "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
@@ -98,7 +98,7 @@
98
98
  "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
99
99
  "minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
100
100
  "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
101
- "build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
101
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
102
102
  "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
103
103
  "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
104
104
  "update-snippets": "echo skipped"