@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.
- package/dist/main.js +1 -1
- 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.
|
|
26438
|
+
version: "0.0.2",
|
|
26439
26439
|
description: "Jar CLI - Personal finance tracker"
|
|
26440
26440
|
},
|
|
26441
26441
|
subCommands: {
|