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 +0 -0
- package/dist/bin/cli.js +2 -1
- package/dist/lib/index.js +1 -0
- package/package.json +6 -6
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.
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdat",
|
|
3
|
-
"version": "2.2.
|
|
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.
|
|
51
|
+
"lognow": "^0.6.1",
|
|
52
52
|
"mdast-util-toc": "^7.1.0",
|
|
53
|
-
"metascope": "^0.6.
|
|
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
|
|
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.
|
|
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.
|
|
89
|
+
"vitest": "^4.1.3"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"prettier": "^3.0.0"
|