@getverbal/cli 0.4.1 → 0.4.2

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -113,7 +113,7 @@ function compareSemver(a, b) {
113
113
  }
114
114
  return 0;
115
115
  }
116
- var VERSION = "0.4.1";
116
+ var VERSION = "0.4.2";
117
117
 
118
118
  // src/auth/credentials.ts
119
119
  import { readFileSync, writeFileSync, rmSync, mkdirSync, chmodSync, renameSync } from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getverbal/cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Set up Verbal AI spend tracking in one command",
5
5
  "bin": {
6
6
  "getverbal": "dist/cli.js"