eleventy-plugin-asciidoc 6.1.0 → 6.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,6 +68,7 @@ const generateGetDataFromInputPath =
68
68
  const {
69
69
  eleventyAttributesPrefix = "eleventy-",
70
70
  resolveDocumentTitle = false,
71
+ extension_registry,
71
72
  ...restOfConverterOptions
72
73
  } = converterOptions;
73
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-plugin-asciidoc",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Adds support for AsciiDoc to Eleventy",
5
5
  "main": "index.js",
6
6
  "type": "module",