@prisma/adapter-pg 6.7.0-dev.4 → 6.7.0-dev.6

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.
package/dist/index.js CHANGED
@@ -626,7 +626,6 @@ var PrismaPgAdapterFactory = class {
626
626
  await conn.executeScript(`CREATE DATABASE "${database}"`);
627
627
  return new PrismaPgAdapter(new import_pg2.default.Pool({ ...this.config, database }), void 0, async () => {
628
628
  await conn.executeScript(`DROP DATABASE "${database}"`);
629
- await conn.dispose();
630
629
  });
631
630
  }
632
631
  };
package/dist/index.mjs CHANGED
@@ -590,7 +590,6 @@ var PrismaPgAdapterFactory = class {
590
590
  await conn.executeScript(`CREATE DATABASE "${database}"`);
591
591
  return new PrismaPgAdapter(new pg2.Pool({ ...this.config, database }), void 0, async () => {
592
592
  await conn.executeScript(`DROP DATABASE "${database}"`);
593
- await conn.dispose();
594
593
  });
595
594
  }
596
595
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/adapter-pg",
3
- "version": "6.7.0-dev.4",
3
+ "version": "6.7.0-dev.6",
4
4
  "description": "Prisma's driver adapter for \"pg\"",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,7 +32,7 @@
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
34
  "postgres-array": "3.0.4",
35
- "@prisma/driver-adapter-utils": "6.7.0-dev.4"
35
+ "@prisma/driver-adapter-utils": "6.7.0-dev.6"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@swc/core": "1.11.5",