-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update deps and remove protons
- Loading branch information
1 parent
12626e8
commit aec5b0f
Showing
9 changed files
with
2,457 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ts/message/rpc* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,12 @@ | |
"types": "src/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint --ext .ts ts", | ||
"release": "aegir release", | ||
"prebuild": "tsc", | ||
"build": "aegir build", | ||
"release": "aegir release --no-types", | ||
"prebuild": "tsc && cp -R ts/message src", | ||
"build": "npm run build:proto && npm run build:proto-types && npm run build:types", | ||
"build:proto": "pbjs -t static-module --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o ts/message/rpc.js ./ts/message/rpc.proto", | ||
"build:proto-types": "pbts -o ts/message/rpc.d.ts ts/message/rpc.js", | ||
"build:types": "aegir build --no-types", | ||
"pretest": "tsc", | ||
"test": "aegir test", | ||
"test:node": "aegir test --target node", | ||
|
@@ -40,22 +43,22 @@ | |
"denque": "^1.4.1", | ||
"err-code": "^2.0.0", | ||
"it-pipe": "^1.0.1", | ||
"libp2p-interfaces": "^0.8.0", | ||
"libp2p-interfaces": "libp2p/js-libp2p-interfaces#chore/update-pubsub-interface", | ||
"peer-id": "^0.14.0", | ||
"protons": "^2.0.0", | ||
"protobufjs": "^6.10.2", | ||
"time-cache": "^0.3.0", | ||
"uint8arrays": "^1.1.0" | ||
"uint8arrays": "^2.1.4" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.3", | ||
"@types/mocha": "^7.0.2", | ||
"@types/mocha": "^8.2.2", | ||
"@typescript-eslint/eslint-plugin": "^3.0.2", | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"aegir": "^28.0.0", | ||
"aegir": "^33.0.0", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.2.0", | ||
"chai-spies": "^1.0.0", | ||
"delay": "^4.3.0", | ||
"delay": "^5.0.0", | ||
"detect-node": "^2.0.4", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^7.1.0", | ||
|
@@ -98,4 +101,4 @@ | |
"Patrick Michot <[email protected]>", | ||
"Hugo Dias <[email protected]>" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.