koffi 1.1.0-beta.4 → 1.1.0-beta.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
@@ -223,7 +223,7 @@ while (!WindowShouldClose()) {
223
223
 
224
224
  Koffi exposes three functions to explore type information:
225
225
  - `koffi.sizeof(type)` to get the size of a type
226
- - `koffi.alignon(type)` to get the alignment of a type
226
+ - `koffi.alignof(type)` to get the alignment of a type
227
227
  - `koffi.introspect(type)` to get the definition of a type (only for structs for now)
228
228
 
229
229
  ## C arrays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "1.1.0-beta.4",
3
+ "version": "1.1.0-beta.5",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",