@bfchain/bnrtc2-buffer
Advanced tools
Comparing version 0.0.1-alpha.4 to 0.0.1-alpha.5
@@ -0,1 +1,2 @@ | ||
import "@bfchain/bnrtc2-buffer-typings"; | ||
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer { | ||
@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Bnrtc2Buffer = void 0; | ||
require("@bfchain/bnrtc2-buffer-typings"); | ||
const util_encoding_utf8_1 = require("@bfchain/util-encoding-utf8"); | ||
@@ -5,0 +6,0 @@ function nextpow2(n) { |
@@ -0,1 +1,2 @@ | ||
import "@bfchain/bnrtc2-buffer-typings"; | ||
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer { | ||
@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE; |
@@ -0,1 +1,2 @@ | ||
import "@bfchain/bnrtc2-buffer-typings"; | ||
import { encodeUTF8ToBinary, decodeBinaryToUTF8 } from "@bfchain/util-encoding-utf8"; | ||
@@ -2,0 +3,0 @@ function nextpow2(n) { |
@@ -0,1 +1,2 @@ | ||
import "@bfchain/bnrtc2-buffer-typings"; | ||
export declare class Bnrtc2Buffer implements Bnrtc2.Bnrtc2Buffer { | ||
@@ -2,0 +3,0 @@ private static HEAD_RESERVE_SIZE; |
@@ -0,1 +1,2 @@ | ||
import "@bfchain/bnrtc2-buffer-typings"; | ||
import { encodeUTF8ToBinary, decodeBinaryToUTF8 } from "@bfchain/util-encoding-utf8"; | ||
@@ -2,0 +3,0 @@ function nextpow2(n) { |
{ | ||
"name": "@bfchain/bnrtc2-buffer", | ||
"version": "0.0.1-alpha.4", | ||
"version": "0.0.1-alpha.5", | ||
"main": "cjs/index.js", | ||
@@ -9,5 +9,5 @@ "type": "cjs/index.d.ts", | ||
"dependencies": { | ||
"@bfchain/bnrtc2-buffer-typings": "^0.0.1-alpha.4", | ||
"@bfchain/bnrtc2-buffer-typings": "^0.0.1-alpha.5", | ||
"@bfchain/util-encoding-utf8": "^0.0.1-alpha.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29690
809