feathers-solr
Advanced tools
Comparing version 2.7.15 to 2.8.0
@@ -20,3 +20,3 @@ const { _ } = require('@feathersjs/commons'); | ||
['facets', 'highlighting', 'spellcheck', 'moreLikeThis', 'querqy_decorations', 'querqy.infoLog'].forEach(d => { | ||
['facets', 'highlighting', 'spellcheck', 'suggest', 'moreLikeThis', 'querqy_decorations', 'querqy.infoLog'].forEach(d => { | ||
if (res[d]) response[d] = res[d]; | ||
@@ -23,0 +23,0 @@ }); |
{ | ||
"name": "feathers-solr", | ||
"description": "A service plugin for Solr", | ||
"version": "2.7.15", | ||
"version": "2.8.0", | ||
"homepage": "https://github.com/sajov/feathers-solr", | ||
@@ -56,23 +56,23 @@ "keywords": [ | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^4.5.11", | ||
"@feathersjs/commons": "^4.5.11", | ||
"@feathersjs/errors": "^4.5.11", | ||
"debug": "^4.3.1", | ||
"qs": "^6.10.1", | ||
"uuid": "^8.3.2" | ||
"@feathersjs/adapter-commons": "^4.5.2", | ||
"@feathersjs/commons": "^4.5.8", | ||
"@feathersjs/errors": "^4.5.8", | ||
"debug": "^4.1.1", | ||
"qs": "^6.9.4", | ||
"uuid": "^8.3.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/adapter-tests": "^4.5.11", | ||
"@feathersjs/express": "^4.5.11", | ||
"@feathersjs/feathers": "^4.5.11", | ||
"@types/node-fetch": "^2.5.8", | ||
"dtslint": "^4.0.8", | ||
"@feathersjs/adapter-tests": "^4.5.2", | ||
"@feathersjs/express": "^4.5.8", | ||
"@feathersjs/feathers": "^4.5.8", | ||
"@types/node-fetch": "^2.5.7", | ||
"dtslint": "^4.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"minimist": ">=1.2.5", | ||
"mocha": "^8.3.2", | ||
"mocha": "^8.1.3", | ||
"node-fetch": "^2.6.1", | ||
"semistandard": "^16.0.0", | ||
"semistandard": "^14.2.3", | ||
"tslint": "^6.1.3", | ||
"undici": "^3.3.3" | ||
"undici": "^2.0.0" | ||
} | ||
} |
41159
Updated@feathersjs/commons@^4.5.8
Updated@feathersjs/errors@^4.5.8
Updateddebug@^4.1.1
Updatedqs@^6.9.4
Updateduuid@^8.3.0