bahai-indexes
Advanced tools
Comparing version 0.6.0 to 0.6.1
# bahai-indexes CHANGES | ||
## 0.6.1 | ||
- fix: issue with merge links | ||
## 0.6.0 | ||
@@ -4,0 +8,0 @@ |
@@ -122,3 +122,3 @@ /* eslint-disable no-unsanitized/property -- Source must be trusted as | ||
} | ||
rootLinks[result.$book].push(links); | ||
rootLinks[result.$book].push(...links); | ||
} else { | ||
@@ -125,0 +125,0 @@ const heading = document.createElement('h4'); |
@@ -109,3 +109,3 @@ /* eslint-disable no-unsanitized/property -- Source must be trusted as | ||
} | ||
rootLinks[result.$book].push(links); | ||
rootLinks[result.$book].push(...links); | ||
} else { | ||
@@ -112,0 +112,0 @@ const heading = document.createElement('h4'); |
{ | ||
"name": "bahai-indexes", | ||
"type": "module", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Indexes to the Bahá'í Writings in JSON form", | ||
@@ -6,0 +6,0 @@ "main": "src/buildFlattenedJSONAndJS.js", |
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
2633876