@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.
@@ -14740,9 +14740,9 @@
14740
14740
  // ../versions/dist/index.mjs
14741
14741
  function getBuiltinVersions() {
14742
14742
  return {
14743
- FORC: "0.66.4",
14743
+ FORC: "0.66.5",
14744
14744
  FUEL_CORE: "0.40.1",
14745
- FUELS: "0.97.1"
14745
+ FUELS: "0.97.2"
14746
14746
  };
14747
14747
  }
14748
14748
  function parseVersion(version) {