@fuel-ts/account 0.0.0-rc-2021-20240423134551 → 0.0.0-rc-2021-20240423134925
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.
Potentially problematic release.
This version of @fuel-ts/account might be problematic. Click here for more details.
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils.global.js +2 -2
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +5 -5
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +2 -2
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +15 -15
package/dist/test-utils.mjs
CHANGED
@@ -8256,7 +8256,9 @@ var generateTestWallet = async (provider, quantities) => {
|
|
8256
8256
|
};
|
8257
8257
|
|
8258
8258
|
// src/test-utils/launchNode.ts
|
8259
|
+
import { UTXO_ID_LEN as UTXO_ID_LEN3 } from "@fuel-ts/abi-coder";
|
8259
8260
|
import { BaseAssetId as BaseAssetId4 } from "@fuel-ts/address/configs";
|
8261
|
+
import { randomBytes as randomBytes6 } from "@fuel-ts/crypto";
|
8260
8262
|
import { defaultChainConfigs, defaultConsensusKey, hexlify as hexlify18 } from "@fuel-ts/utils";
|
8261
8263
|
import { findBinPath } from "@fuel-ts/utils/cli-utils";
|
8262
8264
|
import { spawn } from "child_process";
|
@@ -8266,8 +8268,6 @@ import os from "os";
|
|
8266
8268
|
import path from "path";
|
8267
8269
|
import { getPortPromise } from "portfinder";
|
8268
8270
|
import treeKill from "tree-kill";
|
8269
|
-
import { randomBytes as randomBytes6 } from "@fuel-ts/crypto";
|
8270
|
-
import { UTXO_ID_LEN as UTXO_ID_LEN3 } from "@fuel-ts/abi-coder";
|
8271
8271
|
var getFlagValueFromArgs = (args, flag) => {
|
8272
8272
|
const flagIndex = args.indexOf(flag);
|
8273
8273
|
if (flagIndex === -1) {
|