@fuel-ts/account 0.97.1 → 0.97.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/index.global.js +2 -2
- package/dist/index.global.js.map +1 -1
- package/dist/test-utils/launchNode.d.ts +3 -1
- package/dist/test-utils/launchNode.d.ts.map +1 -1
- package/dist/test-utils/test-coin.d.ts +1 -0
- package/dist/test-utils/test-coin.d.ts.map +1 -0
- package/dist/test-utils.global.js +127 -561
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +37 -5
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +37 -5
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.global.js
CHANGED
@@ -14740,9 +14740,9 @@
|
|
14740
14740
|
// ../versions/dist/index.mjs
|
14741
14741
|
function getBuiltinVersions() {
|
14742
14742
|
return {
|
14743
|
-
FORC: "0.66.
|
14743
|
+
FORC: "0.66.5",
|
14744
14744
|
FUEL_CORE: "0.40.1",
|
14745
|
-
FUELS: "0.97.
|
14745
|
+
FUELS: "0.97.2"
|
14746
14746
|
};
|
14747
14747
|
}
|
14748
14748
|
function parseVersion(version) {
|