@meitouai/mem-note-cli 0.0.2 → 0.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.
|
@@ -7080,7 +7080,7 @@ var require_gray_matter = __commonJS({
|
|
|
7080
7080
|
}
|
|
7081
7081
|
});
|
|
7082
7082
|
|
|
7083
|
-
// apps/mem-note-cli/dist/main.
|
|
7083
|
+
// apps/mem-note-cli/dist/main.mjs
|
|
7084
7084
|
import { homedir } from "node:os";
|
|
7085
7085
|
import { basename as basename3, dirname as dirname3, join as join22, resolve } from "node:path";
|
|
7086
7086
|
import { fileURLToPath } from "node:url";
|
|
@@ -7656,7 +7656,7 @@ function parseMarkdownNote(raw) {
|
|
|
7656
7656
|
return { metadata: data, body: content, wikilinks };
|
|
7657
7657
|
}
|
|
7658
7658
|
|
|
7659
|
-
// apps/mem-note-cli/dist/main.
|
|
7659
|
+
// apps/mem-note-cli/dist/main.mjs
|
|
7660
7660
|
import { spawn } from "node:child_process";
|
|
7661
7661
|
import { writeFile as writeFile3, access as access3 } from "node:fs/promises";
|
|
7662
7662
|
import { join as join5 } from "node:path";
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meitouai/mem-note-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Personal knowledge base CLI for use with the mem-note Claude Code plugin.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"mem-note": "./bin/mem-note.
|
|
8
|
+
"mem-note": "./bin/mem-note.mjs"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
|
-
"bin/mem-note.
|
|
11
|
+
"bin/mem-note.mjs",
|
|
12
12
|
"bin/conventions.md"
|
|
13
13
|
],
|
|
14
14
|
"engines": {
|