teleton 0.2.4 → 0.3.0

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/README.md CHANGED
@@ -94,7 +94,7 @@ npm install -g teleton
94
94
 
95
95
  **Docker:**
96
96
  ```bash
97
- docker run -it -v ~/.teleton:/data ghcr.io/tonresistor/teleton:latest setup
97
+ docker run -it -v ~/.teleton:/data ghcr.io/tonresistor/teleton-agent:latest setup
98
98
  ```
99
99
 
100
100
  **From source (development):**
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DEFAULT_FETCH_TIMEOUT_MS
3
- } from "./chunk-LJXYESJJ.js";
3
+ } from "./chunk-LCMHAUNK.js";
4
4
 
5
5
  // src/utils/fetch.ts
6
6
  var DEFAULT_TIMEOUT_MS = DEFAULT_FETCH_TIMEOUT_MS;