@shareai-lab/kode 1.0.96 → 1.0.98

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/cli.js +2 -2
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -87,8 +87,8 @@ function fail() {
87
87
  }
88
88
 
89
89
  if (process.platform === 'win32') {
90
- // On Windows, tsx CLI is the most reliable
91
- runWithTsxCLI()
90
+ // On Windows, use Node --import tsx with proper file:// URLs
91
+ runWithTsxImport()
92
92
  } else {
93
93
  if (hasBun()) runWithBun()
94
94
  else runWithTsxImport()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shareai-lab/kode",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
4
4
  "bin": {
5
5
  "kode": "cli.js",
6
6
  "kwa": "cli.js",