@jarxyz/cli 0.0.1 → 0.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -26435,7 +26435,7 @@ var analyticsCommand = defineCommand({
26435
26435
  var main = defineCommand({
26436
26436
  meta: {
26437
26437
  name: "jar",
26438
- version: "0.0.1",
26438
+ version: "0.0.2",
26439
26439
  description: "Jar CLI - Personal finance tracker"
26440
26440
  },
26441
26441
  subCommands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarxyz/cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {