markdown-magic 4.2.0 → 4.5.0

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 (2) hide show
  1. package/package.json +5 -5
  2. package/src/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markdown-magic",
3
- "version": "4.2.0",
3
+ "version": "4.5.0",
4
4
  "description": "Automatically update markdown files with content from external sources",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -42,9 +42,9 @@
42
42
  "dependencies": {
43
43
  "@davidwells/md-utils": "0.0.53",
44
44
  "color-convert": "^2.0.1",
45
- "comment-block-parser": "1.1.3",
46
- "comment-block-replacer": "0.1.5",
47
- "comment-block-transformer": "0.2.4",
45
+ "comment-block-parser": "1.4.0",
46
+ "comment-block-replacer": "0.1.8",
47
+ "comment-block-transformer": "0.5.0",
48
48
  "globrex": "^0.1.2",
49
49
  "gray-matter": "^4.0.3",
50
50
  "is-glob": "^4.0.3",
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "966eb812a9044c8bcf7d5caf04a860dade0506af"
73
+ "gitHead": "7329dd17e21dea4551f995fa85a5f843c08f9109"
74
74
  }
package/src/index.js CHANGED
@@ -314,6 +314,7 @@ async function markdownMagic(globOrOpts = {}, options = {}) {
314
314
  syntax,
315
315
  open,
316
316
  close,
317
+ firstArgIsType: true,
317
318
  })
318
319
  // console.log('foundBlocks', foundBlocks.blocks.length)
319
320
  } catch (e) {