nanocode 1.1.8 → 1.1.19

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.
Files changed (2) hide show
  1. package/bin/opencode +1 -1
  2. package/package.json +2 -2
package/bin/opencode CHANGED
@@ -17,7 +17,7 @@ function run(target) {
17
17
  process.exit(code)
18
18
  }
19
19
 
20
- const envPath = process.env.OPENCODE_BIN_PATH
20
+ const envPath = process.env.NANOGPT_BIN_PATH
21
21
  if (envPath) {
22
22
  run(envPath)
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nanocode",
3
- "version": "1.1.8",
3
+ "version": "1.1.19",
4
4
  "description": "AI-powered coding agent using NanoGPT",
5
5
  "author": "0xGingi",
6
6
  "license": "MIT",
@@ -25,6 +25,6 @@
25
25
  "bin"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "nanocode-linux-x64": "1.1.8","nanocode-linux-arm64": "1.1.8","nanocode-darwin-x64": "1.1.8","nanocode-darwin-arm64": "1.1.8","nanocode-windows-x64": "1.1.8"
28
+ "nanocode-linux-x64": "1.1.19","nanocode-linux-arm64": "1.1.19","nanocode-darwin-x64": "1.1.19","nanocode-darwin-arm64": "1.1.19","nanocode-windows-x64": "1.1.19"
29
29
  }
30
30
  }