bahai-indexes
Advanced tools
Comparing version 0.3.0 to 0.4.0
# bahai-indexes CHANGES | ||
## 0.4.0 | ||
- Linting: Latest per ash-nazg | ||
- npm: Update devDeps. including peerDeps. of `eslint-config-ash-nazg` | ||
- npm: Switch to pnpm | ||
- npm: Update devDeps. | ||
## 0.3.0 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "bahai-indexes", | ||
"type": "module", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Indexes to the Bahá'í Writings in JSON form", | ||
@@ -32,5 +32,5 @@ "main": "src/buildFlattenedJSONAndJS.js", | ||
"devDependencies": { | ||
"@mysticatea/eslint-plugin": "^13.0.0", | ||
"eslint": "^7.18.0", | ||
"eslint-config-ash-nazg": "^24.0.0", | ||
"@brettz9/eslint-plugin": "^1.0.3", | ||
"eslint": "^7.23.0", | ||
"eslint-config-ash-nazg": "^29.9.0", | ||
"eslint-config-standard": "^16.0.2", | ||
@@ -40,17 +40,16 @@ "eslint-plugin-array-func": "^3.1.7", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-html": "^6.1.1", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^31.0.6", | ||
"eslint-plugin-markdown": "^1.0.2", | ||
"eslint-plugin-jsdoc": "^32.3.0", | ||
"eslint-plugin-markdown": "^2.0.0", | ||
"eslint-plugin-no-unsanitized": "^3.1.4", | ||
"eslint-plugin-no-use-extend-native": "^0.5.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"eslint-plugin-promise": "^4.3.1", | ||
"eslint-plugin-radar": "^0.2.1", | ||
"eslint-plugin-standard": "^4.1.0", | ||
"eslint-plugin-unicorn": "^26.0.1", | ||
"eslint-plugin-unicorn": "^29.0.0", | ||
"handle-node": "^0.2.1", | ||
"jsdom": "^16.4.0", | ||
"typescript": "^4.1.3" | ||
"jsdom": "^16.5.1" | ||
} | ||
} |
@@ -114,3 +114,3 @@ // Todo: It would be ideal if this could be made generic to other books, but | ||
basePath + '/' + key, | ||
parents.concat([[key, val]]) | ||
[...parents, [key, val]] | ||
); | ||
@@ -117,0 +117,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
1948026
20
13
71733