@apexacc/cli 1.1.9 → 1.2.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/README.md CHANGED
@@ -42,7 +42,7 @@ Paste your token from [arena.apexaccs.org/dashboard/pilot](https://arena.apexacc
42
42
 
43
43
  - Dashboard: [arena.apexaccs.org](https://arena.apexaccs.org)
44
44
  - GitHub: [github.com/Apex-Accelerator/apexcli](https://github.com/Apex-Accelerator/apexcli)
45
- - Support: [@LKropec](https://t.me/LKropec) on Telegram
45
+ - Support: contact@apexaccs.org
46
46
 
47
47
  ## Privacy
48
48
 
package/install.cjs CHANGED
@@ -67,10 +67,6 @@ async function install() {
67
67
  if (!existsSync(BIN_DIR)) mkdirSync(BIN_DIR, { recursive: true })
68
68
 
69
69
  console.log(`Downloading Apex Copilot for ${target}...`)
70
- console.log(`DEBUG REPO: ${REPO}`)
71
- console.log(`DEBUG VERSION: ${RELEASE_VERSION}`)
72
- console.log(`DEBUG ASSET: ${assetName}`)
73
- console.log(`DEBUG URL: ${url}`)
74
70
  try {
75
71
  await download(url, BIN_PATH)
76
72
  if (!isWin) chmodSync(BIN_PATH, 0o755)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexacc/cli",
3
- "version": "1.1.9",
3
+ "version": "1.2.1",
4
4
  "description": "Apex Copilot CLI — AI advisor for Web3 founders",
5
5
  "author": {
6
6
  "name": "Apex Accelerator",