-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use chainsafe fork of napi cli
- Loading branch information
1 parent
2f31a0b
commit 000d743
Showing
6 changed files
with
1,031 additions
and
403 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 |
---|---|---|
|
@@ -44,10 +44,10 @@ | |
"homepage": "https://github.com/ChainSafe/js-libp2p-quic", | ||
"scripts": { | ||
"artifacts": "napi artifacts", | ||
"build": "yarn build:rs:debug && scripts/postbuild.sh && yarn build:ts", | ||
"build:ts": "aegir build", | ||
"build:rs": "napi build --platform --release --dts src/napi.d.ts --js src/napi.js", | ||
"build:rs:debug": "napi build --platform --dts src/napi.d.ts --js src/napi.js", | ||
"build": "yarn build:rs:debug && yarn build:ts", | ||
"build:ts": "aegir build && cp src/*.node dist/src", | ||
"build:rs": "napi build --platform --release -o src --esm --dts napi.d.ts --js napi.js", | ||
"build:rs:debug": "napi build --platform -o src --esm --dts napi.d.ts --js napi.js", | ||
"dep-check": "aegir dep-check -P test -P src/napi.js", | ||
"docs": "aegir docs", | ||
"lint": "aegir lint", | ||
|
@@ -65,9 +65,9 @@ | |
"uint8arraylist": "^2.4.8" | ||
}, | ||
"devDependencies": { | ||
"@chainsafe/napi-rs-cli": "^3.0.0-alpha.63.1", | ||
"@libp2p/interface-compliance-tests": "^6.0.1", | ||
"@libp2p/logger": "^5.0.1", | ||
"@napi-rs/cli": "^2.18.4", | ||
"aegir": "^44.1.1" | ||
}, | ||
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.