@_xtribe/cli 2.2.46 → 2.2.48

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 +1 -1
  2. package/package.json +1 -1
package/install-tribe.js CHANGED
@@ -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.46",
3
+ "version": "2.2.48",
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": {