chore(telegram-remote): bump version to 0.2.0
All checks were successful
build-and-publish / build-test (push) Successful in 25s
build-and-publish / publish (push) Has been skipped

This commit is contained in:
2026-08-27 22:25:52 +07:00
parent 25d4e0e113
commit 8ccffb2901
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ npmjs и публикуется в npm-реестр Gitea `https://git.byte-mate
|---|---|---| |---|---|---|
| `@deepseek-ai/dsh-tool-lab` | `0.1.0-rc.7` | Модельные lab-инструменты: ComfyUI imagegen, Docling OCR, Whishper STT | | `@deepseek-ai/dsh-tool-lab` | `0.1.0-rc.7` | Модельные lab-инструменты: ComfyUI imagegen, Docling OCR, Whishper STT |
| `@deepseek-ai/dsh-web-search-searxng` | `0.1.0-rc.7` | SearXNG-провайдер поиска для seam `ctx.web` | | `@deepseek-ai/dsh-web-search-searxng` | `0.1.0-rc.7` | SearXNG-провайдер поиска для seam `ctx.web` |
| `@deepseek-ai/dsh-telegram-remote` | `0.1.0` | Удалённое управление DSH через Telegram Bot API | | `@deepseek-ai/dsh-telegram-remote` | `0.2.0` | Удалённое управление DSH через Telegram Bot API |
## Сборка и тесты ## Сборка и тесты

View File

@@ -1,6 +1,6 @@
{ {
"name": "@deepseek-ai/dsh-telegram-remote", "name": "@deepseek-ai/dsh-telegram-remote",
"version": "0.1.0", "version": "0.2.0",
"description": "Remote control + full state visibility for the DeepSeek Harness over Telegram Bot API (long polling, no external services).", "description": "Remote control + full state visibility for the DeepSeek Harness over Telegram Bot API (long polling, no external services).",
"type": "module", "type": "module",
"main": "lib/index.js", "main": "lib/index.js",