@azure/search-documents 11.3.0-alpha.20211209.2 → 11.3.0-alpha.20211213.3
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 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/search-documents",
|
|
3
|
-
"version": "11.3.0-alpha.
|
|
3
|
+
"version": "11.3.0-alpha.20211213.3",
|
|
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",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"test": "npm run build:test && npm run unit-test",
|
|
30
30
|
"unit-test:browser": "karma start --single-run",
|
|
31
31
|
"unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"",
|
|
32
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
33
|
-
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"
|
|
32
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
34
33
|
},
|
|
35
34
|
"files": [
|
|
36
35
|
"dist/",
|
|
@@ -113,15 +112,14 @@
|
|
|
113
112
|
"karma-sourcemap-loader": "^0.3.8",
|
|
114
113
|
"mocha": "^7.1.1",
|
|
115
114
|
"mocha-junit-reporter": "^1.18.0",
|
|
116
|
-
"nyc": "^
|
|
115
|
+
"nyc": "^15.0.0",
|
|
117
116
|
"prettier": "^1.16.4",
|
|
118
117
|
"rimraf": "^3.0.0",
|
|
119
118
|
"rollup": "^1.16.3",
|
|
120
119
|
"sinon": "^9.0.2",
|
|
121
120
|
"ts-node": "^10.0.0",
|
|
122
121
|
"typescript": "~4.2.0",
|
|
123
|
-
"util": "^0.12.1"
|
|
124
|
-
"typedoc": "0.15.2"
|
|
122
|
+
"util": "^0.12.1"
|
|
125
123
|
},
|
|
126
124
|
"//sampleConfiguration": {
|
|
127
125
|
"productName": "Azure Search Documents",
|