@fuel-ts/account 0.0.0-rc-2238-20240514214137 → 0.0.0-rc-2143-20240515070051
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 +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/test-utils/launchNode.d.ts +4 -2
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils.global.js +2343 -117
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +2 -1
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +2 -1
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.global.js
CHANGED
@@ -29472,7 +29472,7 @@ spurious results.`);
|
|
29472
29472
|
return {
|
29473
29473
|
FORC: "0.58.0",
|
29474
29474
|
FUEL_CORE: "0.26.0",
|
29475
|
-
FUELS: "0.
|
29475
|
+
FUELS: "0.86.0"
|
29476
29476
|
};
|
29477
29477
|
}
|
29478
29478
|
function parseVersion(version) {
|