@prisma/client-engine-runtime 6.6.0-dev.80 → 6.6.0-dev.82

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
@@ -451,7 +451,7 @@ function childRecordMatchesParent(childRecord, parentRecord, joinExpr) {
451
451
  }
452
452
 
453
453
  // src/transactionManager/TransactionManager.ts
454
- var import_debug = __toESM(require("@prisma/debug"));
454
+ var import_debug = require("@prisma/debug");
455
455
 
456
456
  // src/crypto.ts
457
457
  async function getCrypto() {
@@ -518,7 +518,7 @@ var InvalidTransactionIsolationLevelError = class extends TransactionManagerErro
518
518
 
519
519
  // src/transactionManager/TransactionManager.ts
520
520
  var MAX_CLOSED_TRANSACTIONS = 100;
521
- var debug = (0, import_debug.default)("prisma:client:transactionManager");
521
+ var debug = (0, import_debug.Debug)("prisma:client:transactionManager");
522
522
  var COMMIT_QUERY = () => ({ sql: "COMMIT", args: [], argTypes: [] });
523
523
  var ROLLBACK_QUERY = () => ({ sql: "ROLLBACK", args: [], argTypes: [] });
524
524
  var TransactionManager = class {
package/dist/index.mjs CHANGED
@@ -411,7 +411,7 @@ function childRecordMatchesParent(childRecord, parentRecord, joinExpr) {
411
411
  }
412
412
 
413
413
  // src/transactionManager/TransactionManager.ts
414
- import Debug from "@prisma/debug";
414
+ import { Debug } from "@prisma/debug";
415
415
 
416
416
  // src/crypto.ts
417
417
  async function getCrypto() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-engine-runtime",
3
- "version": "6.6.0-dev.80",
3
+ "version": "6.6.0-dev.82",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -29,8 +29,8 @@
29
29
  "nanoid": "5.1.5",
30
30
  "ulid": "3.0.0",
31
31
  "uuid": "11.1.0",
32
- "@prisma/debug": "6.6.0-dev.80",
33
- "@prisma/driver-adapter-utils": "6.6.0-dev.80"
32
+ "@prisma/debug": "6.6.0-dev.82",
33
+ "@prisma/driver-adapter-utils": "6.6.0-dev.82"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "29.5.14",