Skip to content

Commit

Permalink
fix: export pactffiMessageGivenWithParams
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 25, 2024
1 parent 5ac4602 commit 9b77d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/addon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Napi::Object Init(Napi::Env env, Napi::Object exports) {
exports.Set(Napi::String::New(env, "pactffiMessageReify"), Napi::Function::New(env, PactffiMessageReify));
exports.Set(Napi::String::New(env, "pactffiMessageGiven"), Napi::Function::New(env, PactffiMessageGiven));
exports.Set(Napi::String::New(env, "pactffiMessageGivenWithParam"), Napi::Function::New(env, PactffiMessageGivenWithParam));
exports.Set(Napi::String::New(env, "pactffiMessageGivenWithParams"), Napi::Function::New(env, PactffiGivenWithParams));
exports.Set(Napi::String::New(env, "pactffiMessageWithBinaryContents"), Napi::Function::New(env, PactffiMessageWithBinaryContents));
exports.Set(Napi::String::New(env, "pactffiMessageWithContents"), Napi::Function::New(env, PactffiMessageWithContents));
exports.Set(Napi::String::New(env, "pactffiMessageWithMetadata"), Napi::Function::New(env, PactffiMessageWithMetadata));
Expand Down

0 comments on commit 9b77d8c

Please sign in to comment.