@ot-builder/cli-proc 1.7.4 → 1.7.6

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.
@@ -23,8 +23,10 @@ function* scanPlaneDiceZones(dn, d, carry, zones) {
23
23
  break;
24
24
  }
25
25
  }
26
- if (shouldInclude)
27
- stops.add(zone[d][0]), stops.add(zone[d][1]);
26
+ if (shouldInclude) {
27
+ stops.add(zone[d][0]);
28
+ stops.add(zone[d][1]);
29
+ }
28
30
  }
29
31
  const sortedStops = Array.from(stops).sort(asc);
30
32
  for (let s = 1; s < sortedStops.length; s++) {
@@ -22,6 +22,6 @@ export declare class GsubGposMerger<L extends Ot.GsubGpos.LookupProp> implements
22
22
  private fordLess;
23
23
  featureVariationCollection: Map<string, Ot.GsubGpos.FeatureVariationT<L>>;
24
24
  getFeatureHash(feature: Ot.GsubGpos.FeatureT<L>): string;
25
- getFeatureVariations(): Generator<Ot.GsubGpos.GeneralGsubGpos.FeatureVariationT<Ot.Var.Dim, Ot.Glyph, Ot.Var.Value, L>, void, undefined>;
25
+ getFeatureVariations(): Generator<Ot.GsubGpos.GeneralGsubGpos.FeatureVariationT<Ot.Var.Dim, Ot.Glyph, Ot.Var.Value, L>, void, unknown>;
26
26
  }
27
27
  //# sourceMappingURL=gsub-gpos-merger.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-proc",
3
- "version": "1.7.4",
3
+ "version": "1.7.6",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,17 +23,17 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "tslib": "^2.6.3",
27
- "@ot-builder/io-bin-font": "1.7.4",
28
- "@ot-builder/primitive": "1.7.4",
29
- "@ot-builder/common-impl": "1.7.4",
30
- "@ot-builder/rectify": "1.7.4",
31
- "@ot-builder/trace": "1.7.4",
32
- "@ot-builder/prelude": "1.7.4",
33
- "@ot-builder/ot": "1.7.4"
26
+ "tslib": "^2.8.1",
27
+ "@ot-builder/io-bin-font": "1.7.6",
28
+ "@ot-builder/primitive": "1.7.6",
29
+ "@ot-builder/common-impl": "1.7.5",
30
+ "@ot-builder/rectify": "1.7.6",
31
+ "@ot-builder/trace": "1.7.6",
32
+ "@ot-builder/prelude": "1.7.5",
33
+ "@ot-builder/ot": "1.7.6"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/jest": "^29.5.12",
36
+ "@types/jest": "^29.5.14",
37
37
  "jest": "^29.7.0"
38
38
  }
39
39
  }