@trawlme/cli 3.6.1 → 3.7.0
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/dist/lib/tips.js +1 -1
- package/package.json +1 -1
package/dist/lib/tips.js
CHANGED
|
@@ -18,7 +18,7 @@ const TIP_THROTTLE_MS = 7 * 24 * 60 * 60 * 1000;
|
|
|
18
18
|
* perceptibly slow a run down.
|
|
19
19
|
*/
|
|
20
20
|
const FLAG_CHECK_TIMEOUT_MS = 2_000;
|
|
21
|
-
const REFERRAL_TIP_TEXT = 'Invite a builder — they get 500, you get
|
|
21
|
+
const REFERRAL_TIP_TEXT = 'Invite a builder — they get 1,500, you get 3,000 compute → trawl.me → account → Referrals';
|
|
22
22
|
/**
|
|
23
23
|
* Opted out via env (presence-based, mirrors NO_COLOR / the update
|
|
24
24
|
* notifier's TRAWL_NO_UPDATE_NOTIFIER — see lib/updateNotifier.ts) or an
|