@bytesbrains/pi-telegram-bridge 1.4.0 → 1.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.
- package/LICENSE +1 -1
- package/README.md +5 -0
- package/package.json +5 -6
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -134,3 +134,8 @@ The listener runs automatically — no manual setup needed.
|
|
|
134
134
|
## License
|
|
135
135
|
|
|
136
136
|
MIT
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
Built and maintained by [BytesBrains](https://bytesbrains.com) — AI automation & agents, engineered to production standards.
|
|
141
|
+
*The model proposes, code guarantees.*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytesbrains/pi-telegram-bridge",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Telegram bot bridge for pi agents — send messages, ask questions, and listen for human replies via Telegram.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -10,15 +10,14 @@
|
|
|
10
10
|
"bridge",
|
|
11
11
|
"messaging"
|
|
12
12
|
],
|
|
13
|
-
"author": "
|
|
13
|
+
"author": "BytesBrains Pte Ltd (https://bytesbrains.com)",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "git+https://github.com/
|
|
17
|
-
"directory": "telegram-bridge"
|
|
16
|
+
"url": "git+https://github.com/bytesbrains/pi-telegram-bridge.git"
|
|
18
17
|
},
|
|
19
|
-
"homepage": "https://github.com/
|
|
18
|
+
"homepage": "https://github.com/bytesbrains/pi-telegram-bridge#readme",
|
|
20
19
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
20
|
+
"url": "https://github.com/bytesbrains/pi-telegram-bridge/issues"
|
|
22
21
|
},
|
|
23
22
|
"license": "MIT",
|
|
24
23
|
"main": "./src/index.ts",
|