@fuel-ts/account 0.94.7 → 0.94.8
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/index.global.js +1 -1
- package/dist/index.global.js.map +1 -1
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils.global.js +51 -2922
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +1 -7
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +1 -7
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -17
package/dist/index.global.js
CHANGED
@@ -28922,7 +28922,7 @@ spurious results.`);
|
|
28922
28922
|
return {
|
28923
28923
|
FORC: "0.64.0",
|
28924
28924
|
FUEL_CORE: "0.36.0",
|
28925
|
-
FUELS: "0.94.
|
28925
|
+
FUELS: "0.94.8"
|
28926
28926
|
};
|
28927
28927
|
}
|
28928
28928
|
function parseVersion(version) {
|