harfbuzzjs 0.4.0 → 0.4.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.
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "cSpell.words": [
3
3
  "dfuncs",
4
- "DONT"
4
+ "DONT",
5
+ "hbjs"
5
6
  ]
6
7
  }
package/hb-subset.symbols CHANGED
@@ -18,6 +18,7 @@ _hb_subset_input_destroy
18
18
  _hb_subset_input_get_flags
19
19
  _hb_subset_input_get_user_data
20
20
  _hb_subset_input_glyph_set
21
+ _hb_subset_input_pin_all_axes_to_default
21
22
  _hb_subset_input_pin_axis_location
22
23
  _hb_subset_input_pin_axis_to_default
23
24
  _hb_subset_input_reference
package/hb.js CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- var Module = (() => {
2
+ var EmscriptenCode = (() => {
3
3
  var _scriptName = typeof document != 'undefined' ? document.currentScript?.src : undefined;
4
4
  if (typeof __filename != 'undefined') _scriptName = _scriptName || __filename;
5
5
  return (
@@ -14,6 +14,6 @@ var Module=moduleArg;var readyPromiseResolve,readyPromiseReject;var readyPromise
14
14
  );
15
15
  })();
16
16
  if (typeof exports === 'object' && typeof module === 'object')
17
- module.exports = Module;
17
+ module.exports = EmscriptenCode;
18
18
  else if (typeof define === 'function' && define['amd'])
19
- define([], () => Module);
19
+ define([], () => EmscriptenCode);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "harfbuzzjs",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Minimal version of HarfBuzz for JavaScript use",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/hb-subset.wasm DELETED
Binary file