@ot-builder/io-bin-ext-private
Advanced tools
+1
-1
@@ -0,3 +1,3 @@ | ||
| export * from "./cfg"; | ||
| export * from "./main"; | ||
| export * from "./cfg"; | ||
| //# sourceMappingURL=index.d.ts.map |
+1
-1
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const tslib_1 = require("tslib"); | ||
| tslib_1.__exportStar(require("./cfg"), exports); | ||
| tslib_1.__exportStar(require("./main"), exports); | ||
| tslib_1.__exportStar(require("./cfg"), exports); | ||
| //# sourceMappingURL=index.js.map |
@@ -1,10 +0,10 @@ | ||
| import { SfntIoTableSink } from "@ot-builder/io-bin-sfnt"; | ||
| import { OtExtPrivate } from "@ot-builder/ot-ext-private"; | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { OtFontMetadata } from "@ot-builder/ot-metadata"; | ||
| import { Sfnt } from "@ot-builder/ot-sfnt"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { ExtPrivateCfg } from "../cfg"; | ||
| import type { SfntIoTableSink } from "@ot-builder/io-bin-sfnt"; | ||
| import { type OtExtPrivate } from "@ot-builder/ot-ext-private"; | ||
| import type { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import type { OtFontMetadata } from "@ot-builder/ot-metadata"; | ||
| import type { Sfnt } from "@ot-builder/ot-sfnt"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import type { ExtPrivateCfg } from "../cfg"; | ||
| export declare function readExtPrivate(sfnt: Sfnt, cfg: ExtPrivateCfg, gOrd: Data.Order<OtGlyph>, md: OtFontMetadata): OtExtPrivate; | ||
| export declare function writeExtPrivate(out: SfntIoTableSink, cfg: ExtPrivateCfg, OtExtPrivate: OtExtPrivate, gOrd: Data.Order<OtGlyph>, md: OtFontMetadata): void; | ||
| //# sourceMappingURL=index.d.ts.map |
| import { Read, Write } from "@ot-builder/bin-util"; | ||
| import { XPrv } from "@ot-builder/ot-ext-private"; | ||
| import type { XPrv } from "@ot-builder/ot-ext-private"; | ||
| export declare const ReadBlob: Read<XPrv.Blob, []>; | ||
| export declare const WriteBlob: Write<XPrv.Blob, []>; | ||
| //# sourceMappingURL=blob.d.ts.map |
| import { Read, Write } from "@ot-builder/bin-util"; | ||
| import { XPrv } from "@ot-builder/ot-ext-private"; | ||
| import { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import type { OtGlyph } from "@ot-builder/ot-glyphs"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| export declare const ReadXPrv: Read<XPrv.Table, [gOrd: Data.Order<OtGlyph>]>; | ||
| export declare const WriteXPrv: Write<XPrv.Table, [gOrd: Data.Order<OtGlyph>]>; | ||
| //# sourceMappingURL=index.d.ts.map |
+13
-13
| { | ||
| "name": "@ot-builder/io-bin-ext-private", | ||
| "description": "", | ||
| "version": "1.7.9", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -27,17 +27,17 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-util": "1.7.8", | ||
| "@ot-builder/errors": "1.7.7", | ||
| "@ot-builder/ot-ext-private": "1.7.8", | ||
| "@ot-builder/ot-glyphs": "1.7.8", | ||
| "@ot-builder/ot-metadata": "1.7.8", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/primitive": "1.7.8", | ||
| "@ot-builder/ot-sfnt": "1.7.8", | ||
| "@ot-builder/io-bin-sfnt": "1.7.8", | ||
| "@ot-builder/bin-util": "1.8.0", | ||
| "@ot-builder/errors": "1.8.0", | ||
| "@ot-builder/ot-ext-private": "1.8.0", | ||
| "@ot-builder/ot-glyphs": "1.8.0", | ||
| "@ot-builder/ot-metadata": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "@ot-builder/primitive": "1.8.0", | ||
| "@ot-builder/ot-sfnt": "1.8.0", | ||
| "@ot-builder/io-bin-sfnt": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@ot-builder/io-bin-glyph-store": "1.8.0", | ||
| "@ot-builder/io-bin-metadata": "1.7.8", | ||
| "@ot-builder/test-util": "1.7.8", | ||
| "@ot-builder/io-bin-glyph-store": "1.9.0", | ||
| "@ot-builder/io-bin-metadata": "1.8.0", | ||
| "@ot-builder/test-util": "1.8.0", | ||
| "@types/jest": "^30.0.0", | ||
@@ -44,0 +44,0 @@ "jest": "^30.2.0" |
7643
0.66%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated
Updated
Updated