true-pg 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import * as Pg from "pg";
1
+ import Pg from "pg";
2
2
  import { PGlite as Pglite } from "@electric-sql/pglite";
3
3
  export declare class DbAdapter {
4
4
  private client;
@@ -1,4 +1,4 @@
1
- import * as Pg from "pg";
1
+ import Pg from "pg";
2
2
  import { PGlite as Pglite } from "@electric-sql/pglite";
3
3
  export class DbAdapter {
4
4
  client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "true-pg",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "module": "lib/index.js",
6
6
  "main": "lib/index.js",