@ot-builder/io-bin-ext-private 1.7.3 → 1.7.4

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/lib/main/index.js +2 -3
  2. package/package.json +16 -16
package/lib/main/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.writeExtPrivate = exports.readExtPrivate = void 0;
3
+ exports.readExtPrivate = readExtPrivate;
4
+ exports.writeExtPrivate = writeExtPrivate;
4
5
  const bin_util_1 = require("@ot-builder/bin-util");
5
6
  const ot_ext_private_1 = require("@ot-builder/ot-ext-private");
6
7
  const xprv_1 = require("../xprv");
@@ -13,11 +14,9 @@ function readExtPrivate(sfnt, cfg, gOrd, md) {
13
14
  }
14
15
  return result;
15
16
  }
16
- exports.readExtPrivate = readExtPrivate;
17
17
  function writeExtPrivate(out, cfg, OtExtPrivate, gOrd, md) {
18
18
  if (cfg.extPrivate.processExtPrivateTable && OtExtPrivate.xPrv) {
19
19
  out.add(ot_ext_private_1.XPrv.Tag, bin_util_1.Frag.packFrom(xprv_1.WriteXPrv, OtExtPrivate.xPrv, gOrd));
20
20
  }
21
21
  }
22
- exports.writeExtPrivate = writeExtPrivate;
23
22
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ot-builder/io-bin-ext-private",
3
3
  "description": "",
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,22 +24,22 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@ot-builder/bin-util": "1.7.3",
28
- "@ot-builder/errors": "1.7.3",
29
- "@ot-builder/ot-ext-private": "1.7.3",
30
- "@ot-builder/ot-glyphs": "1.7.3",
31
- "@ot-builder/ot-metadata": "1.7.3",
32
- "@ot-builder/prelude": "1.7.3",
33
- "@ot-builder/primitive": "1.7.3",
34
- "@ot-builder/ot-sfnt": "1.7.3",
35
- "@ot-builder/io-bin-sfnt": "1.7.3",
36
- "tslib": "^2.0.0"
27
+ "@ot-builder/bin-util": "1.7.4",
28
+ "@ot-builder/errors": "1.7.4",
29
+ "@ot-builder/ot-ext-private": "1.7.4",
30
+ "@ot-builder/ot-glyphs": "1.7.4",
31
+ "@ot-builder/ot-metadata": "1.7.4",
32
+ "@ot-builder/prelude": "1.7.4",
33
+ "@ot-builder/primitive": "1.7.4",
34
+ "@ot-builder/ot-sfnt": "1.7.4",
35
+ "@ot-builder/io-bin-sfnt": "1.7.4",
36
+ "tslib": "^2.6.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ot-builder/io-bin-glyph-store": "1.7.3",
40
- "@ot-builder/io-bin-metadata": "1.7.3",
41
- "@ot-builder/test-util": "1.7.3",
42
- "@types/jest": "^29.5.5",
43
- "jest": "^29.6.2"
39
+ "@ot-builder/io-bin-glyph-store": "1.7.4",
40
+ "@ot-builder/io-bin-metadata": "1.7.4",
41
+ "@ot-builder/test-util": "1.7.4",
42
+ "@types/jest": "^29.5.12",
43
+ "jest": "^29.7.0"
44
44
  }
45
45
  }