Skip to content

near-api-js@5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 16:41
bc78d21

Major Changes

  • #1353 73690557 Thanks @andy-haynes! - Update to Node.js 20 LTS & pnpm 9.4, modularize packages, simplify dependencies, and update tests

    Breaking Changes

    • near-api-js@5.0.0

      • The following functions are no longer exported:
        • logWarning
        • fetchJson
        • the unnamed wrapped fetch function exported from setup-node-fetch.ts
      • The browser bundle is no longer being built in version 5; for browser support please use modules
    • @near-js/providers@1.0.0

      • The following functions are no longer exported:
        • fetchJson
    • @near-js/utils@1.0.0

      • The following functions are no longer exported:
        • logWarning

Patch Changes

  • Updated dependencies [73690557]:
    • @near-js/accounts@1.3.0
    • @near-js/crypto@1.4.0
    • @near-js/keystores@0.2.0
    • @near-js/keystores-browser@0.2.0
    • @near-js/keystores-node@0.1.0
    • @near-js/providers@1.0.0
    • @near-js/signers@0.2.0
    • @near-js/transactions@1.3.0
    • @near-js/types@0.3.0
    • @near-js/utils@1.0.0
    • @near-js/wallet-account@1.3.0