packmd 1.0.3 → 1.0.4
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/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import ora from "ora";
|
|
|
14
14
|
// package.json
|
|
15
15
|
var name = "packmd";
|
|
16
16
|
var description = "Convert GitHub repositories and webpages into AI-ready Markdown digests";
|
|
17
|
-
var version = "1.0.
|
|
17
|
+
var version = "1.0.4";
|
|
18
18
|
|
|
19
19
|
// src/utils/version-check.ts
|
|
20
20
|
import fs from "fs/promises";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "packmd",
|
|
3
3
|
"description": "Convert GitHub repositories and webpages into AI-ready Markdown digests",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"typescript": "^5"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@packmd/core": "^1.0.
|
|
32
|
+
"@packmd/core": "^1.0.1",
|
|
33
33
|
"chalk": "^5.6.2",
|
|
34
34
|
"clipboardy": "^5.3.2",
|
|
35
35
|
"commander": "^15.0.0",
|
|
@@ -63,4 +63,4 @@
|
|
|
63
63
|
"url": "https://github.com/thelastofinusa/packmd/issues"
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://packmd.vercel.app/docs"
|
|
66
|
-
}
|
|
66
|
+
}
|