@cmdop/bot 2026.3.1 → 2026.3.101

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -283,7 +283,7 @@ All errors extend `BotError` and expose a `code` string:
283
283
  ## Links
284
284
 
285
285
  - [Homepage](https://cmdop.com/sdk/python/bot)
286
- - [Documentation](https://cmdop.com/docs/sdk/node/bot)
286
+ - [Documentation](https://cmdop.com/docs/sdk/node-bot)
287
287
  - [npm](https://www.npmjs.com/package/@cmdop/bot)
288
288
 
289
289
  ## License
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@cmdop/bot",
3
- "version": "2026.3.1",
3
+ "version": "2026.3.101",
4
4
  "description": "CMDOP multi-channel bot integrations — Telegram, Discord, Slack, Teams, and more",
5
5
  "author": "CMDOP <dev@cmdop.com>",
6
6
  "homepage": "https://cmdop.com/sdk/python/bot",
7
- "documentation": "https://cmdop.com/docs/sdk/node/bot",
7
+ "documentation": "https://cmdop.com/docs/sdk/node-bot",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/commandoperator/cmdop-sdk-js.git",
@@ -35,7 +35,7 @@
35
35
  "CHANGELOG.md"
36
36
  ],
37
37
  "dependencies": {
38
- "@cmdop/node": "^2026.3.1",
38
+ "@cmdop/node": "^2026.3.101",
39
39
  "consola": "^3.4.2",
40
40
  "zod": "^4"
41
41
  },