SistemasTecTlaxiaco / WalleTec3.0

MIT License
0 stars 0 forks source link

Bump near-api-js from 0.43.1 to 2.1.0 #40

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps near-api-js from 0.43.1 to 2.1.0.

Release notes

Sourced from near-api-js's releases.

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

  • #935 c740afc8 Thanks @​hcho112! - account.viewFunction now takes a single object argument rather than individual args. Callsites will now need to be updated like so:

    -await account.viewFunction(
    -  'wrap.near',
    -  'storage_balance_of',
    -  { account_id: 'example.near' }
    

... (truncated)

Commits
  • 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
  • c012f77 fix: missing blockHeightTtl in cookbook
  • f5d6b58 feat: inline nonce
  • 55a70c3 fix: drop extension
  • 26c03b9 Update packages/transactions/src/schema.ts
  • e803ef6 feat: remove unused module
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #41.