@ot-builder/bin-util
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import { int16, int32, int8, uint16, uint32, uint8 } from "./primitive-types"; | ||
| import { type int8, type int16, type int32, type uint8, type uint16, type uint32 } from "./primitive-types"; | ||
| export declare class BufferWriter { | ||
@@ -3,0 +3,0 @@ protected _capacity: number; |
@@ -1,3 +0,3 @@ | ||
| import { Data } from "@ot-builder/prelude"; | ||
| import { Sized } from "./binary-view"; | ||
| import type { Data } from "@ot-builder/prelude"; | ||
| import type { Sized } from "./binary-view"; | ||
| export interface Write<T, A extends unknown[] = []> { | ||
@@ -4,0 +4,0 @@ write(target: Frag, t: T, ...args: A): void; |
@@ -6,4 +6,5 @@ "use strict"; | ||
| exports.WriteOpt = WriteOpt; | ||
| const Crypto = require("crypto"); | ||
| const ImpLib = require("@ot-builder/common-impl"); | ||
| const tslib_1 = require("tslib"); | ||
| const Crypto = tslib_1.__importStar(require("node:crypto")); | ||
| const ImpLib = tslib_1.__importStar(require("@ot-builder/common-impl")); | ||
| const errors_1 = require("@ot-builder/errors"); | ||
@@ -10,0 +11,0 @@ const buffer_writer_1 = require("./buffer-writer"); |
+4
-4
| { | ||
| "name": "@ot-builder/bin-util", | ||
| "description": "", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/errors": "1.7.7", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/common-impl": "1.7.7", | ||
| "@ot-builder/errors": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "@ot-builder/common-impl": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -32,0 +32,0 @@ }, |
27191
0.45%795
0.13%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated