@fuel-ts/account 0.0.0-rc-1935-20240325113902 → 0.0.0-rc-1936-20240325123930
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/index.global.js +8 -27
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +7 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -12
- package/dist/index.mjs.map +1 -1
- package/dist/providers/transaction-response/getDecodedLogs.d.ts +2 -2
- package/dist/providers/transaction-response/getDecodedLogs.d.ts.map +1 -1
- package/dist/test-utils.global.js +1 -18
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +1 -1
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/test-utils.mjs
CHANGED
@@ -3305,7 +3305,7 @@ var TransactionResponse = class {
|
|
3305
3305
|
};
|
3306
3306
|
|
3307
3307
|
// src/providers/transaction-response/getDecodedLogs.ts
|
3308
|
-
import { BigNumberCoder } from "@fuel-ts/abi-coder";
|
3308
|
+
import { Interface as Interface3, BigNumberCoder } from "@fuel-ts/abi-coder";
|
3309
3309
|
import { ReceiptType as ReceiptType5 } from "@fuel-ts/transactions";
|
3310
3310
|
|
3311
3311
|
// src/providers/utils/auto-retry-fetch.ts
|