koffi 1.1.0-beta.0 → 1.1.0-beta.1

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
@@ -2,6 +2,10 @@
2
2
 
3
3
  - [Introduction](#introduction)
4
4
  - [Get started](#get-started)
5
+ - [Extra features](#extra-features)
6
+ * [Variadic functions](#variadic-functions)
7
+ * [Asynchronous calls](#asynchronous-calls)
8
+ * [Callbacks](#callbacks)
5
9
  - [Benchmarks](#benchmarks)
6
10
  * [atoi results](#atoi-results)
7
11
  * [Raylib results](#raylib-results)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "koffi",
3
- "version": "1.1.0-beta.0",
3
+ "version": "1.1.0-beta.1",
4
4
  "description": "Fast and simple FFI (foreign function interface) for Node.js",
5
5
  "keywords": [
6
6
  "foreign",