@nestica/cli 0.5.0 → 0.5.1
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/cli.js +10 -1
- package/package.json +10 -1
package/dist/cli.js
CHANGED
|
@@ -3380,10 +3380,19 @@ var program = new Command();
|
|
|
3380
3380
|
// package.json
|
|
3381
3381
|
var package_default = {
|
|
3382
3382
|
name: "@nestica/cli",
|
|
3383
|
-
version: "0.5.
|
|
3383
|
+
version: "0.5.1",
|
|
3384
3384
|
type: "module",
|
|
3385
3385
|
description: "Command-line client for the Nestica REST API",
|
|
3386
3386
|
license: "MIT",
|
|
3387
|
+
keywords: [
|
|
3388
|
+
"nestica",
|
|
3389
|
+
"cli",
|
|
3390
|
+
"command-line",
|
|
3391
|
+
"finance",
|
|
3392
|
+
"personal-finance",
|
|
3393
|
+
"expense-tracker",
|
|
3394
|
+
"firebase"
|
|
3395
|
+
],
|
|
3387
3396
|
engines: {
|
|
3388
3397
|
node: ">=22.12"
|
|
3389
3398
|
},
|
package/package.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestica/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Command-line client for the Nestica REST API",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"nestica",
|
|
9
|
+
"cli",
|
|
10
|
+
"command-line",
|
|
11
|
+
"finance",
|
|
12
|
+
"personal-finance",
|
|
13
|
+
"expense-tracker",
|
|
14
|
+
"firebase"
|
|
15
|
+
],
|
|
7
16
|
"engines": {
|
|
8
17
|
"node": ">=22.12"
|
|
9
18
|
},
|