@azure/search-documents 12.2.0-alpha.20250502.1 → 12.2.0-alpha.20250506.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 +5 -11
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.20250506.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",
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"scripts": {
|
|
10
10
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
11
11
|
"build:samples": "echo Obsolete.",
|
|
12
|
-
"build:test": "echo skipped.",
|
|
13
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}\"",
|
|
14
13
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
15
14
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -17,18 +16,13 @@
|
|
|
17
16
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
18
17
|
"generate:client": "autorest --typescript swagger/Service.md & autorest --typescript swagger/Data.md & wait",
|
|
19
18
|
"generate:embeddings": "ts-node scripts/generateSampleEmbeddings.ts",
|
|
20
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
21
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
22
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
23
19
|
"lint": "eslint package.json api-extractor.json src test samples-dev",
|
|
24
20
|
"lint:fix": "eslint package.json api-extractor.json src test samples-dev --fix --fix-type [problem,suggestion]",
|
|
25
21
|
"pack": "npm pack 2>&1",
|
|
26
|
-
"test": "npm run
|
|
27
|
-
"test:browser": "npm run build
|
|
28
|
-
"test:node": "
|
|
29
|
-
"
|
|
30
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
31
|
-
"unit-test:node": "dev-tool run test:vitest --test-proxy-debug",
|
|
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",
|
|
32
26
|
"update-snippets": "dev-tool run update-snippets"
|
|
33
27
|
},
|
|
34
28
|
"files": [
|