Skip to content

Commit 1f29825

Browse files
committed
fix: update pact-ffi to 0.4.28
1 parent 4917242 commit 1f29825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger';
55
import { LogLevel } from '../logger/types';
66
import { Ffi, FfiLogLevelFilter } from './types';
77

8-
export const PACT_FFI_VERSION = '0.4.22';
8+
export const PACT_FFI_VERSION = '0.4.28';
99

1010
/**
1111
* Returns the library path which is located inside `node_modules`

0 commit comments

Comments
 (0)