Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
chore: update deps (#147)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses new majors of multiaddr and mafmt
  • Loading branch information
achingbrain committed Jul 7, 2021
1 parent 23e4fde commit b3e315a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .aegir.js
Expand Up @@ -2,6 +2,7 @@ module.exports = {
build: {
config: {
platform: 'node'
}
},
bundlesizeMax: '44KB'
}
}
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
- run: npx aegir dep-check -- -i wrtc -i electron-webrtc
- run: npx aegir dep-check
- run: npm run build
test-node:
needs: check
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
"lint": "aegir ts -p check && aegir lint",
"build": "aegir build",
"test": "aegir test -t node",
"test:node": "aegir test -t node",
Expand Down Expand Up @@ -43,18 +43,18 @@
"@types/debug": "^4.1.5",
"aegir": "^33.2.0",
"it-pipe": "^1.1.0",
"libp2p-interfaces": "^0.11.0",
"sinon": "^10.0.1",
"streaming-iterables": "^5.0.2"
"libp2p-interfaces": "^0.12.0",
"sinon": "^11.1.1",
"streaming-iterables": "^6.0.0"
},
"dependencies": {
"abortable-iterator": "^3.0.0",
"class-is": "^1.1.0",
"debug": "^4.3.1",
"err-code": "^3.0.1",
"libp2p-utils": "^0.3.0",
"mafmt": "^9.0.0",
"multiaddr": "^9.0.1",
"libp2p-utils": "^0.4.0",
"mafmt": "^10.0.0",
"multiaddr": "^10.0.0",
"stream-to-it": "^0.2.2"
},
"contributors": [
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.json
@@ -1,14 +1,9 @@
{
"extends": "aegir/src/config/tsconfig.aegir.json",
"compilerOptions": {
"outDir": "dist",
"baseUrl": "./",
"paths": {
"*": ["./types/*"]
}
"outDir": "dist"
},
"include": [
"types",
"src"
]
}

0 comments on commit b3e315a

Please sign in to comment.