koffi 1.0.4 → 1.0.5

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
@@ -22,7 +22,7 @@ After the release of version 1.0, the following features are planned:
22
22
 
23
23
  The following platforms __are officially supported and tested__ at the moment:
24
24
 
25
- Platoform | Architecture | JS to C | C to JS (callback) | Pre-built binary
25
+ Platform | Architecture | JS to C | C to JS (callback) | Pre-built binary
26
26
  --------- | -------------------------------- | -------- | ------------------ | ----------------
27
27
  Windows | x86 (cdecl, stdcall, fastcall) | 🟩 Yes | 🟥 No | 🟩 Yes
28
28
  Windows | x86_64 | 🟩 Yes | 🟥 No | 🟩 Yes
@@ -46,7 +46,7 @@ NetBSD | ARM64 Little Endian | 🟧 Maybe | 🟥 No
46
46
  🟧 May work, but not actively tested
47
47
  🟥 Does not work yet
48
48
 
49
- This is still in development, bugs are to expected. More tests will come in the near future.
49
+ This is still in development, bugs are to be expected. More tests will come in the near future.
50
50
 
51
51
  # Get started
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",