@agent-wechat/cli 0.11.0 → 0.11.1
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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -7913,7 +7913,7 @@ import qrTerminal from "qrcode-terminal";
|
|
|
7913
7913
|
import os from "os";
|
|
7914
7914
|
import path from "path";
|
|
7915
7915
|
import { fileURLToPath } from "url";
|
|
7916
|
-
var VERSION = "0.11.
|
|
7916
|
+
var VERSION = "0.11.1";
|
|
7917
7917
|
var CONTAINER_NAME = "agent-wechat";
|
|
7918
7918
|
var GHCR_IMAGE = "ghcr.io/thisnick/agent-wechat";
|
|
7919
7919
|
var DEFAULT_PORT = 6174;
|