@azure/search-documents 12.2.0-alpha.20250822.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/search-documents",
|
|
3
|
-
"version": "12.2.0-alpha.
|
|
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",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"vitest": "^3.2.3",
|
|
78
78
|
"@azure-tools/test-credential": "^2.1.1",
|
|
79
79
|
"@azure-tools/test-recorder": "^4.1.0",
|
|
80
|
-
"@azure/dev-tool": "^1.0.0",
|
|
81
80
|
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
82
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
81
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
82
|
+
"@azure/dev-tool": "^1.0.0"
|
|
83
83
|
},
|
|
84
84
|
"//sampleConfiguration": {
|
|
85
85
|
"productName": "Azure Search Documents",
|
|
@@ -146,7 +146,6 @@
|
|
|
146
146
|
"test": "npm run test:node && npm run test:browser",
|
|
147
147
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
148
148
|
"test:node": "dev-tool run test:vitest --test-proxy-debug",
|
|
149
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
150
149
|
"update-snippets": "dev-tool run update-snippets"
|
|
151
150
|
}
|
|
152
151
|
}
|