@_xtribe/cli 2.2.45 → 2.2.47

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/install-tribe.js +3 -3
  2. package/package.json +1 -1
package/install-tribe.js CHANGED
@@ -93,7 +93,7 @@ async function installTribeCLI() {
93
93
  }
94
94
 
95
95
  // Download from GitHub
96
- const githubRepo = 'TRIBE-INC/releases';
96
+ const githubRepo = 'TRIBE-INC/TRIBE';
97
97
  const downloadUrl = `https://github.com/${githubRepo}/releases/latest/download/tribe-${platform}-${arch}`;
98
98
 
99
99
  await downloadFile(downloadUrl, tribeDest);
@@ -154,7 +154,7 @@ async function installTribeCLIQuiet() {
154
154
  }
155
155
 
156
156
  // Download from GitHub
157
- const githubRepo = 'TRIBE-INC/releases';
157
+ const githubRepo = 'TRIBE-INC/TRIBE';
158
158
  const downloadUrl = `https://github.com/${githubRepo}/releases/latest/download/tribe-${platform}-${arch}`;
159
159
 
160
160
  await downloadFile(downloadUrl, tribeDest);
@@ -162,7 +162,7 @@ async function installTribeCLIQuiet() {
162
162
 
163
163
  // Also download tutor-collector binary
164
164
  const tutorCollectorDest = path.join(tribeBinDir, 'tutor-collector');
165
- const tutorCollectorUrl = `https://github.com/${githubRepo}/releases/latest/download/tutor-collector-${platform}-${arch}`;
165
+ const tutorCollectorUrl = `https://github.com/TRIBE-INC/tutor/releases/latest/download/tutor-collector-${platform}-${arch}`;
166
166
 
167
167
  try {
168
168
  await downloadFile(tutorCollectorUrl, tutorCollectorDest);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@_xtribe/cli",
3
- "version": "2.2.45",
3
+ "version": "2.2.47",
4
4
  "description": "TRIBE - Privacy-first AI development analytics. Self-host your telemetry, skip authentication, or run completely offline. Your data stays on your machine.",
5
5
  "main": "install-tribe.js",
6
6
  "bin": {