@fuel-ts/account 0.89.1 → 0.89.2
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.
- package/dist/configs.d.ts.map +1 -1
- package/dist/configs.global.js +1 -1
- package/dist/configs.global.js.map +1 -1
- package/dist/configs.js +1 -1
- package/dist/configs.js.map +1 -1
- package/dist/configs.mjs +1 -1
- package/dist/configs.mjs.map +1 -1
- package/dist/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/test-utils.global.js +1 -1
- package/dist/test-utils.global.js.map +1 -1
- package/package.json +15 -15
|
@@ -32434,7 +32434,7 @@ spurious results.`);
|
|
|
32434
32434
|
return {
|
|
32435
32435
|
FORC: "0.60.0",
|
|
32436
32436
|
FUEL_CORE: "0.27.0",
|
|
32437
|
-
FUELS: "0.89.
|
|
32437
|
+
FUELS: "0.89.2"
|
|
32438
32438
|
};
|
|
32439
32439
|
}
|
|
32440
32440
|
function parseVersion(version) {
|