Bump 3box from 1.17.1 to 1.19.1
Bumps 3box from 1.17.1 to 1.19.1.
Release notes
Sourced from 3box's releases.
3Box v1.19.0
Release Notes
v1.19.0 - 2020-05-12
- chore: upgrade did-jwt and did resolver libraries
Changelog
Sourced from 3box's changelog.
Release Notes
v1.22.0 - 2020-09-14
- chore: upgrade [email protected]
- fix: logout, clean up prior login state
- chore: deprecate isLoggedIn, simply call auth, will return existing user if available
- fix: another datastore path, resolves "key not found error"
v1.21.0 - 2020-08-06
- feat: shared ipfs and orbitdb iframe cache for faster auth/openbox and syncs
- fix: ledger support
v1.20.3 - 2020-07-13
This release upgrades ipfs to 0.46.0, adds a fix that may allow some older accounts to be loaded/synced again, and downgrades libp2p-pubsub as temporary fix for connect/gossipsub errors.
- fix: timeout adress links which dont resolve ipfs.dag.get
- chore: up ipfs 0.46.0
- fix: downgrade libp2p-pubsub, 0.4.7 throwing error
v1.20.2 - 2020-07-09
Fixes getting verified accounts (getVerifiedAccounts)
- fix: pass correct ipfs mock to resolve did
v1.20.1 - 2020-06-23
- fix: bump libp2p-pubsub
v1.20.0 - 2020-06-15
This release brings new IPFS features/performance in 0.44.0, and decreases bundled size by 1mb. Based on feedback from our first 3ID-Connect release, this brings a new more lightweight version and refactor. With these changes you need to pass a provider (as before) when creating or authenticating. The function get3idConnectProvider() is no longer available, when passing a provider we create a 3ID-Connect provider in the background. The recommended way to initialize a session is now as follows.
// On page load create const box = await Box.create() // Later authenticate user const spaces = ['myDapp'] await box.auth(spaces, { address: '0x12345abcde', provider: ethProvider })
- feat: default to 3ID-Connect, pass an eth provider and 3id-connect will be created in background
- feat: supported function for browser feature support detection
- ref: pass a provider at box.auth instead of Box.create, so create can be called on page load.
- chore: upgrade to ipfs 0.44.0, libp2p-webrtc
- feat: ghostpinbot pass address
- ref: link address on auth
v1.19.0 - 2020-05-12
- chore: upgrade did-jwt and did resolver libraries
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)