Comparing version 3.2.0 to 3.2.1
@@ -400,3 +400,4 @@ const os = require('os') | ||
fetch_types : true, | ||
publications : 'alltables' | ||
publications : 'alltables', | ||
target_session_attrs: null | ||
} | ||
@@ -403,0 +404,0 @@ |
{ | ||
"name": "postgres", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Fastest full featured PostgreSQL client for Node.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -400,3 +400,4 @@ import os from 'os' | ||
fetch_types : true, | ||
publications : 'alltables' | ||
publications : 'alltables', | ||
target_session_attrs: null | ||
} | ||
@@ -403,0 +404,0 @@ |
194947
4855