@ccusage/pi 18.0.1 → 18.0.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -896,7 +896,7 @@ async function executeCommand(cmd, ctx, name$2) {
|
|
|
896
896
|
await resolved.run(ctx);
|
|
897
897
|
}
|
|
898
898
|
var name = "@ccusage/pi";
|
|
899
|
-
var version = "18.0.
|
|
899
|
+
var version = "18.0.2";
|
|
900
900
|
var description = "Pi-agent usage tracking - unified Claude Max usage across Claude Code and pi-agent";
|
|
901
901
|
var require_debug = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
902
902
|
let messages = [];
|
package/package.json
CHANGED