mdat 2.2.0 → 2.2.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.
package/dist/.DS_Store CHANGED
Binary file
package/dist/bin/cli.js CHANGED
@@ -42,7 +42,7 @@ function deepMergeDefined(...objects) {
42
42
  //#endregion
43
43
  //#region package.json
44
44
  var name = "mdat";
45
- var version = "2.2.0";
45
+ var version = "2.2.1";
46
46
 
47
47
  //#endregion
48
48
  //#region src/lib/log.ts
@@ -101,6 +101,7 @@ async function getContextMetadata() {
101
101
  metascopeMetadata = await getMetadata({
102
102
  absolute: false,
103
103
  offline: true,
104
+ recursive: false,
104
105
  sources: [
105
106
  "arduinoLibraryProperties",
106
107
  "cinderCinderblockXml",
package/dist/lib/index.js CHANGED
@@ -88,6 +88,7 @@ async function getContextMetadata() {
88
88
  metascopeMetadata = await getMetadata({
89
89
  absolute: false,
90
90
  offline: true,
91
+ recursive: false,
91
92
  sources: [
92
93
  "arduinoLibraryProperties",
93
94
  "cinderCinderblockXml",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "CLI tool and TypeScript library implementing the Markdown Autophagic Template (MDAT) system. MDAT lets you use comments as dynamic content templates in Markdown files, making it easy to generate and update readme boilerplate.",
5
5
  "keywords": [
6
6
  "mdat",
@@ -48,9 +48,9 @@
48
48
  "cosmiconfig-typescript-loader": "^6.2.0",
49
49
  "deepmerge-ts": "^7.1.5",
50
50
  "globby": "^16.2.0",
51
- "lognow": "^0.6.0",
51
+ "lognow": "^0.6.1",
52
52
  "mdast-util-toc": "^7.1.0",
53
- "metascope": "^0.6.0",
53
+ "metascope": "^0.6.3",
54
54
  "path-type": "^6.0.0",
55
55
  "picocolors": "^1.1.1",
56
56
  "plur": "^6.0.0",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "devDependencies": {
71
71
  "@arethetypeswrong/core": "^0.18.2",
72
- "@kitschpatrol/shared-config": "^7.0.1",
72
+ "@kitschpatrol/shared-config": "^7.1.0",
73
73
  "@types/mdast": "^4.0.4",
74
74
  "@types/node": "~22.17.2",
75
75
  "@types/unist": "^3.0.3",
@@ -77,7 +77,7 @@
77
77
  "@vitest/coverage-v8": "4.1.2",
78
78
  "bumpp": "^11.0.1",
79
79
  "execa": "^9.6.1",
80
- "mdat-plugin-cli-help": "^2.0.2",
80
+ "mdat-plugin-cli-help": "^2.1.1",
81
81
  "mdat-plugin-example": "^2.0.0",
82
82
  "mdat-plugin-tldraw": "^2.0.1",
83
83
  "nanoid": "^5.1.7",
@@ -86,7 +86,7 @@
86
86
  "tsdown": "^0.21.7",
87
87
  "typescript": "~5.9.3",
88
88
  "unplugin-raw": "^0.7.0",
89
- "vitest": "^4.1.2"
89
+ "vitest": "^4.1.3"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "prettier": "^3.0.0"