@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -0
  3. package/package.json +5 -6
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 nandal
3
+ Copyright (c) 2026 BytesBrains Pte Ltd
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.0",
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": "nandal <nandal@users.noreply.github.com>",
13
+ "author": "BytesBrains Pte Ltd (https://bytesbrains.com)",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git+https://github.com/nandal/pi-ext.git",
17
- "directory": "telegram-bridge"
16
+ "url": "git+https://github.com/bytesbrains/pi-telegram-bridge.git"
18
17
  },
19
- "homepage": "https://github.com/nandal/pi-ext/tree/main/telegram-bridge",
18
+ "homepage": "https://github.com/bytesbrains/pi-telegram-bridge#readme",
20
19
  "bugs": {
21
- "url": "https://github.com/nandal/pi-ext/issues"
20
+ "url": "https://github.com/bytesbrains/pi-telegram-bridge/issues"
22
21
  },
23
22
  "license": "MIT",
24
23
  "main": "./src/index.ts",