@locusai/locus-telegram 0.21.8 → 0.21.9

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/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @locusai/locus-telegram
2
2
 
3
+ ## 0.21.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Locus package names convention fixes
8
+ - Updated dependencies
9
+ - @locusai/sdk@0.21.9
10
+
3
11
  ## 0.21.8
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/locus-telegram",
3
- "version": "0.21.8",
3
+ "version": "0.21.9",
4
4
  "description": "Remote-control Locus via Telegram with full CLI mapping, git operations, and PM2 management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "format": "biome format --write ."
22
22
  },
23
23
  "dependencies": {
24
- "@locusai/sdk": "^0.21.8",
24
+ "@locusai/sdk": "^0.21.9",
25
25
  "grammy": "^1.35.0",
26
26
  "pm2": "^6.0.5"
27
27
  },