Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

llm-lean-log-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llm-lean-log-cli - npm Package Compare versions

Comparing version
0.2.5
to
0.2.6
+9
dist/index.d.ts
#!/usr/bin/env bun
/**
* CLI tool for llm-lean-log
*/
/**
* Main function for the CLI
*/
export declare function main(): Promise<void>;
//# sourceMappingURL=index.d.ts.map
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA;;GAEG;AAmGH;;GAEG;AACH,wBAAsB,IAAI,kBAuJzB"}
+2
-2
{
"name": "llm-lean-log-cli",
"version": "0.2.5",
"version": "0.2.6",
"description": "CLI tool for llm-lean-log",
"scripts": {
"start": "bun run src/index.ts",
"build": "bun build src/index.ts --outfile dist/index.js --target node --minify && tsc --emitDeclarationOnly",
"build": "bun build src/index.ts --outfile dist/index.js --target node && tsc --emitDeclarationOnly",
"prepublishOnly": "bun run build",

@@ -9,0 +9,0 @@ "type": "tsc --noEmit"

Sorry, the diff of this file is too big to display