@vln.codes__/icode 1.0.0 → 1.0.2
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/icode.js +2 -2
- package/package.json +2 -2
package/bin/icode.js
CHANGED
|
@@ -35,8 +35,8 @@ try {
|
|
|
35
35
|
console.error(
|
|
36
36
|
`iCode native binary for ${key} (${pkg}) is not installed.\n` +
|
|
37
37
|
`This usually means the optional dependency was skipped. Run:\n` +
|
|
38
|
-
` npm install -g @icode
|
|
39
|
-
`or reinstall @icode
|
|
38
|
+
` npm install -g @vln.codes__/icode --force\n` +
|
|
39
|
+
`or reinstall @vln.codes__/icode so the matching platform package is fetched.`,
|
|
40
40
|
)
|
|
41
41
|
process.exit(1)
|
|
42
42
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@vln.codes__/icode",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "iCode — a fast, native AI coding agent with a Kinyarwanda-first experience. Install globally to run `icode`.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
"@types/node": "catalog:",
|
|
33
33
|
"@typescript/native-preview": "catalog:"
|
|
34
34
|
}
|
|
35
|
-
}
|
|
35
|
+
}
|