@overpod/mcp-telegram 1.36.4 → 1.36.5
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.36.5] — 2026-06-01
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Dependency update (devDep only, no behavioral or API changes): `tsx` `^4.22.3` → `^4.22.4`. Used to run the server outside Docker (`dev`/`login` scripts); not part of the published runtime. All three lockfiles (`package-lock.json`, `pnpm-lock.yaml`, `bun.lock`) synced.
|
|
13
|
+
|
|
14
|
+
## [1.36.4] — 2026-05-28
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Dependency update (devDep only): `@biomejs/biome` `^2.4.15` → `^2.4.16` (lint/format only).
|
|
19
|
+
|
|
8
20
|
## [1.36.3] — 2026-05-10
|
|
9
21
|
|
|
10
22
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@overpod/mcp-telegram",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.5",
|
|
4
4
|
"description": "MCP server for Telegram userbot — messages, media, reactions, polls & more. Built on GramJS/MTProto.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@types/node": "^25.9.1",
|
|
71
71
|
"@types/qrcode": "^1.5.6",
|
|
72
72
|
"c8": "^11.0.0",
|
|
73
|
-
"tsx": "^4.22.
|
|
73
|
+
"tsx": "^4.22.4",
|
|
74
74
|
"typescript": "^6.0.3",
|
|
75
75
|
"vitepress": "^1.6.4"
|
|
76
76
|
}
|