JSONB Serialization Bug Fix
pg-promise performs type inference so when an array is specified as the data payload, it attempts to format the payload as text[] instead of jsonb. This release forces it to always use the correct type.
Thanks @idkjs for reporting this bug.