From 7a7d9b0af6e5d9bfd2356f21808c48a407cf8a03 Mon Sep 17 00:00:00 2001 From: Matt Fellows <53900+mefellows@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:02:05 +1000 Subject: [PATCH] fix: upgrade to latest ffi 0.4.19 --- 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 bd0313ea..b8dc62ca 100644 --- a/src/ffi/index.ts +++ b/src/ffi/index.ts @@ -4,7 +4,7 @@ import logger, { DEFAULT_LOG_LEVEL } from '../logger'; import { LogLevel } from '../logger/types'; import { Ffi } from './types'; -export const PACT_FFI_VERSION = '0.4.16'; +export const PACT_FFI_VERSION = '0.4.19'; // supported prebuilds // darwin-arm64