Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Apr 15, 2019
1 parent fe958a9 commit 1715faa
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 71 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
language: node_js
cache: npm
stages:
- check
- test
- cov

node_js:
- '10'

os:
- linux
- osx

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

jobs:
include:
- os: windows
cache: false

- stage: check
script:
- npx aegir commitlint --travis
- npx aegir dep-check
- npm run lint

notifications:
email: false
2 changes: 0 additions & 2 deletions ci/Jenkinsfile

This file was deleted.

37 changes: 27 additions & 10 deletions example/public/bundle.js

Large diffs are not rendered by default.

94 changes: 48 additions & 46 deletions example/public/service-worker-bundle.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,31 @@
},
"homepage": "https://github.com/ipfs-shipyard/service-worker-gateway#readme",
"dependencies": {
"async": "^2.6.1",
"cids": "~0.5.7",
"async": "^2.6.2",
"cids": "~0.6.0",
"debug": "^4.1.1",
"file-type": "^10.5.0",
"filesize": "^3.6.1",
"idb-keyval": "^3.0.5",
"ipfs": "0.34.0",
"file-type": "^10.11.0",
"filesize": "^4.1.2",
"idb-keyval": "^3.2.0",
"ipfs": "0.35.0",
"ipfs-http-response": "~0.2.2",
"ipfs-postmsg-proxy": "^3.1.1",
"ipfs-unixfs": "~0.1.16",
"mime-types": "^2.1.21",
"mime-types": "^2.1.22",
"multihashes": "~0.4.14",
"promisify-es6": "^1.0.3",
"pull-stream": "^3.6.9",
"readable-stream": "^3.0.6",
"readable-stream": "^3.3.0",
"readable-stream-node-to-web": "^1.0.1",
"stream-to-pull-stream": "^1.7.2"
"stream-to-pull-stream": "^1.7.3"
},
"devDependencies": {
"aegir": "^18.0.3",
"aegir": "^18.2.2",
"chai": "^4.2.0",
"clear-module": "^3.0.0",
"dirty-chai": "^2.0.1",
"fake-indexeddb": "^2.0.4",
"ipfsd-ctl": "~0.40.3",
"fake-indexeddb": "^2.1.0",
"ipfsd-ctl": "~0.42.2",
"service-worker-mock": "^1.12.0"
},
"contributors": [
Expand All @@ -66,4 +66,4 @@
"Vasco Santos <[email protected]>",
"Vasco Santos <[email protected]>"
]
}
}

0 comments on commit 1715faa

Please sign in to comment.