@enter-pro/enter-code 0.0.3 → 1.0.1
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/enter +1 -1
- package/package.json +6 -6
package/bin/enter
CHANGED
|
@@ -43,7 +43,7 @@ const result = require("child_process").spawnSync(binPath, process.argv.slice(2)
|
|
|
43
43
|
});
|
|
44
44
|
|
|
45
45
|
if (result.error) {
|
|
46
|
-
console.error(`Error: Failed to run Enter
|
|
46
|
+
console.error(`Error: Failed to run Enter Code: ${result.error.message}`);
|
|
47
47
|
process.exit(1);
|
|
48
48
|
}
|
|
49
49
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enter-pro/enter-code",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "Enter
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Enter Code - AI-powered coding assistant",
|
|
5
5
|
"bin": {
|
|
6
6
|
"enter": "bin/enter"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@enter-pro/enter-code-darwin-arm64": "
|
|
10
|
-
"@enter-pro/enter-code-darwin-x64": "
|
|
11
|
-
"@enter-pro/enter-code-linux-arm64": "
|
|
12
|
-
"@enter-pro/enter-code-linux-x64": "
|
|
9
|
+
"@enter-pro/enter-code-darwin-arm64": "1.0.1",
|
|
10
|
+
"@enter-pro/enter-code-darwin-x64": "1.0.1",
|
|
11
|
+
"@enter-pro/enter-code-linux-arm64": "1.0.1",
|
|
12
|
+
"@enter-pro/enter-code-linux-x64": "1.0.1"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"repository": {
|