@dxos/hypercore 0.3.9 → 0.3.10-main.5c4230b
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.
|
@@ -7555,9 +7555,9 @@ var require_ms = __commonJS({
|
|
|
7555
7555
|
}
|
|
7556
7556
|
});
|
|
7557
7557
|
|
|
7558
|
-
// node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
7558
|
+
// node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js
|
|
7559
7559
|
var require_common = __commonJS({
|
|
7560
|
-
"node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
7560
|
+
"node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js"(exports, module) {
|
|
7561
7561
|
init_inject_globals();
|
|
7562
7562
|
function setup(env) {
|
|
7563
7563
|
createDebug.debug = createDebug;
|
|
@@ -7719,9 +7719,9 @@ var require_common = __commonJS({
|
|
|
7719
7719
|
}
|
|
7720
7720
|
});
|
|
7721
7721
|
|
|
7722
|
-
// node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
7722
|
+
// node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js
|
|
7723
7723
|
var require_browser5 = __commonJS({
|
|
7724
|
-
"node_modules/.pnpm/debug@4.3.4_supports-color@
|
|
7724
|
+
"node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js"(exports, module) {
|
|
7725
7725
|
init_inject_globals();
|
|
7726
7726
|
exports.formatArgs = formatArgs;
|
|
7727
7727
|
exports.save = save;
|
|
@@ -11384,7 +11384,7 @@ import { callbackify } from "@dxos/node-std/util";
|
|
|
11384
11384
|
import { verifySignature } from "@dxos/crypto";
|
|
11385
11385
|
import { invariant } from "@dxos/invariant";
|
|
11386
11386
|
import { arrayToBuffer } from "@dxos/util";
|
|
11387
|
-
var __dxlog_file = "/
|
|
11387
|
+
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/common/hypercore/src/crypto.ts";
|
|
11388
11388
|
var createCodecEncoding = (codec, opts) => ({
|
|
11389
11389
|
encode: (obj) => arrayToBuffer(codec.encode(obj, opts)),
|
|
11390
11390
|
decode: (buffer) => codec.decode(buffer, opts)
|
|
@@ -11464,7 +11464,7 @@ import util from "@dxos/node-std/util";
|
|
|
11464
11464
|
var py = (obj, fn) => util.promisify(fn.bind(obj));
|
|
11465
11465
|
|
|
11466
11466
|
// packages/common/hypercore/src/hypercore-factory.ts
|
|
11467
|
-
var __dxlog_file2 = "/
|
|
11467
|
+
var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/common/hypercore/src/hypercore-factory.ts";
|
|
11468
11468
|
var HypercoreFactory = class {
|
|
11469
11469
|
constructor(_root = createStorage({
|
|
11470
11470
|
type: StorageType.RAM
|