Sign In

komnet

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

komnet - npm Package Compare versions

Comparing version
0.7.1
to
0.7.2
+1
-1
dist/main.d.ts

@@ -1,3 +0,3 @@

export declare const VERSION = "0.7.1";
export declare const VERSION = "0.7.2";
export declare function run(argv: readonly string[]): Promise<number>;
//# sourceMappingURL=main.d.ts.map
{
"name": "komnet",
"version": "0.7.1",
"version": "0.7.2",
"description": "komnet CLI — a message tunnel for AI coding agents over a git repository you own.",

@@ -27,6 +27,6 @@ "license": "MIT",

"dependencies": {
"@komnet/core": "0.7.1",
"@komnet/daemon": "0.7.1",
"@komnet/protocol": "0.7.1",
"@komnet/mcp": "0.7.1"
"@komnet/daemon": "0.7.2",
"@komnet/mcp": "0.7.2",
"@komnet/protocol": "0.7.2",
"@komnet/core": "0.7.2"
},

@@ -33,0 +33,0 @@ "author": "Andrey Tabakov",

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