Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit d614190

Browse files
Merge #236
236: Bump comit-sdk from 0.7.0 to 0.7.1 in /new_project/examples/btc_eth r=D4nte a=dependabot-preview[bot] Bumps [comit-sdk](https://github.com/comit-network/comit-js-sdk) from 0.7.0 to 0.7.1. <details> <summary>Release notes</summary> *Sourced from [comit-sdk's releases](https://github.com/comit-network/comit-js-sdk/releases).* > ## Release 0.7.1 > ### Changed > - Improve negotiation protocol to allow maker to identify a taken order by swap id. > > ### Fixed > - Auto-accept introduced with negotiation protocol. </details> <details> <summary>Changelog</summary> *Sourced from [comit-sdk's changelog](https://github.com/comit-network/comit-js-sdk/blob/master/CHANGELOG.md).* > ## [0.7.1] - 2019-11-29 > > ### Changed > - Improve negotiation protocol to allow maker to identify a taken order by swap id. > > ### Fixed > - Auto-accept introduced with negotiation protocol. </details> <details> <summary>Commits</summary> - [`cde6d0d`](comit-network/comit-js-sdk@cde6d0d) Release 0.7.1 - [`25aca26`](comit-network/comit-js-sdk@25aca26) Merge pull request [#66](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/66) from comit-network/negotation-order-id - [`29e4c4f`](comit-network/comit-js-sdk@29e4c4f) Ongoing Swap now returns freshly accepted swaps - [`0b9d49f`](comit-network/comit-js-sdk@0b9d49f) Improve negotiation protocol by allowing swap search by id - [`6b4a842`](comit-network/comit-js-sdk@6b4a842) Make it clear what methods are related to the negotiation protocol - [`563cbff`](comit-network/comit-js-sdk@563cbff) Release 0.7.0 ([#67](https://github-redirect.dependabot.com/comit-network/comit-js-sdk/issues/67)) - See full diff in [compare view](comit-network/comit-js-sdk@0.7.0...0.7.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.7.0&new-version=0.7.1)](https://dependabot.com/compatibility-score.html?dependency-name=comit-sdk&package-manager=npm_and_yarn&previous-version=0.7.0&new-version=0.7.1) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 badge me` will 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 - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents b29f495 + 08b1c9f commit d614190

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "^3.7.2"
2222
},
2323
"dependencies": {
24-
"comit-sdk": "^0.7.0",
24+
"comit-sdk": "^0.7.1",
2525
"dotenv": "^8.2.0",
2626
"moment": "^2.24.0",
2727
"satoshi-bitcoin-ts": "^0.2.4"

new_project/examples/btc_eth/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,10 +1105,10 @@ combined-stream@^1.0.6, combined-stream@~1.0.6:
11051105
dependencies:
11061106
delayed-stream "~1.0.0"
11071107

1108-
comit-sdk@^0.7.0:
1109-
version "0.7.0"
1110-
resolved "https://registry.yarnpkg.com/comit-sdk/-/comit-sdk-0.7.0.tgz#08cef516247e130a4eb310698a372635f584e08e"
1111-
integrity sha512-KTf6H4xJ2cpRh3UwgJFSSE8AGad1cwV6MR8rrYix9Xhr9w600+ShkHMpESk0diIRXdWttRSZkbaBlNXe5fODpg==
1108+
comit-sdk@^0.7.1:
1109+
version "0.7.1"
1110+
resolved "https://registry.yarnpkg.com/comit-sdk/-/comit-sdk-0.7.1.tgz#1853baef36067214868b289d51af2be7aaaa6994"
1111+
integrity sha512-M8j6iUf8G9zf7we0aBXSZQz7dvYuUkSUtEPMxlAWinpW+Ll5vAGsAVGlVC7rDFW+k//wk1XmcnQYGQx7omNPdw==
11121112
dependencies:
11131113
axios "^0.19.0"
11141114
bcoin "https://github.com/bcoin-org/bcoin#2496acc7a98a43f00a7b5728eb256877c1bbf001"

0 commit comments

Comments
 (0)