llm-lean-log-cli
Advanced tools
| export declare const getLogFolderPathFromLogFilePath: (logFile: string) => string; | ||
| export declare const mkdirIfNotExists: (path: string) => void; | ||
| //# sourceMappingURL=files.d.ts.map |
| {"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../src/utils/files.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,+BAA+B,GAAI,SAAS,MAAM,KAAG,MAEjE,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,KAAG,IAW/C,CAAC"} |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/utils/cli.ts"],"names":[],"mappings":";AAEA;;GAEG;AAaH,wBAAsB,IAAI,CAAC,OAAO,EAAE,MAAM,iBA4JzC"} | ||
| {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../src/utils/cli.ts"],"names":[],"mappings":";AAEA;;GAEG;AAcH,wBAAsB,IAAI,CAAC,OAAO,EAAE,MAAM,iBAkLzC"} |
@@ -1,2 +0,2 @@ | ||
| export declare const VERSION = "0.2.8"; | ||
| export declare const VERSION = "0.2.9"; | ||
| /** | ||
@@ -3,0 +3,0 @@ * Help text for LLMs in CSV format |
@@ -6,2 +6,9 @@ /** | ||
| export declare function getLastCommitShortSha(): Promise<string | undefined>; | ||
| /** | ||
| * Generate git diff excluding lock files and save to specified file. | ||
| * When folder of path is not exist, auto create folder. | ||
| * @param outputPath - Path where the diff file will be saved | ||
| * @returns Promise resolving to boolean indicating success | ||
| */ | ||
| export declare function saveGitDiffExcludeLockFiles(outputPath: string): Promise<boolean>; | ||
| //# sourceMappingURL=git.d.ts.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/utils/git.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAgCzE"} | ||
| {"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../src/utils/git.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAsB,qBAAqB,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAgCzE;AAED;;;;;GAKG;AACH,wBAAsB,2BAA2B,CAChD,UAAU,EAAE,MAAM,GAChB,OAAO,CAAC,OAAO,CAAC,CA4DlB"} |
+3
-3
| { | ||
| "name": "llm-lean-log-cli", | ||
| "version": "0.2.8", | ||
| "version": "0.2.9", | ||
| "description": "CLI tool for llm-lean-log", | ||
| "scripts": { | ||
| "start": "bun run src/index.ts", | ||
| "cli": "bun run src/index.ts", | ||
| "build": "bun build src/index.ts --outfile dist/index.js --target node && tsc --emitDeclarationOnly", | ||
@@ -43,3 +43,3 @@ "compile": "bun build src/index.bun.ts --compile --outfile dist/l-log-bun --target bun", | ||
| "@types/bun": "latest", | ||
| "llm-lean-log-core": "0.2.4", | ||
| "llm-lean-log-core": "0.2.5", | ||
| "typescript": "^5.9.3" | ||
@@ -46,0 +46,0 @@ }, |
Sorry, the diff of this file is too big to display
1709151
0.2%20
11.11%43882
0.21%