Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

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)

Bumps [near-api-js](https://github.com/near/near-api-js) from 0.43.1 to 2.1.0.
- [Release notes](https://github.com/near/near-api-js/releases)
- [Commits](https://github.com/near/near-api-js/compare/v0.43.1...near-api-js@2.1.0)

---
updated-dependencies:
- dependency-name: near-api-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 18, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2023

Superseded by #81.

@dependabot dependabot bot closed this Apr 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/near-api-js-2.1.0 branch April 21, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants