@builderbot/provider-telegram 1.3.7-alpha.0 → 1.3.7

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p align="center">
2
- <a href="https://builderbot.vercel.app/">
2
+ <a href="https://builderbot.app/">
3
3
  <picture>
4
- <img src="https://builderbot.vercel.app/assets/thumbnail-vector.png" height="80">
4
+ <img src="https://builderbot.app/assets/thumbnail-vector.png" height="80">
5
5
  </picture>
6
6
  <h2 align="center">BuilderBot</h2>
7
7
  </a>
@@ -30,7 +30,7 @@ npm create builderbot@latest
30
30
 
31
31
  ## Documentation
32
32
 
33
- Visit [builderbot](https://builderbot.vercel.app/) to view the full documentation.
33
+ Visit [builderbot](https://builderbot.app/) to view the full documentation.
34
34
 
35
35
 
36
36
  ## Official Course
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builderbot/provider-telegram",
3
- "version": "1.3.7-alpha.0",
3
+ "version": "1.3.7",
4
4
  "description": "Provider for Telegram",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -44,5 +44,5 @@
44
44
  "dependencies": {
45
45
  "telegram": "^2.23.10"
46
46
  },
47
- "gitHead": "1aeef80914d0fa6d23f8a5787998559a5912f110"
47
+ "gitHead": "da87b4bfcfdd8ace01777b3f9ccca827b188116c"
48
48
  }