@dogsbay/adoc2md-modular 0.2.0-beta.48 → 0.2.0-beta.49

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.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dogsbay/adoc2md-modular",
3
- "version": "0.2.0-beta.48",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "AsciiDoc → Markdown converter optimised for modular-content patterns (includes, leveloffset, conditionals, attributes). Ported from the md2md prototype; emits Markdown with embedded Minja directives for downstream variable / include resolution.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",