From 1e0358dd3d739b23291966b9e7dfddd34ddd6f21 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Mon, 7 Nov 2022 15:35:09 +1100 Subject: [PATCH] fix: upgrade to ffi 0.3.14 --- src/ffi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi/index.ts b/src/ffi/index.ts index e39ba025..3cfa1f14 100644 --- a/src/ffi/index.ts +++ b/src/ffi/index.ts @@ -5,7 +5,7 @@ import bindings = require('bindings'); const ffiLib: Ffi = bindings('pact.node'); -export const PACT_FFI_VERSION = '0.3.13'; +export const PACT_FFI_VERSION = '0.3.14'; let ffi: typeof ffiLib; let ffiLogLevel: LogLevel;