koffi 0.9.39 → 0.9.42

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
@@ -263,13 +263,13 @@ MessageBoxA(null, 'Hello', 'Foobar', MB_ICONINFORMATION);
263
263
 
264
264
  Koffi is tested on multiple architectures using emulated (accelerated when possible) QEMU machines. First, you need to install qemu packages, such as `qemu-system` (or even `qemu-system-gui`) on Ubuntu.
265
265
 
266
- These machines are not included directly in this repository (for license and size reasons), but they are available here: https://koromix.dev/files/koffi/machines/
266
+ These machines are not included directly in this repository (for license and size reasons), but they are available here: https://koromix.dev/files/koffi/
267
267
 
268
268
  For example, if you want to run the tests on Debian ARM64, run the following commands:
269
269
 
270
270
  ```sh
271
271
  cd luigi/koffi/qemu/
272
- wget -q -O- https://koromix.dev/files/koffi/machines/qemu_debian_arm64.tar.zst | zstd -d | tar xv
272
+ wget -q -O- https://koromix.dev/files/koffi/emu_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.39",
3
+ "version": "0.9.42",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "AGPL-3.0",
26
26
  "dependencies": {
27
- "cnoke": "^1.0.4"
27
+ "cnoke": "^1.0.5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "chalk": "^4.1.2",
@@ -48,6 +48,6 @@
48
48
  "LICENSE.txt",
49
49
  "README.md",
50
50
  "CMakeLists.txt",
51
- "qemu/build/0.9.38/*.tar.gz"
51
+ "qemu/build/*/*.tar.gz"
52
52
  ]
53
53
  }