@elaraai/east-c-cli 1.0.6 → 1.0.8
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elaraai/east-c-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Pulls in the native east-c binary for your platform via optional dependencies. The matching per-platform package (@elaraai/east-c-cli-<target>) provides the `east-c` bin directly.",
|
|
5
5
|
"files": [
|
|
6
6
|
"README.md",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"node": ">=18.0.0"
|
|
29
29
|
},
|
|
30
30
|
"optionalDependencies": {
|
|
31
|
-
"@elaraai/east-c-cli-linux-x64": "1.0.
|
|
32
|
-
"@elaraai/east-c-cli-linux-arm64": "1.0.
|
|
33
|
-
"@elaraai/east-c-cli-darwin-arm64": "1.0.
|
|
34
|
-
"@elaraai/east-c-cli-darwin-x64": "1.0.
|
|
35
|
-
"@elaraai/east-c-cli-win32-x64": "1.0.
|
|
31
|
+
"@elaraai/east-c-cli-linux-x64": "1.0.8",
|
|
32
|
+
"@elaraai/east-c-cli-linux-arm64": "1.0.8",
|
|
33
|
+
"@elaraai/east-c-cli-darwin-arm64": "1.0.8",
|
|
34
|
+
"@elaraai/east-c-cli-darwin-x64": "1.0.8",
|
|
35
|
+
"@elaraai/east-c-cli-win32-x64": "1.0.8"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {}
|
|
38
38
|
}
|