@mdsmith/cli 0.42.0 → 0.43.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdsmith/cli",
3
- "version": "0.42.0",
3
+ "version": "0.43.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.42.0",
29
- "@mdsmith/linux-arm64": "0.42.0",
30
- "@mdsmith/darwin-x64": "0.42.0",
31
- "@mdsmith/darwin-arm64": "0.42.0",
32
- "@mdsmith/win32-x64": "0.42.0"
28
+ "@mdsmith/linux-x64": "0.43.0",
29
+ "@mdsmith/linux-arm64": "0.43.0",
30
+ "@mdsmith/darwin-x64": "0.43.0",
31
+ "@mdsmith/darwin-arm64": "0.43.0",
32
+ "@mdsmith/win32-x64": "0.43.0"
33
33
  },
34
34
  "scripts": {
35
35
  "test": "bun test"