harfbuzzjs 0.4.12 → 0.4.13

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/config-override.h CHANGED
@@ -9,3 +9,4 @@
9
9
  #undef HB_NO_AVAR2
10
10
  #undef HB_NO_CUBIC_GLYF
11
11
  #undef HB_NO_VAR_COMPOSITES
12
+ #define HB_BUFFER_MESSAGE_MORE 1
package/hb-subset.wasm CHANGED
Binary file
package/hb.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harfbuzzjs",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "description": "Minimal version of HarfBuzz for JavaScript use",
5
5
  "main": "index.js",
6
6
  "scripts": {