@azure/search-documents 12.2.0-alpha.20250616.1 → 12.2.0-alpha.20250618.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/search-documents",
3
- "version": "12.2.0-alpha.20250616.1",
3
+ "version": "12.2.0-alpha.20250618.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",
@@ -16,8 +16,8 @@
16
16
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
17
17
  "generate:client": "autorest --typescript swagger/Service.md & autorest --typescript swagger/Data.md & wait",
18
18
  "generate:embeddings": "ts-node scripts/generateSampleEmbeddings.ts",
19
- "lint": "eslint package.json api-extractor.json src test samples-dev",
20
- "lint:fix": "eslint package.json api-extractor.json src test samples-dev --fix --fix-type [problem,suggestion]",
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
21
  "pack": "npm pack 2>&1",
22
22
  "test": "npm run test:node && npm run test:browser",
23
23
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",