pelias-schema
Advanced tools
Comparing version 6.1.0 to 6.1.1
{ | ||
"name": "pelias-schema", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"author": "pelias", | ||
@@ -5,0 +5,0 @@ "description": "Elasticsearch schema files and tooling for Pelias", |
@@ -54,2 +54,4 @@ const _ = require('lodash'); | ||
"synonyms/custom_name/multiword", | ||
"synonyms/custom_street/multiword", | ||
"synonyms/custom_admin/multiword", | ||
"name_synonyms_multiplexer", | ||
@@ -88,2 +90,4 @@ "icu_folding", | ||
"synonyms/custom_name/multiword", | ||
"synonyms/custom_street/multiword", | ||
"synonyms/custom_admin/multiword", | ||
"name_synonyms_multiplexer", | ||
@@ -161,2 +165,4 @@ "icu_folding", | ||
"synonyms/custom_name", | ||
"synonyms/custom_street", | ||
"synonyms/custom_admin", | ||
"synonyms/personal_titles", | ||
@@ -163,0 +169,0 @@ "synonyms/place_names", |
@@ -108,2 +108,4 @@ var path = require('path'), | ||
'synonyms/custom_name', | ||
'synonyms/custom_street', | ||
'synonyms/custom_admin', | ||
'synonyms/personal_titles', | ||
@@ -136,2 +138,4 @@ 'synonyms/place_names', | ||
"synonyms/custom_name/multiword", | ||
"synonyms/custom_street/multiword", | ||
"synonyms/custom_admin/multiword", | ||
"name_synonyms_multiplexer", | ||
@@ -194,2 +198,4 @@ "icu_folding", | ||
"synonyms/custom_name/multiword", | ||
"synonyms/custom_street/multiword", | ||
"synonyms/custom_admin/multiword", | ||
"name_synonyms_multiplexer", | ||
@@ -196,0 +202,0 @@ "icu_folding", |
Sorry, the diff of this file is too big to display
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
296138
7097