@mdsmith/cli 0.38.0 → 0.40.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.
- package/README.md +3 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
# @mdsmith/cli
|
|
2
2
|
|
|
3
3
|
<?include
|
|
4
|
-
file: ../../docs/brand/
|
|
4
|
+
file: ../../docs/brand/messaging.md
|
|
5
|
+
extract: tagline.text
|
|
5
6
|
?>
|
|
6
|
-
|
|
7
|
-
docs/brand/messaging.md — do not edit by hand. -->
|
|
8
|
-
|
|
9
|
-
Write content; mdsmith keeps your Markdown neat and consistent — fast
|
|
10
|
-
enough to stay out of your way. Auto-fix on save, instant navigation,
|
|
11
|
-
cross-file integrity, and generated sections that keep a single source of
|
|
12
|
-
truth in sync across files and pipelines.
|
|
7
|
+
Write content; mdsmith keeps your Markdown neat and consistent — fast enough to stay out of your way. Auto-fix on save, instant navigation, cross-file integrity, and generated sections that keep a single source of truth in sync across files and pipelines.
|
|
13
8
|
<?/include?>
|
|
14
9
|
|
|
15
10
|
This is the npm distribution of the Go binary published at
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdsmith/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "Write content; mdsmith keeps your Markdown neat and consistent — fast enough to stay out of your way. Auto-fix on save, instant navigation, cross-file integrity, and generated sections that keep a single source of truth in sync across files and pipelines.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://mdsmith.dev",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
},
|
|
27
27
|
"optionalDependencies": {
|
|
28
|
-
"@mdsmith/linux-x64": "0.
|
|
29
|
-
"@mdsmith/linux-arm64": "0.
|
|
30
|
-
"@mdsmith/darwin-x64": "0.
|
|
31
|
-
"@mdsmith/darwin-arm64": "0.
|
|
32
|
-
"@mdsmith/win32-x64": "0.
|
|
28
|
+
"@mdsmith/linux-x64": "0.40.0",
|
|
29
|
+
"@mdsmith/linux-arm64": "0.40.0",
|
|
30
|
+
"@mdsmith/darwin-x64": "0.40.0",
|
|
31
|
+
"@mdsmith/darwin-arm64": "0.40.0",
|
|
32
|
+
"@mdsmith/win32-x64": "0.40.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"test": "bun test"
|