@ardrive/turbo-sdk 1.23.4-alpha.1 → 1.23.4
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.
@@ -313886,7 +313886,7 @@ var import_winston = __toESM(require_winston(), 1);
|
|
313886
313886
|
init_dirname();
|
313887
313887
|
init_buffer2();
|
313888
313888
|
init_process2();
|
313889
|
-
var version16 = "1.23.
|
313889
|
+
var version16 = "1.23.4-alpha.2";
|
313890
313890
|
|
313891
313891
|
// src/common/logger.ts
|
313892
313892
|
var TurboWinstonLogger = class _TurboWinstonLogger {
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,mBAAmB,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ardrive/turbo-sdk",
|
3
|
-
"version": "1.23.4
|
3
|
+
"version": "1.23.4",
|
4
4
|
"main": "./lib/cjs/node/index.js",
|
5
5
|
"types": "./lib/types/node/index.d.ts",
|
6
6
|
"module": "./lib/esm/node/index.js",
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"axios": "1.4.0",
|
87
87
|
"axios-retry": "^3.7.0",
|
88
88
|
"bignumber.js": "^9.1.2",
|
89
|
+
"bitcoinjs-lib": "^6.1.7",
|
89
90
|
"bs58": "^5.0.0",
|
90
91
|
"commander": "^12.1.0",
|
91
92
|
"ethers": "^6.12.0",
|