@fuel-ts/account 0.0.0-rc-1878-20240321173151 → 0.0.0-rc-1878-20240321180744
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 +0 -1
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/dist/providers/provider.d.ts.map +1 -1
- package/dist/test-utils.global.js +0 -1
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +0 -1
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +0 -1
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.global.js
CHANGED
@@ -41535,7 +41535,6 @@ ${MessageCoinFragmentFragmentDoc}`;
|
|
41535
41535
|
utxoValidation: utxoValidation || false
|
41536
41536
|
});
|
41537
41537
|
const receipts = gqlReceipts.map(processGqlReceipt);
|
41538
|
-
console.log(receipts);
|
41539
41538
|
return {
|
41540
41539
|
receipts
|
41541
41540
|
};
|