Skip to content

Commit 5964899

Browse files
author
TONresistor
committed
fix: bundle ofetch and big-integer transitive deps
1 parent 3399c1a commit 5964899

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teleton",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Personal AI Agent for Telegram",
55
"author": "ZKProof (https://t.me/zkproof)",
66
"license": "MIT",

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export default defineConfig({
1616
// All deps stay in node_modules (not bundled)
1717
// Critical for native modules (better-sqlite3, sqlite-vec, playwright)
1818
// Exception: @ston-fi/api is bundled because it enforces pnpm-only install
19-
noExternal: ["@ston-fi/api", "@ston-fi/sdk"],
19+
noExternal: ["@ston-fi/api", "@ston-fi/sdk", "ofetch", "big-integer"],
2020
skipNodeModulesBundle: true,
2121
});

0 commit comments

Comments
 (0)