Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 46b2004

Browse files
chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2 (#76)
* chore(deps-dev): bump ipfs from 0.52.3 to 0.54.2 Bumps [ipfs](https://github.com/ipfs/js-ipfs) from 0.52.3 to 0.54.2. - [Release notes](https://github.com/ipfs/js-ipfs/releases) - [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.54.2) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: add before install node-pre-gyp Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos <[email protected]>
1 parent c5541ed commit 46b2004

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ os:
1414
- linux
1515
- osx
1616

17+
before_install:
18+
# modules with pre-built binaries may not have deployed versions for bleeding-edge node so this lets us fall back to building from source
19+
- npm install -g node-pre-gyp
20+
1721
script: npx nyc -s npm run test:node -- --bail
1822
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1923

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"aegir": "^30.3.0",
5050
"cids": "^1.0.0",
5151
"get-stream": "^6.0.0",
52-
"ipfs": "^0.52.0",
52+
"ipfs": "^0.54.2",
5353
"ipfsd-ctl": "^7.0.0",
5454
"it-all": "^1.0.1",
5555
"uint8arrays": "^2.0.5"

0 commit comments

Comments
 (0)