aurora-is-near / rainbow-bridge-frontend

🌈 Send ERC20 tokens from Ethereum to NEAR
https://rainbowbridge.app
69 stars 31 forks source link

build(deps): bump near-api-js from 0.43.1 to 0.45.1 #397

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps near-api-js from 0.43.1 to 0.45.1.

Release notes

Sourced from near-api-js's releases.

v0.45.1

Highlights:

  • Patch for JSVM feature

Commits

  • Merge pull request #874 from near/hotfix/jsvm-support 9e737e32
  • fix: stringified object args for js contract f83ad4bf
  • fix: encode argument format c0ffcc97
  • fix: update viewFucntion method name for js contract c0c7f305
  • fix: cleanup 959496a4
  • feat: view function update for near js sdk db0fe8a8
  • fix: add jsvm accountId to connection object 46e79731

https://github.com/near/near-api-js/compare/v0.45.0...v0.45.1

v0.45.0

Highlights

  • Support for Near JS SDK
  • Method to bypass 2fa with fak
  • State cleanup on disable multisig

Commits

  • Merge pull request #870 from near/WAL-338-abstractions-if-using-js-sdk c158218e
  • fix: argument duplicate 02603478
  • fix: typo 0a17a04c
  • feat: support for custom jsvmAccountId 15f18735
  • chore: instruction updates b6918e8d
  • feat: initial pass at supporting JS contract 58396df6
  • Merge pull request #808 from AhaLabs/fix/make_stale_bot_wait_longer 6f83d39f
  • Merge pull request #834 from near/dependabot/npm_and_yarn/examples/cookbook/node-fetch-2.6.7 55a11dad
  • build(deps): bump node-fetch from 2.6.6 to 2.6.7 in /examples/cookbook b5cb148e
  • Merge pull request #826 from near/dependabot/npm_and_yarn/minimist-1.2.6 af6dd630
  • Merge pull request #825 from lebedev/patch-1 9f7a2a7d
  • Merge pull request #823 from near/feat-disable-2fa-with-fak da1194c2
  • refactor: remove optional chaining f661ae48
  • Merge pull request #802 from near/contract-deploy-validate-existing-state 41638074
  • refactor: disableActions retrieval ordering and error throwing 3c78e651
  • refactor: format ternary 329492cd
  • refactor: remove reimplimented code 037dde4f
  • feat: add method to bypass 2fa with fak 7071651b
  • refactor: remove optional chaining 1ebbbe22
  • fix: return invalid_code on method_not_found 34a492ff
  • refactor: remove point free style from 'this' method fedd3d58
  • refactor: combine checkMultisigStateStatus into checkMultisigCodeAndStateStatus 3df552af
  • Bump minimist from 1.2.5 to 1.2.6 f4332d9c
  • feat: add checkMultisigCodeAndStateStatus ae5e8a5d
  • Fix broken link in README c29990ab
  • fix: update multisig errors and fix gas issues 249a1ba0
  • refactor: inline contractHasExistingStateError 6d57d90c
  • refactor: format switch statement 394a41ea

... (truncated)

Commits
  • 4d579fa v0.45.1
  • 9e737e3 Merge pull request #874 from near/hotfix/jsvm-support
  • f83ad4b fix: stringified object args for js contract
  • c0ffcc9 fix: encode argument format
  • c0c7f30 fix: update viewFucntion method name for js contract
  • 959496a fix: cleanup
  • db0fe8a feat: view function update for near js sdk
  • 46e7973 fix: add jsvm accountId to connection object
  • 2530e4d v0.45.0
  • c158218 Merge pull request #870 from near/WAL-338-abstractions-if-using-js-sdk
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutsyphilip, 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 2 years ago

Superseded by #404.