flex-md 4.2.6 → 4.2.7

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flex-md",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "description": "Parse and stringify FlexMD: semi-structured Markdown with three powerful layers - Frames, Output Format Spec (OFS), and Detection/Extraction.",
5
5
  "license": "MIT",
6
6
  "author": "",
@@ -50,6 +50,6 @@
50
50
  "dependencies": {
51
51
  "nd": "^1.2.0",
52
52
  "nx-helpers": "^1.5.0",
53
- "nx-md-parser": "^2.0.1"
53
+ "nx-md-parser": "^2.0.2"
54
54
  }
55
55
  }