diff --git a/Cargo.lock b/Cargo.lock index 9b71bfb..a83b5ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "wx-cli" -version = "0.1.8" +version = "0.1.9" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 52310d7..e8f85eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wx-cli" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "WeChat 4.x (macOS/Linux) local data CLI — decrypt SQLCipher DBs, query chat history, watch new messages" license = "Apache-2.0" diff --git a/npm/platforms/darwin-arm64/package.json b/npm/platforms/darwin-arm64/package.json index 121fb2f..f7d8356 100644 --- a/npm/platforms/darwin-arm64/package.json +++ b/npm/platforms/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-darwin-arm64", - "version": "0.1.8", + "version": "0.1.9", "description": "wx-cli binary for macOS arm64", "os": ["darwin"], "cpu": ["arm64"], diff --git a/npm/platforms/darwin-x64/package.json b/npm/platforms/darwin-x64/package.json index 05cd30e..6e82348 100644 --- a/npm/platforms/darwin-x64/package.json +++ b/npm/platforms/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-darwin-x64", - "version": "0.1.8", + "version": "0.1.9", "description": "wx-cli binary for macOS x64", "os": ["darwin"], "cpu": ["x64"], diff --git a/npm/platforms/linux-arm64/package.json b/npm/platforms/linux-arm64/package.json index c33139e..50aee00 100644 --- a/npm/platforms/linux-arm64/package.json +++ b/npm/platforms/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-linux-arm64", - "version": "0.1.8", + "version": "0.1.9", "description": "wx-cli binary for Linux arm64", "os": ["linux"], "cpu": ["arm64"], diff --git a/npm/platforms/linux-x64/package.json b/npm/platforms/linux-x64/package.json index 7ae48f4..75fec36 100644 --- a/npm/platforms/linux-x64/package.json +++ b/npm/platforms/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-linux-x64", - "version": "0.1.8", + "version": "0.1.9", "description": "wx-cli binary for Linux x64", "os": ["linux"], "cpu": ["x64"], diff --git a/npm/platforms/win32-x64/package.json b/npm/platforms/win32-x64/package.json index 29ad489..ff6104b 100644 --- a/npm/platforms/win32-x64/package.json +++ b/npm/platforms/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli-win32-x64", - "version": "0.1.8", + "version": "0.1.9", "description": "wx-cli binary for Windows x64", "os": ["win32"], "cpu": ["x64"], diff --git a/npm/wx-cli/package.json b/npm/wx-cli/package.json index 03b2a13..00ec414 100644 --- a/npm/wx-cli/package.json +++ b/npm/wx-cli/package.json @@ -1,6 +1,6 @@ { "name": "@jackwener/wx-cli", - "version": "0.1.8", + "version": "0.1.9", "description": "Query your local WeChat data from the command line. Designed for LLM agent tool calls.", "bin": { "wx": "bin/wx.js" @@ -13,11 +13,11 @@ "install.js" ], "optionalDependencies": { - "@jackwener/wx-cli-darwin-arm64": "0.1.8", - "@jackwener/wx-cli-darwin-x64": "0.1.8", - "@jackwener/wx-cli-linux-x64": "0.1.8", - "@jackwener/wx-cli-linux-arm64": "0.1.8", - "@jackwener/wx-cli-win32-x64": "0.1.8" + "@jackwener/wx-cli-darwin-arm64": "0.1.9", + "@jackwener/wx-cli-darwin-x64": "0.1.9", + "@jackwener/wx-cli-linux-x64": "0.1.9", + "@jackwener/wx-cli-linux-arm64": "0.1.9", + "@jackwener/wx-cli-win32-x64": "0.1.9" }, "engines": { "node": ">=14" }, "keywords": ["wechat", "cli", "wx", "llm", "ai", "sqlite", "sqlcipher"],