Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nitsujlangston/bitcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-beta.24
Choose a base ref
...
head repository: nitsujlangston/bitcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-beta.25
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 24, 2017

  1. Bumped version.

    Chris Kleeschulte committed Oct 24, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c8f1831 View commit details
Showing with 12 additions and 12 deletions.
  1. +8 −8 package-lock.json
  2. +4 −4 package.json
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "5.0.0-beta.24",
"version": "5.0.0-beta.25",
"description": "A platform to build bitcoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
@@ -37,9 +37,9 @@
},
"dependencies": {
"bitcore-lib": "5.0.0-beta.1",
"bitcore-node": "5.0.0-beta.24",
"insight-api": "5.0.0-beta.24",
"insight-ui": "bitpay/insight#v5.0.0-beta.24"
"bitcore-node": "5.0.0-beta.25",
"insight-api": "5.0.0-beta.25",
"insight-ui": "bitpay/insight#v5.0.0-beta.25"
},
"license": "MIT",
"devDependencies": {