vibestats 1.0.2 → 1.0.3
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1370,7 +1370,7 @@ var dayToNumber = {
|
|
|
1370
1370
|
Friday: 5,
|
|
1371
1371
|
Saturday: 6
|
|
1372
1372
|
};
|
|
1373
|
-
function encodeStatsToUrl(stats, baseUrl = "https://
|
|
1373
|
+
function encodeStatsToUrl(stats, baseUrl = "https://vibestats.wolfai.dev") {
|
|
1374
1374
|
const params = new URLSearchParams();
|
|
1375
1375
|
params.set("s", stats.sessions.toString());
|
|
1376
1376
|
params.set("t", formatCompactNumber(stats.totalTokens));
|
|
@@ -1567,7 +1567,7 @@ import { homedir as homedir4 } from "os";
|
|
|
1567
1567
|
import { join as join4 } from "path";
|
|
1568
1568
|
var CONFIG_PATH = join4(homedir4(), ".vibestats.json");
|
|
1569
1569
|
var DEFAULT_CONFIG = {
|
|
1570
|
-
baseUrl: "https://
|
|
1570
|
+
baseUrl: "https://vibestats.wolfai.dev",
|
|
1571
1571
|
outputFormat: "normal",
|
|
1572
1572
|
theme: {
|
|
1573
1573
|
enabled: true
|
|
@@ -1603,7 +1603,7 @@ function initConfig() {
|
|
|
1603
1603
|
return;
|
|
1604
1604
|
}
|
|
1605
1605
|
const defaultConfig = {
|
|
1606
|
-
baseUrl: "https://
|
|
1606
|
+
baseUrl: "https://vibestats.wolfai.dev",
|
|
1607
1607
|
outputFormat: "normal",
|
|
1608
1608
|
theme: {
|
|
1609
1609
|
enabled: true
|