@evatick/skill 0.3.2 → 0.4.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evatick/skill",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Codex Skill for using the EVA market data CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@evatick/cli": "0.
|
|
26
|
+
"@evatick/cli": "0.4.0"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
@@ -52,7 +52,7 @@ value to stdout.
|
|
|
52
52
|
- `--format json|jsonl|csv|parquet`: explicitly select the file format.
|
|
53
53
|
- `--overwrite`: replace an existing regular file only when authorized.
|
|
54
54
|
- CSV requires consistent flat records. JSONL and Parquet require record lists.
|
|
55
|
-
- Parquet requires the optional Python dependency `evatick[parquet]`;
|
|
55
|
+
- Parquet requires the optional Python dependency `evatick[parquet]`; Node.js npm CLI installations support JSON, JSONL, and CSV.
|
|
56
56
|
|
|
57
57
|
Example:
|
|
58
58
|
|