create-openclaw-bot 5.3.5 → 5.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/index.html CHANGED
@@ -171,7 +171,8 @@
171
171
  <span class="channel-card__badge badge--official">✅ Official</span>
172
172
  </div>
173
173
 
174
- <div class="channel-card" data-channel="telegram+zalo-personal" id="card-telegram-zalo-personal">
174
+ <!-- Combo mode (Telegram + Zalo Personal) — tạm ngưng, sẽ mở lại sau khi nghiên cứu xong -->
175
+ <div class="channel-card" data-channel="telegram+zalo-personal" id="card-telegram-zalo-personal" style="display:none">
175
176
  <div class="channel-card__icon" style="display:flex;gap:4px;align-items:center;">
176
177
  <img src="https://thesvg.org/icons/telegram/default.svg" alt="Telegram" width="24" height="24">
177
178
  <span style="font-size:12px;opacity:.5;">+</span>
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "create-openclaw-bot",
3
- "version": "5.3.5",
3
+ "version": "5.4.1",
4
4
  "description": "Interactive CLI installer for OpenClaw Bot",
5
5
  "main": "cli.js",
6
6
  "bin": {
7
7
  "create-openclaw-bot": "./cli.js"
8
8
  },
9
9
  "scripts": {
10
+ "build": "node build.mjs",
11
+ "dev": "node build.mjs --watch",
10
12
  "test": "node tests/smoke-cli-logic.mjs",
11
13
  "bump": "node bump-version.mjs"
12
14
  },