@ardrive/turbo-sdk 1.20.0-alpha.2 → 1.20.0-alpha.3
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.
@@ -310551,7 +310551,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
310551
310551
|
init_dirname();
|
310552
310552
|
init_buffer2();
|
310553
310553
|
init_process2();
|
310554
|
-
var version16 = "1.20.0-alpha.
|
310554
|
+
var version16 = "1.20.0-alpha.2";
|
310555
310555
|
|
310556
310556
|
// src/common/logger.ts
|
310557
310557
|
var TurboWinstonLogger = class _TurboWinstonLogger {
|
@@ -315101,7 +315101,7 @@ var ArweaveToken = class {
|
|
315101
315101
|
}
|
315102
315102
|
} = {}) {
|
315103
315103
|
const url = new URL(gatewayUrl);
|
315104
|
-
this.arweave = arweave ?? import_arweave.default
|
315104
|
+
this.arweave = arweave ?? new import_arweave.default({
|
315105
315105
|
host: url.hostname,
|
315106
315106
|
port: url.port,
|
315107
315107
|
protocol: url.protocol.replace(":", "")
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED