just-usage 0.0.3 → 0.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.0.4
4
+
5
+ Just Usage v0.0.4
6
+
7
+ What's Changed
8
+ Publish to npm with provenance now that the repo is public in [#0c9b9bb](https://github.com/spheceo/just-usage/commit/0c9b9bbdfb5727789774d4563ecafdf756f9b644)
9
+
3
10
  ## v0.0.3
4
11
 
5
12
  Just Usage v0.0.3
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ import { mkdirSync } from "node:fs";
15
15
  // package.json
16
16
  var package_default = {
17
17
  name: "just-usage",
18
- version: "0.0.3",
18
+ version: "0.0.4",
19
19
  description: "One local page for your coding-CLI subscription quotas: Claude, Codex, Cursor, OpenCode Go.",
20
20
  type: "module",
21
21
  license: "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-usage",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "One local page for your coding-CLI subscription quotas: Claude, Codex, Cursor, OpenCode Go.",
5
5
  "type": "module",
6
6
  "license": "MIT",