teleton 0.1.12 → 0.1.14

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/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  saveWallet,
18
18
  validateApiKeyFormat,
19
19
  walletExists
20
- } from "../chunk-TZDYJTK4.js";
20
+ } from "../chunk-TQBJNXWV.js";
21
21
  import "../chunk-B2PRMXOH.js";
22
22
  import {
23
23
  fetchWithTimeout
@@ -33,7 +33,6 @@ import {
33
33
  import {
34
34
  ONBOARDING_PROMPT_TIMEOUT_MS
35
35
  } from "../chunk-LJXYESJJ.js";
36
- import "../chunk-JSBRDJBE.js";
37
36
 
38
37
  // src/cli/index.ts
39
38
  import { Command } from "commander";
@@ -2,7 +2,6 @@ import {
2
2
  telegramGetMyGiftsExecutor,
3
3
  telegramGetMyGiftsTool
4
4
  } from "./chunk-B2PRMXOH.js";
5
- import "./chunk-JSBRDJBE.js";
6
5
  export {
7
6
  telegramGetMyGiftsExecutor,
8
7
  telegramGetMyGiftsTool
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  TonnetApp,
3
3
  main
4
- } from "./chunk-TZDYJTK4.js";
4
+ } from "./chunk-TQBJNXWV.js";
5
5
  import "./chunk-B2PRMXOH.js";
6
6
  import "./chunk-PMX75DTX.js";
7
7
  import "./chunk-E2NXSWOS.js";
@@ -9,7 +9,6 @@ import "./chunk-WQ5TFRTG.js";
9
9
  import "./chunk-ST5CO7TV.js";
10
10
  import "./chunk-QMN6ZOA5.js";
11
11
  import "./chunk-LJXYESJJ.js";
12
- import "./chunk-JSBRDJBE.js";
13
12
  export {
14
13
  TonnetApp,
15
14
  main
@@ -32,7 +32,6 @@ import {
32
32
  import "./chunk-ST5CO7TV.js";
33
33
  import "./chunk-QMN6ZOA5.js";
34
34
  import "./chunk-LJXYESJJ.js";
35
- import "./chunk-JSBRDJBE.js";
36
35
  export {
37
36
  AnthropicEmbeddingProvider,
38
37
  CURRENT_SCHEMA_VERSION,
@@ -8,7 +8,6 @@ import {
8
8
  import "./chunk-ST5CO7TV.js";
9
9
  import "./chunk-QMN6ZOA5.js";
10
10
  import "./chunk-LJXYESJJ.js";
11
- import "./chunk-JSBRDJBE.js";
12
11
 
13
12
  // src/session/migrate.ts
14
13
  import { readFileSync, existsSync, renameSync } from "fs";
@@ -5,7 +5,6 @@ import {
5
5
  WORKSPACE_PATHS,
6
6
  WORKSPACE_ROOT
7
7
  } from "./chunk-WQ5TFRTG.js";
8
- import "./chunk-JSBRDJBE.js";
9
8
  export {
10
9
  ALLOWED_EXTENSIONS,
11
10
  MAX_FILE_SIZES,
@@ -22,7 +22,6 @@ import {
22
22
  SCRAPER_SCROLL_PADDING_PX,
23
23
  SCRAPER_SCROLL_STEP_MS
24
24
  } from "./chunk-LJXYESJJ.js";
25
- import "./chunk-JSBRDJBE.js";
26
25
 
27
26
  // src/market/scraper.ts
28
27
  import { chromium } from "playwright";
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  BATCH_TRIGGER_DELAY_MS
3
3
  } from "./chunk-LJXYESJJ.js";
4
- import "./chunk-JSBRDJBE.js";
5
4
 
6
5
  // src/telegram/task-dependency-resolver.ts
7
6
  var MAX_DEPENDENTS_PER_TASK = 10;
@@ -4,7 +4,6 @@ import {
4
4
  SECONDS_PER_DAY,
5
5
  SECONDS_PER_HOUR
6
6
  } from "./chunk-QMN6ZOA5.js";
7
- import "./chunk-JSBRDJBE.js";
8
7
 
9
8
  // src/telegram/task-executor.ts
10
9
  function truncateJson(data, maxChars = MAX_JSON_FIELD_CHARS) {
@@ -2,7 +2,6 @@ import {
2
2
  TaskStore,
3
3
  getTaskStore
4
4
  } from "./chunk-E2NXSWOS.js";
5
- import "./chunk-JSBRDJBE.js";
6
5
  export {
7
6
  TaskStore,
8
7
  getTaskStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teleton",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Personal AI Agent for Telegram",
5
5
  "author": "ZKProof (https://t.me/zkproof)",
6
6
  "license": "MIT",
@@ -45,7 +45,6 @@
45
45
  "format:check": "prettier --check \"src/**/*.ts\"",
46
46
  "typecheck": "tsc --noEmit",
47
47
  "prepublishOnly": "npm run build",
48
- "postinstall": "node scripts/postinstall.mjs",
49
48
  "prepare": "husky"
50
49
  },
51
50
  "dependencies": {
@@ -54,6 +53,8 @@
54
53
  "@mariozechner/pi-ai": "^0.50.9",
55
54
  "@orbs-network/ton-access": "^2.3.3",
56
55
  "@sinclair/typebox": "^0.34.48",
56
+ "@ston-fi/api": "^0.30.0",
57
+ "@ston-fi/sdk": "^2.7.0",
57
58
  "@ton/core": "^0.63.0",
58
59
  "@ton/crypto": "^3.3.0",
59
60
  "@ton/ton": "^16.1.0",
@@ -68,8 +69,6 @@
68
69
  "zod": "^3.24.0"
69
70
  },
70
71
  "devDependencies": {
71
- "@ston-fi/api": "^0.30.0",
72
- "@ston-fi/sdk": "^2.7.0",
73
72
  "@types/better-sqlite3": "^7.6.11",
74
73
  "@types/node": "^22.0.0",
75
74
  "@typescript-eslint/eslint-plugin": "^8.54.0",
@@ -1,30 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __commonJS = (cb, mod) => function __require() {
8
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
19
- // If the importer is in node compatibility mode or this is not an ESM
20
- // file that has been converted to a CommonJS file using a Babel-
21
- // compatible transform (i.e. "__esModule" has not been set), then set
22
- // "default" to the CommonJS "module.exports" for node compatibility.
23
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
24
- mod
25
- ));
26
-
27
- export {
28
- __commonJS,
29
- __toESM
30
- };