eleventy-plugin-unified
Advanced tools
Comparing version 1.2.1 to 2.0.0
{ | ||
"type": "module", | ||
"name": "eleventy-plugin-unified", | ||
"version": "1.2.1", | ||
"version": "2.0.0", | ||
"description": "Use the unified ecosystem in Eleventy with remark and rehype.", | ||
@@ -41,3 +41,4 @@ "main": ".eleventy.cjs", | ||
"retext-english": "^4.1.0", | ||
"unified": "^10.1.2" | ||
"unified": "^10.1.2", | ||
"vfile-reporter": "^7.0.4" | ||
}, | ||
@@ -63,4 +64,3 @@ "devDependencies": { | ||
"to-mock": "^1.6.2", | ||
"unist-util-visit": "^4.1.1", | ||
"vfile-reporter": "^7.0.4" | ||
"unist-util-visit": "^4.1.1" | ||
}, | ||
@@ -67,0 +67,0 @@ "release": { |
@@ -49,3 +49,3 @@ # Eleventy Plugin Unified | ||
| textParser | retext parser | [retext-english] | | ||
| reporter | [vfile reporter] | `undefined` | | ||
| reporter | [vfile reporter] | [vfile-reporter] | | ||
@@ -56,2 +56,3 @@ [remark plugins]: https://unifiedjs.com/explore/keyword/remark | ||
[retext-english]: https://www.npmjs.com/package/retext-english | ||
[vfile-reporter]: https://github.com/vfile/vfile-reporter | ||
[vfile reporter]: https://github.com/vfile/vfile#reporters | ||
@@ -81,2 +82,4 @@ | ||
- [Configuring the reporter](./docs/text.md#configuring-the-reporter) | ||
- [Turning off default reporter](./docs/text.md#turning-off-default-reporter) | ||
- [Configuring text parser language](./docs/text.md#configuring-text-parser-language) | ||
@@ -83,0 +86,0 @@ |
@@ -37,3 +37,3 @@ import { unified } from "unified"; | ||
textParser = "retext-english", | ||
reporter, | ||
reporter = "vfile-reporter", | ||
transformsDirectory, | ||
@@ -40,0 +40,0 @@ pageContext, |
12750
19
118
8
+ Addedvfile-reporter@^7.0.4
+ Added@types/supports-color@8.1.3(transitive)
+ Addedansi-regex@6.1.0(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@9.2.2(transitive)
+ Addedstring-width@5.1.2(transitive)
+ Addedstrip-ansi@7.1.0(transitive)
+ Addedsupports-color@9.4.0(transitive)
+ Addedvfile-reporter@7.0.5(transitive)
+ Addedvfile-sort@3.0.1(transitive)
+ Addedvfile-statistics@2.0.1(transitive)