versions 0.0.0-pr-3741-20250227150818
Install from the command line:
Learn more about npm packages
$ npm install @FuelLabs/versions@0.0.0-pr-3741-20250227150818
Install via package.json:
"@FuelLabs/versions": "0.0.0-pr-3741-20250227150818"
About this version
@fuel-ts/versions is a sub-module for interacting with Fuel.
It automatically assembles all supported versions of the Fuel toolchain, including:
-
FUELS— comes from/packages/fuels/package.json -
FUEL_CORE— comes from/internal/fuel-core/VERSION -
FORC— comes from/internal/forc/VERSION
There is a prebuild script to ensure that the src/index.ts file never goes outdated.
Aditionally, the library can be used as a CLI tool to help checking/validating user environments.
pnpm add @fuel-ts/versions
# or
npm add @fuel-ts/versionsimport { versions } from "@fuel-ts/versions";
console.log(versions);
// { FUELS: '0.21.2', FUEL_CORE: '0.14.0', FORC: '0.30.0' }$ npx fuels-versions
You have all the right versions! ⚡
┌───────────┬───────────┬─────────────────┐
│ │ Supported │ Yours / System │
├───────────┼───────────┼─────────────────┤
│ Forc │ 0.30.0 │ 0.30.0 │
├───────────┼───────────┼─────────────────┤
│ Fuel-Core │ 0.14.0 │ 0.14.0 │
└───────────┴───────────┴─────────────────┘Alternatively, we recommend you install the complete SDK using the umbrella package:
pnpm add fuels
# or
npm add fuelsIn order to contribute to @fuel-ts/versions, please see the main fuels-ts monorepo.
The @fuel-ts/versions changelog can be found at CHANGELOG.
The primary license for @fuel-ts/versions is Apache 2.0, see LICENSE.
Assets
- versions-0.0.0-pr-3741-20250227150818.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0