@anturno/cli 0.2.0-darwin-arm64 → 0.2.0-linux-x64
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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anturno/cli",
|
|
3
|
-
"version": "0.2.0-
|
|
4
|
-
"description": "The anturno coding agent, in your terminal. (
|
|
3
|
+
"version": "0.2.0-linux-x64",
|
|
4
|
+
"description": "The anturno coding agent, in your terminal. (linux-x64)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"linux"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"x64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
|
-
"vendor/
|
|
13
|
+
"vendor/linux-x64/bin"
|
|
14
14
|
],
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"access": "public"
|
|
index ffea19d..34bc2b9 100755
|
|
|
Binary file
|