@effect-ak/tg-bot-client 1.3.1 → 1.3.4
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 +25 -0
- package/package.json +3 -3
- package/effect-ak-tg-bot-client-1.2.0.tgz +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# @effect-ak/tg-bot-client
|
|
2
|
+
|
|
3
|
+
## 1.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 94774a9: chore: release packages
|
|
8
|
+
- Updated dependencies [94774a9]
|
|
9
|
+
- @effect-ak/tg-bot-api@1.3.0
|
|
10
|
+
|
|
11
|
+
## 1.3.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 3c2bc12: Update to Bot API 9.4, fix version parser, use workspace protocol for internal deps
|
|
16
|
+
- Updated dependencies [3c2bc12]
|
|
17
|
+
- @effect-ak/tg-bot-api@1.2.0
|
|
18
|
+
|
|
19
|
+
## 1.3.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 4c56173: Update Telegram Bot API to version 9.4
|
|
24
|
+
- Updated dependencies [4c56173]
|
|
25
|
+
- @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.
|
|
5
|
+
"version": "1.3.4",
|
|
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/
|
|
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.
|
|
33
|
+
"@effect-ak/tg-bot-api": "^1.3.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup",
|
|
Binary file
|