bun-memory 1.1.17 → 1.1.18

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,6 +61,7 @@ A `Memory` instance exposes typed helpers for reading and writing process memory
61
61
  scalar and array variants; entries without a pair are scalar-only or array-only.
62
62
 
63
63
  - bool
64
+ - buffer
64
65
  - cString
65
66
  - f32 / f32Array
66
67
  - f64 / f64Array
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "url": "git://github.com/obscuritysrl/bun-memory.git"
23
23
  },
24
24
  "type": "module",
25
- "version": "1.1.17",
25
+ "version": "1.1.18",
26
26
  "main": "./index.ts",
27
27
  "keywords": [
28
28
  "bun",