ai-pdf-builder 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1493,6 +1493,10 @@ bot.onText(/\/pdf (.+)/, async (msg, match) => {
1493
1493
  });
1494
1494
  ```
1495
1495
 
1496
+ ## Author
1497
+
1498
+ Built by [@NextXFrontier](https://x.com/NextXFrontier) — Follow for AI tools, automation, and building in public.
1499
+
1496
1500
  ## License
1497
1501
 
1498
1502
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-pdf-builder",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "AI-powered professional PDF generation from Markdown. Generate whitepapers, term sheets, SAFEs, and more with AI or from your own content.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -81,7 +81,10 @@
81
81
  "legal-tech",
82
82
  "fintech"
83
83
  ],
84
- "author": "Next Frontier",
84
+ "author": {
85
+ "name": "Next Frontier",
86
+ "url": "https://x.com/NextXFrontier"
87
+ },
85
88
  "license": "MIT",
86
89
  "repository": {
87
90
  "type": "git",