feathers-solr-node
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -974,2 +974,6 @@ /*! | ||
request.on('timeout', () => { | ||
request.abort(); | ||
}); | ||
request.write(params.params); | ||
@@ -976,0 +980,0 @@ request.end(); |
@@ -10,3 +10,3 @@ { | ||
"description": "Solr Adapter for Feathersjs. Base on Solr-client, so can also used as a Solr-client", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108413
3143