@bioinsights/solr-client-updated
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -86,5 +86,3 @@ "use strict"; | ||
: 'http://'; | ||
this.undiciClient = new undici_1.Client(`${urlPrefix}${this.options.host}:${this.options.port}`, { | ||
connect: this.options.tls, | ||
}); | ||
this.undiciClient = new undici_1.Client(`${urlPrefix}${this.options.host}:${this.options.port}`); | ||
} | ||
@@ -91,0 +89,0 @@ get solrVersion() { |
@@ -6,3 +6,3 @@ { | ||
"description": " A Solr client library for indexing, adding, deleting, committing, optimizing and searching documents within an Apache Solr installation (version>=3.2)", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -22,3 +22,5 @@ "build": "tsc --skipLibCheck", | ||
"test:legacy": "mocha -r ts-node/register -R spec test/*-test.ts --client.port=8984 && mocha -r ts-node/register -R spec test/*-test.ts --client.port=8984", | ||
"prepublishOnly": "npm run build" | ||
"prepublish": "rm -rf ./dist", | ||
"prepublishOnly": "npm run build", | ||
"publish": "npm publish --access public" | ||
}, | ||
@@ -36,3 +38,3 @@ "engines": { | ||
"tslib": "^2.3.1", | ||
"undici": "^4.7.1" | ||
"undici": "^6.21.0" | ||
}, | ||
@@ -39,0 +41,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
392282
6245
+ Addedundici@6.21.1(transitive)
- Removedundici@4.16.0(transitive)
Updatedundici@^6.21.0