mdat 0.8.0 → 0.8.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/bin/cli.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +4 -4
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdat",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI tool and 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.",
|
|
6
6
|
"repository": "github:kitschpatrol/mdat",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@types/unist": "^3.0.3",
|
|
46
46
|
"@types/yargs": "^17.0.33",
|
|
47
47
|
"cosmiconfig": "^9.0.0",
|
|
48
|
-
"cosmiconfig-typescript-loader": "^
|
|
48
|
+
"cosmiconfig-typescript-loader": "^6.0.0",
|
|
49
49
|
"execa": "^9.5.1",
|
|
50
50
|
"globby": "^14.0.2",
|
|
51
51
|
"read-pkg": "^9.0.1",
|
|
52
52
|
"which": "^5.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@kitschpatrol/shared-config": "^4.7.
|
|
55
|
+
"@kitschpatrol/shared-config": "^4.7.12",
|
|
56
56
|
"@types/which": "^3.0.4",
|
|
57
57
|
"bumpp": "^9.8.1",
|
|
58
58
|
"chalk": "^5.3.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"pretty-ms": "^9.1.0",
|
|
70
70
|
"remark": "^15.0.1",
|
|
71
71
|
"remark-gfm": "^4.0.0",
|
|
72
|
-
"remark-mdat": "^0.7.
|
|
72
|
+
"remark-mdat": "^0.7.4",
|
|
73
73
|
"to-vfile": "^8.0.0",
|
|
74
74
|
"tsup": "^8.3.5",
|
|
75
75
|
"type-fest": "^4.26.1",
|
package/readme.md
CHANGED
|
@@ -714,7 +714,7 @@ See the [Examples section](https://github.com/kitschpatrol/remark-mdat#examples)
|
|
|
714
714
|
|
|
715
715
|
| File | Original | Gzip | Brotli |
|
|
716
716
|
| ------------ | -------- | ------- | ------ |
|
|
717
|
-
| package.json | 2.5 kB | 1.1 kB |
|
|
717
|
+
| package.json | 2.5 kB | 1.1 kB | 978 B |
|
|
718
718
|
| readme.md | 56.1 kB | 10.9 kB | 8.7 kB |
|
|
719
719
|
|
|
720
720
|
<!-- /size-table -->
|