@prisma/client-engine-runtime 6.14.0-dev.35 → 6.14.0-dev.37

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 { UserFacingError } from '../UserFacingError';
1
+ import { UserFacingError } from '../user-facing-error';
2
2
  export declare class TransactionManagerError extends UserFacingError {
3
3
  name: string;
4
4
  constructor(message: string, meta?: Record<string, unknown>);
@@ -2,7 +2,7 @@ import { SqlDriverAdapter, Transaction } from '@prisma/driver-adapter-utils';
2
2
  import { QueryEvent } from '../events';
3
3
  import type { SchemaProvider } from '../schema';
4
4
  import { TracingHelper } from '../tracing';
5
- import { Options, TransactionInfo } from './Transaction';
5
+ import { Options, TransactionInfo } from './transaction';
6
6
  export declare class TransactionManager {
7
7
  #private;
8
8
  private transactions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-engine-runtime",
3
- "version": "6.14.0-dev.35",
3
+ "version": "6.14.0-dev.37",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,8 +31,8 @@
31
31
  "nanoid": "5.1.5",
32
32
  "ulid": "3.0.0",
33
33
  "uuid": "11.1.0",
34
- "@prisma/debug": "6.14.0-dev.35",
35
- "@prisma/driver-adapter-utils": "6.14.0-dev.35"
34
+ "@prisma/debug": "6.14.0-dev.37",
35
+ "@prisma/driver-adapter-utils": "6.14.0-dev.37"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/jest": "29.5.14",
File without changes