Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 18:49
30f735f

Major Changes

  • #255 3cbdc6b Thanks @AlexKushnir1! - Implemented GitHub Actions Workflows:

    • Add to the DevTools project
    • Automate package release to npm

    Update:

    • Node.js -> 20.0.0
    • TypeScript -> 5.4.5
    • TSConfig(target) -> ES2022
    • Borsh -> 2.0.0
    • Near-api-js -> 5.1.0

    BREAKING CHANGES:

    • Replaced Yarn + Lerna with pnpm
    • Removed bn.js and near-units → Now using TypeScript’s native BigInt
    • Removed outcome files (/dist) from the repository
    • Borsh update: Now requires an explicit Schema parameter for serialization/deserialization
    • Added changeset package to simplify the release flow
    • Removed rimraf, use fs-extra instead