@effect-ak/tg-bot-client 1.3.1 → 1.3.3

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 ADDED
@@ -0,0 +1,17 @@
1
+ # @effect-ak/tg-bot-client
2
+
3
+ ## 1.3.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c2bc12: Update to Bot API 9.4, fix version parser, use workspace protocol for internal deps
8
+ - Updated dependencies [3c2bc12]
9
+ - @effect-ak/tg-bot-api@1.2.0
10
+
11
+ ## 1.3.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 4c56173: Update Telegram Bot API to version 9.4
16
+ - Updated dependencies [4c56173]
17
+ - @effect-ak/tg-bot-api@1.1.0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@effect-ak/tg-bot-client",
3
3
  "type": "module",
4
4
  "description": "Type-safe HTTP client for Telegram Bot API",
5
- "version": "1.3.1",
5
+ "version": "1.3.3",
6
6
  "license": "MIT",
7
7
  "author": {
8
8
  "name": "Aleksandr Kondaurov",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/effect-ak/tg-bot-client",
13
+ "url": "https://github.com/kondaurovDev/tg-bot-client",
14
14
  "directory": "packages/client"
15
15
  },
16
16
  "bugs": {
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@effect-ak/tg-bot-api": "^1.0.0"
33
+ "@effect-ak/tg-bot-api": "^1.2.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup",
Binary file