@dxos/hypercore 0.3.8-next.a5a9bfc → 0.3.8
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.
|
@@ -7643,7 +7643,7 @@ var require_browser5 = __commonJS({
|
|
|
7643
7643
|
exports.load = load;
|
|
7644
7644
|
exports.useColors = useColors;
|
|
7645
7645
|
exports.storage = localstorage();
|
|
7646
|
-
exports.destroy = (() => {
|
|
7646
|
+
exports.destroy = /* @__PURE__ */ (() => {
|
|
7647
7647
|
let warned = false;
|
|
7648
7648
|
return () => {
|
|
7649
7649
|
if (!warned) {
|
|
@@ -11289,7 +11289,7 @@ import { callbackify } from "@dxos/node-std/util";
|
|
|
11289
11289
|
import { verifySignature } from "@dxos/crypto";
|
|
11290
11290
|
import { invariant } from "@dxos/invariant";
|
|
11291
11291
|
import { arrayToBuffer } from "@dxos/util";
|
|
11292
|
-
var __dxlog_file = "/home/
|
|
11292
|
+
var __dxlog_file = "/home/circleci/project/packages/common/hypercore/src/crypto.ts";
|
|
11293
11293
|
var createCodecEncoding = (codec, opts) => ({
|
|
11294
11294
|
encode: (obj) => arrayToBuffer(codec.encode(obj, opts)),
|
|
11295
11295
|
decode: (buffer) => codec.decode(buffer, opts)
|
|
@@ -11366,7 +11366,7 @@ import util from "@dxos/node-std/util";
|
|
|
11366
11366
|
var py = (obj, fn) => util.promisify(fn.bind(obj));
|
|
11367
11367
|
|
|
11368
11368
|
// packages/common/hypercore/src/hypercore-factory.ts
|
|
11369
|
-
var __dxlog_file2 = "/home/
|
|
11369
|
+
var __dxlog_file2 = "/home/circleci/project/packages/common/hypercore/src/hypercore-factory.ts";
|
|
11370
11370
|
var HypercoreFactory = class {
|
|
11371
11371
|
constructor(_root = createStorage({
|
|
11372
11372
|
type: StorageType.RAM
|