@rikafx/cli 0.1.6 → 0.1.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/bin/rika.js +1 -2
- package/package.json +1 -1
package/bin/rika.js
CHANGED
|
@@ -12,8 +12,7 @@ try {
|
|
|
12
12
|
} catch {
|
|
13
13
|
console.error(
|
|
14
14
|
"rika: no binary for " +
|
|
15
|
-
target +
|
|
16
|
-
".\nSupported: darwin-arm64, linux-arm64, linux-x64." +
|
|
15
|
+
target + ".\nSupported: darwin-arm64, linux-arm64, linux-x64." +
|
|
17
16
|
"\nIf your platform is supported, reinstall without --no-optional or --ignore-optional.",
|
|
18
17
|
)
|
|
19
18
|
process.exit(1)
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.1.
|
|
1
|
+
{"name":"@rikafx/cli","description":"Rika — a local durable coding agent for your terminal","version":"0.1.8","license":"MIT","repository":{"type":"git","url":"git+https://github.com/In-Time-Tec/rika.git"},"homepage":"https://github.com/In-Time-Tec/rika","engines":{"node":">=18"},"bin":{"rika":"bin/rika.js"},"files":["bin/rika.js","README.md"],"optionalDependencies":{"@rikafx/cli-darwin-arm64":"0.1.8","@rikafx/cli-linux-arm64":"0.1.8","@rikafx/cli-linux-x64":"0.1.8"}}
|