@azure/search-documents 12.1.0-alpha.20240418.2 → 12.1.0-alpha.20240419.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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/search-documents",
|
|
3
|
-
"version": "12.1.0-alpha.
|
|
3
|
+
"version": "12.1.0-alpha.20240419.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/index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "types/search-documents.d.ts",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
11
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle &&
|
|
11
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
12
12
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
13
13
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
14
14
|
"build:samples": "echo Obsolete.",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
17
17
|
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
18
18
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
19
|
-
"extract-api": "tsc -p . &&
|
|
19
|
+
"extract-api": "tsc -p . && dev-tool run extract-api",
|
|
20
20
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
21
21
|
"generate:client": "autorest --typescript swagger/Service.md & autorest --typescript swagger/Data.md & wait",
|
|
22
22
|
"generate:embeddings": "ts-node scripts/generateSampleEmbeddings.ts",
|
|
@@ -106,12 +106,11 @@
|
|
|
106
106
|
"@types/mocha": "^10.0.0",
|
|
107
107
|
"@types/node": "^18.0.0",
|
|
108
108
|
"@types/sinon": "^17.0.0",
|
|
109
|
-
"
|
|
109
|
+
"nyc": "^15.1.0",
|
|
110
110
|
"chai": "^4.2.0",
|
|
111
111
|
"cross-env": "^7.0.2",
|
|
112
112
|
"dotenv": "^16.0.0",
|
|
113
113
|
"eslint": "^8.0.0",
|
|
114
|
-
"esm": "^3.2.18",
|
|
115
114
|
"inherits": "^2.0.3",
|
|
116
115
|
"karma": "^6.2.0",
|
|
117
116
|
"karma-chrome-launcher": "^3.0.0",
|