@ot-builder/primitive
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { BinaryView, Frag, Ranged, Read, Sized, Write } from "@ot-builder/bin-util"; | ||
| import type { BinaryView, Frag, Ranged, Read, Sized, Write } from "@ot-builder/bin-util"; | ||
| export declare class Fixed implements Sized, Read<number, []>, Write<number, []>, Ranged { | ||
@@ -3,0 +3,0 @@ private readonly signed; |
+1
-1
@@ -0,3 +1,3 @@ | ||
| export * from "./fixed"; | ||
| export * from "./tag"; | ||
| export * from "./fixed"; | ||
| //# sourceMappingURL=index.d.ts.map |
+1
-1
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| const tslib_1 = require("tslib"); | ||
| tslib_1.__exportStar(require("./fixed"), exports); | ||
| tslib_1.__exportStar(require("./tag"), exports); | ||
| tslib_1.__exportStar(require("./fixed"), exports); | ||
| //# sourceMappingURL=index.js.map |
+1
-1
@@ -1,4 +0,4 @@ | ||
| import { Read, Sized, Write } from "@ot-builder/bin-util"; | ||
| import type { Read, Sized, Write } from "@ot-builder/bin-util"; | ||
| export type Tag = string; | ||
| export declare const Tag: Read<Tag, []> & Write<Tag, []> & Sized; | ||
| //# sourceMappingURL=tag.d.ts.map |
+4
-4
@@ -11,6 +11,6 @@ "use strict"; | ||
| const c4 = view.uint8(); | ||
| return (String.fromCodePoint(c1) + | ||
| String.fromCodePoint(c2) + | ||
| String.fromCodePoint(c3) + | ||
| String.fromCodePoint(c4)); | ||
| return (String.fromCodePoint(c1) | ||
| + String.fromCodePoint(c2) | ||
| + String.fromCodePoint(c3) | ||
| + String.fromCodePoint(c4)); | ||
| }, | ||
@@ -17,0 +17,0 @@ write(frag, tag) { |
+4
-4
| { | ||
| "name": "@ot-builder/primitive", | ||
| "description": "", | ||
| "version": "1.7.8", | ||
| "version": "1.8.0", | ||
| "license": "MIT", | ||
@@ -27,5 +27,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@ot-builder/bin-util": "1.7.8", | ||
| "@ot-builder/errors": "1.7.7", | ||
| "@ot-builder/prelude": "1.7.7", | ||
| "@ot-builder/bin-util": "1.8.0", | ||
| "@ot-builder/errors": "1.8.0", | ||
| "@ot-builder/prelude": "1.8.0", | ||
| "tslib": "^2.8.1" | ||
@@ -32,0 +32,0 @@ }, |
6842
0.15%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated