@docmd/core 0.4.2 → 0.4.3

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 (2) hide show
  1. package/bin/docmd.js +1 -1
  2. package/package.json +10 -10
package/bin/docmd.js CHANGED
@@ -42,7 +42,7 @@ program
42
42
  .action(async () => {
43
43
  try {
44
44
  await buildLive();
45
- // ... (Add the spawn 'serve' logic here from the backup if desired)
45
+
46
46
  } catch (e) {
47
47
  console.error(e);
48
48
  process.exit(1);
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@docmd/core",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "The minimalist, zero-config documentation generator.",
5
5
  "bin": {
6
6
  "docmd": "bin/docmd.js"
7
7
  },
8
8
  "dependencies": {
9
- "@docmd/parser": "^0.4.2",
10
- "@docmd/ui": "^0.4.2",
11
- "@docmd/themes": "^0.4.2",
12
- "@docmd/live": "^0.4.2",
13
- "@docmd/plugin-search": "^0.4.2",
14
- "@docmd/plugin-seo": "^0.4.2",
15
- "@docmd/plugin-sitemap": "^0.4.2",
16
- "@docmd/plugin-analytics": "^0.4.2",
17
- "@docmd/plugin-mermaid": "^0.4.2",
9
+ "@docmd/parser": "^0.4.3",
10
+ "@docmd/ui": "^0.4.3",
11
+ "@docmd/themes": "^0.4.3",
12
+ "@docmd/live": "^0.4.3",
13
+ "@docmd/plugin-search": "^0.4.3",
14
+ "@docmd/plugin-seo": "^0.4.3",
15
+ "@docmd/plugin-sitemap": "^0.4.3",
16
+ "@docmd/plugin-analytics": "^0.4.3",
17
+ "@docmd/plugin-mermaid": "^0.4.3",
18
18
  "chalk": "^4.1.2",
19
19
  "chokidar": "^3.5.3",
20
20
  "commander": "^11.0.0",