nconv-cli 1.0.2 → 1.0.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.
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  # 🚀 nconv-cli (Notion Converter CLI)
11
11
 
12
- > **Faster Workflow**: Automatically convert Notion pages into Markdown, HTML, and PDF.
12
+ > **Faster Workflow**: A CLI tool that automatically convert Notion pages into Markdown, HTML, and PDF.
13
13
  > Stop wasting time unzipping files and fixing broken image paths manually.
14
14
 
15
15
 
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nconv-cli",
3
- "version": "1.0.2",
4
- "description": "A CLI tool that converts Notion pages into blog-ready Markdown (with automatic image extraction and path normalization)",
3
+ "version": "1.0.3",
4
+ "description": "A CLI tool that automatically convert Notion pages into Markdown, HTML, and PDF.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {
@@ -31,6 +31,7 @@
31
31
  "md-to-pdf": "^5.2.5",
32
32
  "notion-exporter": "^0.8.1",
33
33
  "ora": "^8.0.0",
34
+ "patch-package": "^8.0.1",
34
35
  "prompts": "^2.4.2",
35
36
  "slugify": "^1.6.6",
36
37
  "uuid": "^13.0.0"
@@ -39,7 +40,6 @@
39
40
  "@types/node": "^25.1.0",
40
41
  "@types/prompts": "^2.4.9",
41
42
  "@types/uuid": "^10.0.0",
42
- "patch-package": "^8.0.1",
43
43
  "tsup": "^8.0.0",
44
44
  "tsx": "^4.21.0",
45
45
  "typescript": "^5.9.3"