@ot-builder/io-bin-font 1.7.3 → 1.7.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/lib/config.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookupWriteTrick = exports.createConfig = void 0;
3
+ exports.LookupWriteTrick = void 0;
4
+ exports.createConfig = createConfig;
4
5
  const IoBinEncoding = require("@ot-builder/io-bin-encoding");
5
6
  const IoBinExtPrivate = require("@ot-builder/io-bin-ext-private");
6
7
  const IoBinGlyphStore = require("@ot-builder/io-bin-glyph-store");
@@ -21,7 +22,6 @@ function createConfig(partial) {
21
22
  generateDummyDigitalSignature: !!partial.generateDummyDigitalSignature
22
23
  };
23
24
  }
24
- exports.createConfig = createConfig;
25
25
  var io_bin_layout_1 = require("@ot-builder/io-bin-layout");
26
26
  Object.defineProperty(exports, "LookupWriteTrick", { enumerable: true, get: function () { return io_bin_layout_1.LookupWriteTrick; } });
27
27
  //# sourceMappingURL=config.js.map
package/lib/read.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.readFont = void 0;
3
+ exports.readFont = readFont;
4
4
  const io_bin_encoding_1 = require("@ot-builder/io-bin-encoding");
5
5
  const io_bin_ext_private_1 = require("@ot-builder/io-bin-ext-private");
6
6
  const io_bin_glyph_store_1 = require("@ot-builder/io-bin-glyph-store");
@@ -45,7 +45,6 @@ function readFont(sfnt, gsf, partialConfig = {}) {
45
45
  ...otVttPrivate
46
46
  };
47
47
  }
48
- exports.readFont = readFont;
49
48
  function nameGlyphs(md, gOrd, cffGlyphNaming, encoding, cfg) {
50
49
  const namingSource = {
51
50
  post: md.postGlyphNaming ? new PostGlyphNamingWrapper(md.postGlyphNaming, gOrd) : null,
package/lib/write.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.writeFont = void 0;
3
+ exports.writeFont = writeFont;
4
4
  const io_bin_encoding_1 = require("@ot-builder/io-bin-encoding");
5
5
  const io_bin_ext_private_1 = require("@ot-builder/io-bin-ext-private");
6
6
  const io_bin_glyph_store_1 = require("@ot-builder/io-bin-glyph-store");
@@ -70,5 +70,4 @@ function writeFont(font, partialConfig = {}) {
70
70
  }
71
71
  return sfnt;
72
72
  }
73
- exports.writeFont = writeFont;
74
73
  //# sourceMappingURL=write.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/io-bin-font",
3
- "version": "1.7.3",
3
+ "version": "1.7.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,29 +23,29 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "tslib": "^2.0.0",
27
- "@ot-builder/io-bin-encoding": "1.7.3",
28
- "@ot-builder/io-bin-ext-private": "1.7.3",
29
- "@ot-builder/io-bin-glyph-store": "1.7.3",
30
- "@ot-builder/io-bin-layout": "1.7.3",
31
- "@ot-builder/io-bin-metadata": "1.7.3",
32
- "@ot-builder/io-bin-name": "1.7.3",
33
- "@ot-builder/io-bin-sfnt": "1.7.3",
34
- "@ot-builder/io-bin-vtt-private": "1.7.3",
35
- "@ot-builder/ot": "1.7.3",
36
- "@ot-builder/ot-glyphs": "1.7.3",
37
- "@ot-builder/ot-metadata": "1.7.3",
38
- "@ot-builder/ot-sfnt": "1.7.3",
39
- "@ot-builder/prelude": "1.7.3",
40
- "@ot-builder/ot-encoding": "1.7.3",
41
- "@ot-builder/ot-ext-private": "1.7.3",
42
- "@ot-builder/ot-layout": "1.7.3",
43
- "@ot-builder/ot-name": "1.7.3",
44
- "@ot-builder/ot-vtt-private": "1.7.3",
45
- "@ot-builder/bin-util": "1.7.3"
26
+ "tslib": "^2.8.1",
27
+ "@ot-builder/io-bin-encoding": "1.7.5",
28
+ "@ot-builder/io-bin-ext-private": "1.7.5",
29
+ "@ot-builder/io-bin-glyph-store": "1.7.5",
30
+ "@ot-builder/io-bin-layout": "1.7.5",
31
+ "@ot-builder/io-bin-metadata": "1.7.5",
32
+ "@ot-builder/io-bin-name": "1.7.5",
33
+ "@ot-builder/io-bin-sfnt": "1.7.5",
34
+ "@ot-builder/io-bin-vtt-private": "1.7.5",
35
+ "@ot-builder/ot": "1.7.5",
36
+ "@ot-builder/ot-glyphs": "1.7.5",
37
+ "@ot-builder/ot-metadata": "1.7.5",
38
+ "@ot-builder/ot-sfnt": "1.7.5",
39
+ "@ot-builder/prelude": "1.7.5",
40
+ "@ot-builder/ot-encoding": "1.7.5",
41
+ "@ot-builder/ot-ext-private": "1.7.5",
42
+ "@ot-builder/ot-layout": "1.7.5",
43
+ "@ot-builder/ot-name": "1.7.5",
44
+ "@ot-builder/ot-vtt-private": "1.7.5",
45
+ "@ot-builder/bin-util": "1.7.5"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/jest": "^29.5.5",
49
- "jest": "^29.6.2"
48
+ "@types/jest": "^29.5.14",
49
+ "jest": "^29.7.0"
50
50
  }
51
51
  }