Skip to content

Commit

Permalink
fix: upgrade to ffi 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 15, 2022
1 parent 392bcd5 commit 6e4b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import bindings = require('bindings');

const ffiLib: Ffi = bindings('pact.node');

export const PACT_FFI_VERSION = '0.1.6';
export const PACT_FFI_VERSION = '0.2.2';

// let ffi: Omit<FfiBinding<FfiDeclarations>, 'pactffi_init'>;
let ffi: typeof ffiLib;
Expand Down

0 comments on commit 6e4b758

Please sign in to comment.