@ardrive/turbo-sdk 1.23.2 → 1.23.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.
@@ -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.2-alpha.1";
313889
+ var version16 = "1.23.2";
313890
313890
 
313891
313891
  // src/common/logger.ts
313892
313892
  var TurboWinstonLogger = class _TurboWinstonLogger {
@@ -318284,7 +318284,7 @@ var ArweaveToken = class {
318284
318284
  this.logger.debug("Posted transaction...", { tx });
318285
318285
  }
318286
318286
  };
318287
- var WinstonToTokenAmount = (winston2) => winston2;
318287
+ var WinstonToTokenAmount = (winston) => winston;
318288
318288
  var ARToTokenAmount = (ar) => new BigNumber5(ar).times(1e12).valueOf();
318289
318289
 
318290
318290
  // src/common/token/baseEth.ts
@@ -318299,7 +318299,7 @@ init_process2();
318299
318299
  var turboCliTags = [
318300
318300
  { name: "App-Name", value: "Turbo-CLI" },
318301
318301
  { name: "App-Version", value: version16 },
318302
- { name: "App-Platform", value: process.platform }
318302
+ { name: "App-Platform", value: process?.platform }
318303
318303
  ];
318304
318304
  var defaultProdGatewayUrls = {
318305
318305
  arweave: "https://arweave.net",
@@ -341842,7 +341842,7 @@ var import_encoding2 = __toESM(require_build(), 1);
341842
341842
  function hasKyveTxResponse(response) {
341843
341843
  return response.tx_response !== void 0;
341844
341844
  }
341845
- var ukyveToTokenAmount = (winston2) => winston2;
341845
+ var ukyveToTokenAmount = (winston) => winston;
341846
341846
  var KYVEToTokenAmount = (sol) => new BigNumber5(sol).times(1e6).valueOf();
341847
341847
  var KyveToken = class {
341848
341848
  constructor({
@@ -352515,7 +352515,7 @@ var VoteAccountLayout = BufferLayout.struct([
352515
352515
  // src/common/token/solana.ts
352516
352516
  var import_bs583 = __toESM(require_bs584(), 1);
352517
352517
  init_buffer();
352518
- var lamportToTokenAmount = (winston2) => winston2;
352518
+ var lamportToTokenAmount = (winston) => winston;
352519
352519
  var SOLToTokenAmount = (sol) => new BigNumber5(sol).times(1e9).valueOf();
352520
352520
  var SolanaToken = class {
352521
352521
  constructor({
@@ -5,7 +5,7 @@ const version_js_1 = require("../version.js");
5
5
  exports.turboCliTags = [
6
6
  { name: 'App-Name', value: 'Turbo-CLI' },
7
7
  { name: 'App-Version', value: version_js_1.version },
8
- { name: 'App-Platform', value: process.platform },
8
+ { name: 'App-Platform', value: process?.platform },
9
9
  ];
10
10
  exports.wincPerCredit = 1_000_000_000_000;
11
11
  exports.defaultProdGatewayUrls = {
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '1.23.2';
20
+ exports.version = '1.23.3';
@@ -2,7 +2,7 @@ import { version } from '../version.js';
2
2
  export const turboCliTags = [
3
3
  { name: 'App-Name', value: 'Turbo-CLI' },
4
4
  { name: 'App-Version', value: version },
5
- { name: 'App-Platform', value: process.platform },
5
+ { name: 'App-Platform', value: process?.platform },
6
6
  ];
7
7
  export const wincPerCredit = 1_000_000_000_000;
8
8
  export const defaultProdGatewayUrls = {
@@ -13,7 +13,7 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import { createLogger, format, transports } from 'winston';
16
+ import { createLogger, format, transports, } from 'winston';
17
17
  import { version } from '../version.js';
18
18
  export class TurboWinstonLogger {
19
19
  constructor({ level = 'info', logFormat = 'simple', } = {}) {
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '1.23.2';
17
+ export const version = '1.23.3';
@@ -13,10 +13,10 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- import winston from 'winston';
16
+ import { Logger as WinstonLogger } from 'winston';
17
17
  import { TurboLogger } from '../types.js';
18
18
  export declare class TurboWinstonLogger implements TurboLogger {
19
- protected logger: winston.Logger | Console;
19
+ protected logger: WinstonLogger | Console;
20
20
  private silent;
21
21
  static default: TurboWinstonLogger;
22
22
  constructor({ level, logFormat, }?: {
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/common/logger.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,OAA6C,MAAM,SAAS,CAAC;AAEpE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG1C,qBAAa,kBAAmB,YAAW,WAAW;IACpD,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC;IAC3C,OAAO,CAAC,MAAM,CAAS;IAEvB,MAAM,CAAC,OAAO,qBAA4B;gBAE9B,EACV,KAAc,EACd,SAAoB,GACrB,GAAE;QACD,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;QACxD,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;KACtC;IAwBN,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMxC,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMxC,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMzC,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMzC,WAAW,CAAC,KAAK,EAAE,MAAM;IAWzB,YAAY,CAAC,SAAS,EAAE,MAAM;CAK/B"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/common/logger.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,OAAO,EACL,MAAM,IAAI,aAAa,EAIxB,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAG1C,qBAAa,kBAAmB,YAAW,WAAW;IACpD,SAAS,CAAC,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC;IAC1C,OAAO,CAAC,MAAM,CAAS;IAEvB,MAAM,CAAC,OAAO,qBAA4B;gBAE9B,EACV,KAAc,EACd,SAAoB,GACrB,GAAE;QACD,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;QACxD,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,SAAS,CAAC;KACtC;IAwBN,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMxC,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMxC,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMzC,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,OAAO,EAAE;IAMzC,WAAW,CAAC,KAAK,EAAE,MAAM;IAWzB,YAAY,CAAC,SAAS,EAAE,MAAM;CAK/B"}
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "1.23.2-alpha.1";
16
+ export declare const version = "1.23.2";
17
17
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,mBAAmB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,WAAW,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.23.2",
3
+ "version": "1.23.3",
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",