@poolzin/pool-bot 2026.1.35 → 2026.1.37
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/CHANGELOG.md +19 -0
- package/dist/build-info.json +3 -3
- package/dist/canvas-host/a2ui/.bundle.hash +1 -1
- package/dist/canvas-host/a2ui/a2ui.bundle.js +4 -2
- package/extensions/diagnostics-otel/node_modules/.bin/acorn +21 -0
- package/extensions/matrix/node_modules/.bin/markdown-it +2 -2
- package/extensions/memory-core/package.json +3 -0
- package/extensions/memory-lancedb/node_modules/.bin/arrow2csv +21 -0
- package/extensions/memory-lancedb/node_modules/.bin/openai +2 -2
- package/extensions/nostr/node_modules/.bin/tsc +21 -0
- package/extensions/nostr/node_modules/.bin/tsserver +21 -0
- package/package.json +5 -6
- package/extensions/googlechat/node_modules/.bin/poolbot +0 -21
- package/extensions/line/node_modules/.bin/poolbot +0 -21
- package/extensions/matrix/node_modules/.bin/poolbot +0 -21
- package/extensions/memory-core/node_modules/.bin/poolbot +0 -21
- package/extensions/msteams/node_modules/.bin/poolbot +0 -21
- package/extensions/nostr/node_modules/.bin/poolbot +0 -21
- package/extensions/twitch/node_modules/.bin/poolbot +0 -21
- package/extensions/zalo/node_modules/.bin/poolbot +0 -21
- package/extensions/zalouser/node_modules/.bin/poolbot +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,25 @@ All notable changes to Pool Bot will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2026.1.37] - 2026-02-07
|
|
9
|
+
|
|
10
|
+
### 🔒 Security: Remove node-llama-cpp, fix tar vulnerability
|
|
11
|
+
|
|
12
|
+
#### Vulnerabilities Fixed
|
|
13
|
+
- **tar ≤7.5.6 (5× HIGH):** Removed `node-llama-cpp` from `optionalDependencies`, eliminating the entire `tar → cmake-js → node-llama-cpp` vulnerability chain. Updated `tar` override from 7.5.4 → 7.5.7.
|
|
14
|
+
|
|
15
|
+
#### Changes
|
|
16
|
+
- Removed `node-llama-cpp` 3.15.0 from `optionalDependencies` (matching upstream openclaw approach). Local embeddings still work if users install `node-llama-cpp` manually — the dynamic `import()` fallback to OpenAI/Gemini remains unchanged.
|
|
17
|
+
- Fixed `extensions/memory-core/package.json` — added `poolbot` as `devDependency` to resolve `pnpm install` failure from `autoInstallPeers`.
|
|
18
|
+
- Lockfile: removed ~1,300 lines of native dependency entries (`node-llama-cpp`, `cmake-js`, `@node-llama-cpp/*` platform binaries).
|
|
19
|
+
|
|
20
|
+
#### Impact
|
|
21
|
+
- npm audit: 15 → 10 vulnerabilities (5 high eliminated)
|
|
22
|
+
- Install size reduced (no more cmake-js + native compilation toolchain)
|
|
23
|
+
- Zero code changes — all source files unchanged; only dependency configuration
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
8
27
|
## [2026.1.35] - 2026-02-06
|
|
9
28
|
|
|
10
29
|
### 📦 Stability Snapshot
|
package/dist/build-info.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
6b0df478e4e17402a1fa00508f807742d68a3f83cd0ed0a2fa35847745519125
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { themeContext } from "@poolbot/a2ui-theme-context";
|
|
2
|
+
|
|
1
3
|
var __defProp$1 = Object.defineProperty;
|
|
2
4
|
var __exportAll = (all, symbols) => {
|
|
3
5
|
let target = {};
|
|
@@ -4282,7 +4284,7 @@ function effect(cb) {
|
|
|
4282
4284
|
};
|
|
4283
4285
|
}
|
|
4284
4286
|
|
|
4285
|
-
const themeContext = n$7("A2UITheme");
|
|
4287
|
+
const themeContext$1 = n$7("A2UITheme");
|
|
4286
4288
|
|
|
4287
4289
|
const structuralStyles = r$11(structuralStyles$1);
|
|
4288
4290
|
|
|
@@ -4392,7 +4394,7 @@ let Root = (() => {
|
|
|
4392
4394
|
const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
|
|
4393
4395
|
_surfaceId_decorators = [n$6()];
|
|
4394
4396
|
_component_decorators = [n$6()];
|
|
4395
|
-
_theme_decorators = [c$1({ context: themeContext })];
|
|
4397
|
+
_theme_decorators = [c$1({ context: themeContext$1 })];
|
|
4396
4398
|
_childComponents_decorators = [n$6({ attribute: false })];
|
|
4397
4399
|
_processor_decorators = [n$6({ attribute: false })];
|
|
4398
4400
|
_dataContextPath_decorators = [n$6()];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/acorn@8.15.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/acorn" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/bin/acorn" "$@"
|
|
21
|
+
fi
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/markdown-it@14.1.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../markdown-it/bin/markdown-it.mjs" "$@"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/apache-arrow@18.1.0/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/bin/arrow2csv.js" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/apache-arrow@18.1.0/node_modules/apache-arrow/bin/arrow2csv.js" "$@"
|
|
21
|
+
fi
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules/openai/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules/openai/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules/openai/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules/openai/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/openai@6.16.0_ws@8.19.0_zod@4.3.6/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../openai/bin/cli" "$@"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
|
|
21
|
+
fi
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
#!/bin/sh
|
|
2
|
+
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
+
|
|
4
|
+
case `uname` in
|
|
5
|
+
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
+
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
+
basedir=`cygpath -w "$basedir"`
|
|
8
|
+
fi
|
|
9
|
+
;;
|
|
10
|
+
esac
|
|
11
|
+
|
|
12
|
+
if [ -z "$NODE_PATH" ]; then
|
|
13
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules"
|
|
14
|
+
else
|
|
15
|
+
export NODE_PATH="/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/typescript@5.9.3/node_modules:/Users/pool/Documents/GitHub/pool-bot/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
+
fi
|
|
17
|
+
if [ -x "$basedir/node" ]; then
|
|
18
|
+
exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
|
|
19
|
+
else
|
|
20
|
+
exec node "$basedir/../../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
|
|
21
|
+
fi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poolzin/pool-bot",
|
|
3
|
-
"version": "2026.1.
|
|
3
|
+
"version": "2026.1.37",
|
|
4
4
|
"description": "🎱 Pool Bot - AI assistant with PLCODE integrations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"qrcode-terminal": "^0.12.0",
|
|
200
200
|
"sharp": "^0.34.5",
|
|
201
201
|
"sqlite-vec": "0.1.7-alpha.2",
|
|
202
|
-
"tar": "7.5.
|
|
202
|
+
"tar": "7.5.7",
|
|
203
203
|
"tslog": "^4.10.2",
|
|
204
204
|
"undici": "^7.19.0",
|
|
205
205
|
"ws": "^8.19.0",
|
|
@@ -207,8 +207,7 @@
|
|
|
207
207
|
"zod": "^4.3.6"
|
|
208
208
|
},
|
|
209
209
|
"optionalDependencies": {
|
|
210
|
-
"@napi-rs/canvas": "^0.1.88"
|
|
211
|
-
"node-llama-cpp": "3.15.0"
|
|
210
|
+
"@napi-rs/canvas": "^0.1.88"
|
|
212
211
|
},
|
|
213
212
|
"devDependencies": {
|
|
214
213
|
"@grammyjs/types": "^3.23.0",
|
|
@@ -240,14 +239,14 @@
|
|
|
240
239
|
"wireit": "^0.14.12"
|
|
241
240
|
},
|
|
242
241
|
"overrides": {
|
|
243
|
-
"tar": "7.5.
|
|
242
|
+
"tar": "7.5.7"
|
|
244
243
|
},
|
|
245
244
|
"pnpm": {
|
|
246
245
|
"minimumReleaseAge": 2880,
|
|
247
246
|
"overrides": {
|
|
248
247
|
"@sinclair/typebox": "0.34.47",
|
|
249
248
|
"hono": "4.11.4",
|
|
250
|
-
"tar": "7.5.
|
|
249
|
+
"tar": "7.5.7"
|
|
251
250
|
}
|
|
252
251
|
},
|
|
253
252
|
"vitest": {
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
|
3
|
-
|
|
4
|
-
case `uname` in
|
|
5
|
-
*CYGWIN*|*MINGW*|*MSYS*)
|
|
6
|
-
if command -v cygpath > /dev/null 2>&1; then
|
|
7
|
-
basedir=`cygpath -w "$basedir"`
|
|
8
|
-
fi
|
|
9
|
-
;;
|
|
10
|
-
esac
|
|
11
|
-
|
|
12
|
-
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules"
|
|
14
|
-
else
|
|
15
|
-
export NODE_PATH="/root/pool-bot-src/dist/node_modules:/root/pool-bot-src/node_modules:/root/node_modules:/node_modules:/root/pool-bot-src/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
|
-
fi
|
|
17
|
-
if [ -x "$basedir/node" ]; then
|
|
18
|
-
exec "$basedir/node" "$basedir/../moltbot/dist/entry.js" "$@"
|
|
19
|
-
else
|
|
20
|
-
exec node "$basedir/../moltbot/dist/entry.js" "$@"
|
|
21
|
-
fi
|