terminal-jarvis 0.0.14 → 0.0.15
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/terminal-jarvis +0 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/bin/terminal-jarvis
CHANGED
Binary file
|
package/lib/index.js
CHANGED
@@ -105,7 +105,7 @@ async function main() {
|
|
105
105
|
}
|
106
106
|
}
|
107
107
|
function showFallbackMessage() {
|
108
|
-
console.log("🤖 Terminal Jarvis v0.0.
|
108
|
+
console.log("🤖 Terminal Jarvis v0.0.15");
|
109
109
|
console.log("");
|
110
110
|
console.log("❌ Error: Could not find or execute the T.JARVIS binary.");
|
111
111
|
console.log("");
|
package/package.json
CHANGED