SistemasTecTlaxiaco / WalleTec3.0

MIT License
0 stars 0 forks source link

Bump near-api-js from 0.43.1 to 2.1.1 #41

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps near-api-js from 0.43.1 to 2.1.1.

Release notes

Sourced from near-api-js's releases.

near-api-js@2.1.1

Patch Changes

  • Updated dependencies [d6d53ab1]:
    • @​near-js/providers@​0.0.4
    • @​near-js/accounts@​0.1.1
    • @​near-js/wallet-account@​0.0.4

near-api-js@2.1.0

Minor Changes

Patch Changes

near-api-js@2.0.0

Major Changes

  • #1006 8ee564c0 Thanks @​morgsmccauley! - Make Account.signAndSendTransaction public so transactions can be sent directly from Account instances

  • #1014 8feb1997 Thanks @​esaminu! - Make appKeyPrefix a required arg to WalletConnection constructor

    Users that were doing

    new WalletConnection(near);
    

    will now have to do

    new WalletConnection(near, "undefined");
    

    If they want to access the keys they had potentially accumulated

... (truncated)

Commits
  • 8d76d8a Merge pull request #1112 from near/changeset-release/master
  • 96f2451 chore(release): publish packages
  • 475afa9 Merge pull request #1111 from near/fix/fetch
  • d6d53ab ci: changeset
  • ed68820 fix: dynamically import module with native node dependencies
  • 5b0deb4 Merge pull request #1101 from near/changeset-release/master
  • 6975e95 chore(release): publish packages
  • 273d678 Merge pull request #1097 from near/feat/meta-transactions
  • 71a2472 fix: remove unenforced type constraint
  • 100095b fix: block height data type
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by nearndy, a new releaser for near-api-js since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)