koffi 0.9.44 → 0.9.45

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/README.md CHANGED
@@ -269,7 +269,7 @@ For example, if you want to run the tests on Debian ARM64, run the following com
269
269
 
270
270
  ```sh
271
271
  cd luigi/koffi/qemu/
272
- wget -q -O- https://koromix.dev/files/machines/emu_debian_arm64.tar.zst | zstd -d | tar xv
272
+ wget -q -O- https://koromix.dev/files/machines/qemu_debian_arm64.tar.zst | zstd -d | tar xv
273
273
  sha256sum -c --ignore-missing registry/sha256sum.txt
274
274
  ```
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "0.9.44",
3
+ "version": "0.9.45",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",