@apicity/telegram 0.3.4 → 0.4.1

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,16 @@
1
1
  # @apicity/telegram
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@apicity/telegram?color=cb0000)](https://www.npmjs.com/package/@apicity/telegram)
4
- [![zero dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](package.json)
4
+ [![dependencies](https://img.shields.io/badge/dependencies-1-blue)](package.json)
5
5
  [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue?logo=typescript&logoColor=white)](tsconfig.json)
6
6
  [![docs](https://img.shields.io/badge/docs-core.telegram.org-blue)](https://core.telegram.org/bots/api)
7
7
 
8
8
  Telegram Bot API provider for sending text, photo, video, and audio messages.
9
9
 
10
+ Runtime dependencies:
11
+
12
+ - `zod@^3.24.0` — request schemas attached to every POST endpoint as `.schema`
13
+
10
14
  ## Installation
11
15
 
12
16
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apicity/telegram",
3
- "version": "0.3.4",
3
+ "version": "0.4.1",
4
4
  "description": "Telegram Bot API provider for sending text, photo, video, and audio messages.",
5
5
  "license": "MIT",
6
6
  "repository": {