@yhong91/vibetime 0.1.24 → 0.1.25
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/bin/vibetime.mjs +1 -1
- package/package.json +1 -1
package/bin/vibetime.mjs
CHANGED
|
@@ -1201,7 +1201,7 @@ function countTextLines(text) {
|
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
1203
|
// src/lib/constants.ts
|
|
1204
|
-
var PACKAGE_VERSION = true ? "0.1.
|
|
1204
|
+
var PACKAGE_VERSION = true ? "0.1.25" : "0.1.1";
|
|
1205
1205
|
var DEFAULT_API_URL = "http://121.196.224.82:3001";
|
|
1206
1206
|
var DEFAULT_BACKFILL_BATCH_SIZE = 50;
|
|
1207
1207
|
var DEFAULT_BACKFILL_BATCH_BYTES = 800 * 1024;
|
package/package.json
CHANGED