artyfax 0.2.0 → 0.2.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.
- package/dist/cli.js +1 -1
- package/package.json +8 -4
package/dist/cli.js
CHANGED
|
@@ -916,7 +916,7 @@ async function skillUpdate() {
|
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
// src/cli.ts
|
|
919
|
-
var VERSION = true ? "0.2.
|
|
919
|
+
var VERSION = true ? "0.2.1" : "0.0.0-dev";
|
|
920
920
|
function brandedHelp() {
|
|
921
921
|
return `
|
|
922
922
|
${c.amber("artyfax")} ${c.muted(`v${VERSION}`)} \u2014 your personal document library
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "artyfax",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CLI for Artyfax - your personal document library. Save, theme, search, and share.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,8 +42,12 @@
|
|
|
42
42
|
"artyfax",
|
|
43
43
|
"arty",
|
|
44
44
|
"cli",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
45
|
+
"markdown",
|
|
46
|
+
"html",
|
|
47
|
+
"document-library",
|
|
48
|
+
"annotations",
|
|
49
|
+
"sharing",
|
|
50
|
+
"mcp",
|
|
51
|
+
"e2ee"
|
|
48
52
|
]
|
|
49
53
|
}
|