@fosenai/cord 0.1.0-alpha.44 → 0.1.0-alpha.46
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fosenai/cord",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.46",
|
|
4
4
|
"description": "Cord Rust CLI — install via npm, runs as native binary",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"bin": {
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"postinstall": "node scripts/install.js"
|
|
16
16
|
},
|
|
17
17
|
"optionalDependencies": {
|
|
18
|
-
"@fosenai/cord-darwin-arm64": "0.1.0-alpha.
|
|
19
|
-
"@fosenai/cord-darwin-x64": "0.1.0-alpha.
|
|
20
|
-
"@fosenai/cord-win32-x64": "0.1.0-alpha.
|
|
18
|
+
"@fosenai/cord-darwin-arm64": "0.1.0-alpha.46",
|
|
19
|
+
"@fosenai/cord-darwin-x64": "0.1.0-alpha.46",
|
|
20
|
+
"@fosenai/cord-win32-x64": "0.1.0-alpha.46",
|
|
21
21
|
"@fosenai/cord-linux-x64": "0.1.0-alpha.38",
|
|
22
22
|
"@fosenai/cord-linux-arm64": "0.1.0-alpha.38"
|
|
23
23
|
},
|