@azure/search-documents 12.2.0-alpha.20250804.1 → 12.2.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.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,30 +1,11 @@
1
1
  {
2
2
  "name": "@azure/search-documents",
3
- "version": "12.2.0-alpha.20250804.1",
3
+ "version": "12.2.0-alpha.20250825.1",
4
4
  "description": "Azure client library to use Cognitive Search for node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/esm/index.js",
8
8
  "types": "./dist/commonjs/index.d.ts",
9
- "scripts": {
10
- "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
- "build:samples": "echo Obsolete.",
12
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
13
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
14
- "execute:samples": "dev-tool samples run samples-dev",
15
- "extract-api": "dev-tool run build-package && dev-tool run extract-api",
16
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
17
- "generate:client": "autorest --typescript swagger/Service.md & autorest --typescript swagger/Data.md & wait",
18
- "generate:embeddings": "ts-node scripts/generateSampleEmbeddings.ts",
19
- "lint": "eslint package.json src test samples-dev",
20
- "lint:fix": "eslint package.json src test samples-dev --fix --fix-type [problem,suggestion]",
21
- "pack": "npm pack 2>&1",
22
- "test": "npm run test:node && npm run test:browser",
23
- "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
24
- "test:node": "dev-tool run test:vitest --test-proxy-debug",
25
- "test:node:esm": "dev-tool run test:vitest --esm",
26
- "update-snippets": "dev-tool run update-snippets"
27
- },
28
9
  "files": [
29
10
  "dist/",
30
11
  "README.md",
@@ -83,22 +64,22 @@
83
64
  "tslib": "^2.8.1"
84
65
  },
85
66
  "devDependencies": {
86
- "@azure-tools/test-credential": "^2.0.0",
87
- "@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
88
- "@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
89
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
90
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
91
- "@azure/identity": "^4.5.0",
67
+ "@azure/identity": "4.11.1",
92
68
  "@azure/openai": "1.0.0-beta.12",
93
- "@types/node": "^20.0.0",
94
- "@vitest/browser": "^3.0.9",
95
- "@vitest/coverage-istanbul": "^3.0.9",
69
+ "@types/node": "^20.19.0",
70
+ "@vitest/browser": "^3.2.3",
71
+ "@vitest/coverage-istanbul": "^3.2.3",
96
72
  "dotenv": "^16.0.0",
97
- "eslint": "^9.9.0",
98
- "playwright": "^1.49.0",
73
+ "eslint": "^9.33.0",
74
+ "playwright": "^1.50.1",
99
75
  "type-plus": "^7.6.2",
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
  "productName": "Azure Search Documents",
@@ -148,5 +129,23 @@
148
129
  "default": "./dist/commonjs/index.js"
149
130
  }
150
131
  }
132
+ },
133
+ "scripts": {
134
+ "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
135
+ "build:samples": "tsc -p tsconfig.samples.json",
136
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
137
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
138
+ "execute:samples": "dev-tool samples run samples-dev",
139
+ "extract-api": "dev-tool run build-package && dev-tool run extract-api",
140
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
141
+ "generate:client": "autorest --typescript swagger/Service.md & autorest --typescript swagger/Data.md & wait",
142
+ "generate:embeddings": "ts-node scripts/generateSampleEmbeddings.ts",
143
+ "lint": "eslint package.json src test samples-dev",
144
+ "lint:fix": "eslint package.json src test samples-dev --fix --fix-type [problem,suggestion]",
145
+ "pack": "pnpm pack 2>&1",
146
+ "test": "npm run test:node && npm run test:browser",
147
+ "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
148
+ "test:node": "dev-tool run test:vitest --test-proxy-debug",
149
+ "update-snippets": "dev-tool run update-snippets"
151
150
  }
152
- }
151
+ }