mdat-plugin-example 1.0.0 → 1.0.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/package.json +5 -5
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdat-plugin-example",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Mdat rule plugin example template.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"type-fest": "^5.2.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@kitschpatrol/shared-config": "^5.
|
|
39
|
+
"@kitschpatrol/shared-config": "^5.8.1",
|
|
40
40
|
"@types/node": "^20.19.24",
|
|
41
41
|
"bumpp": "^10.3.1",
|
|
42
|
-
"tsdown": "^0.
|
|
42
|
+
"tsdown": "^0.16.0",
|
|
43
43
|
"typescript": "~5.9.3",
|
|
44
|
-
"vitest": "^4.0.
|
|
44
|
+
"vitest": "^4.0.7"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"mdat": "^1.1.0"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
|
-
"build": "tsdown --tsconfig tsconfig.build.json",
|
|
56
|
+
"build": "tsdown --no-fixed-extension --tsconfig tsconfig.build.json",
|
|
57
57
|
"clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
|
|
58
58
|
"fix": "ksc fix",
|
|
59
59
|
"lint": "ksc lint",
|
package/readme.md
CHANGED
|
@@ -68,7 +68,7 @@ Assuming you have a `sketch.tldr` file in the root of your project, you can embe
|
|
|
68
68
|
<!-- example -->
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
Then run the `mdat` CLI command on your Markdown file to expand the rule
|
|
71
|
+
Then run the `mdat` CLI command on your Markdown file to expand the rule:
|
|
72
72
|
|
|
73
73
|
```markdown
|
|
74
74
|
<!-- example -->
|