File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3232 "docs" : " shx rm -rf ./docs && typedoc --gitRevision master --tsconfig ./tsconfig.build.json --out ./docs src"
3333 },
3434 "dependencies" : {},
35+ "optionalDependencies" : {
36+ "@matrixai/exec-darwin-arm64" : " 0.1.0" ,
37+ "@matrixai/exec-darwin-x64" : " 0.1.0" ,
38+ "@matrixai/exec-linux-x64" : " 0.1.0"
39+ },
3540 "devDependencies" : {
3641 "@fast-check/jest" : " ^1.1.0" ,
3742 "@napi-rs/cli" : " ^2.15.2" ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ function requireBinding(targets: Array<string>): Exec {
4343 if ( e . code !== 'MODULE_NOT_FOUND' ) throw e ;
4444 }
4545 }
46- const npmTargets = targets . map ( ( target ) => `@matrixai/quic -${ target } ` ) ;
46+ const npmTargets = targets . map ( ( target ) => `@matrixai/exec -${ target } ` ) ;
4747 for ( const npmTarget of npmTargets ) {
4848 try {
4949 return require ( npmTarget ) ;
You can’t perform that action at this time.
0 commit comments