ironcode-ai 1.5.2 → 1.5.4

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/README.md +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -215,6 +215,8 @@ ironcode --version
215
215
  # Or run directly from download location
216
216
  ```
217
217
 
218
+ **Note for Windows users:** IronCode uses native Rust libraries for performance. The Windows build is statically linked and should work out of the box. If you encounter DLL loading errors, please [report the issue](https://github.com/KSD-CO/IronCode/issues) with the error message.
219
+
218
220
  ### Arch Linux (AUR)
219
221
 
220
222
  _Coming soon - AUR package will be available in the future_
package/package.json CHANGED
@@ -6,11 +6,11 @@
6
6
  "scripts": {
7
7
  "postinstall": "bun ./postinstall.mjs || node ./postinstall.mjs"
8
8
  },
9
- "version": "1.5.2",
9
+ "version": "1.5.4",
10
10
  "license": "MIT",
11
11
  "optionalDependencies": {
12
- "ironcode-darwin-arm64": "1.5.2",
13
- "ironcode-windows-x64": "1.5.2",
14
- "ironcode-linux-x64": "1.5.2"
12
+ "ironcode-darwin-arm64": "1.5.4",
13
+ "ironcode-windows-x64": "1.5.4",
14
+ "ironcode-linux-x64": "1.5.4"
15
15
  }
16
16
  }