liangzimixin 0.3.76 → 0.3.77
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/index.cjs
CHANGED
|
@@ -18763,7 +18763,7 @@ function resetOutbound() {
|
|
|
18763
18763
|
pluginConfigGetter = null;
|
|
18764
18764
|
initReadyGate();
|
|
18765
18765
|
}
|
|
18766
|
-
var READY_TIMEOUT_MS =
|
|
18766
|
+
var READY_TIMEOUT_MS = 12e4;
|
|
18767
18767
|
async function waitForReady() {
|
|
18768
18768
|
if (!_readyPromise) return true;
|
|
18769
18769
|
log7.info("outbound: waiting for dependencies to initialize...");
|
package/dist/setup-entry.cjs
CHANGED
|
@@ -4834,7 +4834,7 @@ function resetOutbound() {
|
|
|
4834
4834
|
pluginConfigGetter = null;
|
|
4835
4835
|
initReadyGate();
|
|
4836
4836
|
}
|
|
4837
|
-
var READY_TIMEOUT_MS =
|
|
4837
|
+
var READY_TIMEOUT_MS = 12e4;
|
|
4838
4838
|
async function waitForReady() {
|
|
4839
4839
|
if (!_readyPromise) return true;
|
|
4840
4840
|
log7.info("outbound: waiting for dependencies to initialize...");
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ REM liangzimixin install script (Windows)
|
|
|
7
7
|
REM Usage: liangzimixin_install.bat <appId> <appSecret> [quantumAccount]
|
|
8
8
|
REM ============================================================
|
|
9
9
|
|
|
10
|
-
set "SCRIPT_VERSION=0.3.
|
|
10
|
+
set "SCRIPT_VERSION=0.3.77"
|
|
11
11
|
set "NPM_PACKAGE=liangzimixin"
|
|
12
12
|
|
|
13
13
|
set "SKIP_SELF_UPDATE=0"
|
|
@@ -6,7 +6,7 @@ set -euo pipefail
|
|
|
6
6
|
# 用法: ./liangzimixin_install.sh <appId> <appSecret> [quantumAccount]
|
|
7
7
|
# ============================================================
|
|
8
8
|
|
|
9
|
-
SCRIPT_VERSION="0.3.
|
|
9
|
+
SCRIPT_VERSION="0.3.77"
|
|
10
10
|
NPM_PACKAGE="liangzimixin"
|
|
11
11
|
|
|
12
12
|
# ── 颜色 ──────────────────────────────────────────────────────
|