@wmfs/tymly-solr-plugin
Advanced tools
Comparing version 2.29.1 to 2.30.0
@@ -124,4 +124,4 @@ 'use strict' | ||
Object.keys(searchDocs).map(s => { | ||
Object.keys(searchDocs[s].attributeMapping).map(a => { | ||
Object.keys(searchDocs).forEach(s => { | ||
Object.keys(searchDocs[s].attributeMapping).forEach(a => { | ||
searchFields.add(a) | ||
@@ -364,3 +364,3 @@ }) | ||
const facets = {} | ||
docs.map(doc => { | ||
docs.forEach(doc => { | ||
if (!Object.prototype.hasOwnProperty.call(facets, doc.category)) { | ||
@@ -367,0 +367,0 @@ facets[doc.category] = 1 |
{ | ||
"name": "@wmfs/tymly-solr-plugin", | ||
"version": "2.29.1", | ||
"version": "2.30.0", | ||
"description": "Plugin which handles interaction with Apache Solr for Tymly framework", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme", | ||
"debug": "4.3.2", | ||
"emoji-regex": "9.2.2", | ||
"emoji-regex": "10.0.0", | ||
"lodash": "4.17.21", | ||
@@ -32,10 +32,10 @@ "process": "0.11.10", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "6.0.0", | ||
"@semantic-release/git": "10.0.0", | ||
"@semantic-release/exec": "6.0.1", | ||
"@wmfs/tymly": "1.217.0", | ||
"@wmfs/tymly-pg-plugin": "1.256.0", | ||
"@wmfs/tymly-rbac-plugin": "1.18.1", | ||
"@wmfs/tymly-cardscript-plugin": "1.35.1", | ||
"@wmfs/tymly-test-helpers": "1.10.0", | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/exec": "6.0.3", | ||
"@wmfs/tymly": "1.228.0", | ||
"@wmfs/tymly-pg-plugin": "1.258.1", | ||
"@wmfs/tymly-rbac-plugin": "1.21.0", | ||
"@wmfs/tymly-cardscript-plugin": "1.38.0", | ||
"@wmfs/tymly-test-helpers": "1.13.0", | ||
"chai": "4.3.4", | ||
@@ -45,6 +45,6 @@ "codecov": "3.8.3", | ||
"cz-conventional-changelog": "3.3.0", | ||
"mocha": "9.1.2", | ||
"mocha": "9.2.0", | ||
"nyc": "15.1.0", | ||
"semantic-release": "18.0.0", | ||
"standard": "15.0.1" | ||
"semantic-release": "19.0.2", | ||
"standard": "16.0.4" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
{ | ||
"name": "solr", | ||
"version": "2.29.1", | ||
"version": "2.30.0", | ||
"label": "Solr", | ||
@@ -5,0 +5,0 @@ "author": "Tim Needham", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
216830
+ Addedemoji-regex@10.0.0(transitive)
- Removedemoji-regex@9.2.2(transitive)
Updatedemoji-regex@10.0.0