teleton 0.1.18 → 0.1.20

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,9 @@ import {
17
17
  saveWallet,
18
18
  validateApiKeyFormat,
19
19
  walletExists
20
- } from "../chunk-Q4N5NJ2B.js";
20
+ } from "../chunk-Y4G7HSOQ.js";
21
+ import "../chunk-U7FQYCBQ.js";
22
+ import "../chunk-OQGNS2FV.js";
21
23
  import "../chunk-JDPS46IZ.js";
22
24
  import "../chunk-E2NXSWOS.js";
23
25
  import {
@@ -33,7 +35,6 @@ import {
33
35
  ONBOARDING_PROMPT_TIMEOUT_MS
34
36
  } from "../chunk-LJXYESJJ.js";
35
37
  import "../chunk-B2PRMXOH.js";
36
- import "../chunk-U7FQYCBQ.js";
37
38
  import "../chunk-QGM4M3NI.js";
38
39
 
39
40
  // src/cli/index.ts
package/dist/index.js CHANGED
@@ -1,7 +1,9 @@
1
1
  import {
2
2
  TonnetApp,
3
3
  main
4
- } from "./chunk-Q4N5NJ2B.js";
4
+ } from "./chunk-Y4G7HSOQ.js";
5
+ import "./chunk-U7FQYCBQ.js";
6
+ import "./chunk-OQGNS2FV.js";
5
7
  import "./chunk-JDPS46IZ.js";
6
8
  import "./chunk-E2NXSWOS.js";
7
9
  import "./chunk-EYWNOHMJ.js";
@@ -9,7 +11,6 @@ import "./chunk-WMIN6AGX.js";
9
11
  import "./chunk-QMN6ZOA5.js";
10
12
  import "./chunk-LJXYESJJ.js";
11
13
  import "./chunk-B2PRMXOH.js";
12
- import "./chunk-U7FQYCBQ.js";
13
14
  import "./chunk-QGM4M3NI.js";
14
15
  export {
15
16
  TonnetApp,
@@ -0,0 +1,22 @@
1
+ import {
2
+ appendToTranscript,
3
+ archiveTranscript,
4
+ cleanupOldTranscripts,
5
+ deleteTranscript,
6
+ getTranscriptPath,
7
+ getTranscriptSize,
8
+ readTranscript,
9
+ transcriptExists
10
+ } from "./chunk-OQGNS2FV.js";
11
+ import "./chunk-EYWNOHMJ.js";
12
+ import "./chunk-QGM4M3NI.js";
13
+ export {
14
+ appendToTranscript,
15
+ archiveTranscript,
16
+ cleanupOldTranscripts,
17
+ deleteTranscript,
18
+ getTranscriptPath,
19
+ getTranscriptSize,
20
+ readTranscript,
21
+ transcriptExists
22
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teleton",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Personal AI Agent for Telegram",
5
5
  "author": "ZKProof (https://t.me/zkproof)",
6
6
  "license": "MIT",