lazy-gravity 0.5.0 → 0.5.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.
@@ -28,7 +28,7 @@ const DETECT_RUN_COMMAND_SCRIPT = `(() => {
28
28
  'run command?', 'run command', 'execute command',
29
29
  'コマンドを実行', 'コマンド実行'
30
30
  ];
31
- const RUN_PATTERNS = ['run', '実行', 'execute'];
31
+ const RUN_PATTERNS = ['run', 'accept', '実行', 'execute'];
32
32
  const REJECT_PATTERNS = ['reject', 'cancel', '拒否', 'キャンセル'];
33
33
 
34
34
  const normalize = (text) => (text || '').toLowerCase().replace(/\\s+/g, ' ').trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-gravity",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Control Antigravity from anywhere — a local, secure bot (Discord + Telegram) that lets you remotely operate Antigravity on your home PC from your smartphone.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "homepage": "https://github.com/tokyoweb3/LazyGravity#readme",
49
49
  "dependencies": {
50
- "@inquirer/select": "^4.4.2",
50
+ "@inquirer/select": "^5.1.0",
51
51
  "better-sqlite3": "^12.6.2",
52
52
  "commander": "^14.0.3",
53
53
  "discord.js": "^14.25.1",