@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.
Files changed (2) hide show
  1. package/bin/vibetime.mjs +1 -1
  2. 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.24" : "0.1.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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yhong91/vibetime",
3
3
  "type": "module",
4
- "version": "0.1.24",
4
+ "version": "0.1.25",
5
5
  "description": "vibetime CLI — install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to vibetime.",
6
6
  "license": "MIT",
7
7
  "publishConfig": {