@prisma/client-generator-js 6.14.0-dev.3 → 6.14.0-dev.31

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
@@ -4492,7 +4492,7 @@ var package_default = {
4492
4492
  "@prisma/dmmf": "workspace:*",
4493
4493
  "@prisma/driver-adapter-utils": "workspace:*",
4494
4494
  "@prisma/engines": "workspace:*",
4495
- "@prisma/engines-version": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4495
+ "@prisma/engines-version": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4496
4496
  "@prisma/fetch-engine": "workspace:*",
4497
4497
  "@prisma/generator": "workspace:*",
4498
4498
  "@prisma/generator-helper": "workspace:*",
@@ -4501,8 +4501,8 @@ var package_default = {
4501
4501
  "@prisma/internals": "workspace:*",
4502
4502
  "@prisma/migrate": "workspace:*",
4503
4503
  "@prisma/mini-proxy": "0.9.5",
4504
- "@prisma/query-compiler-wasm": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4505
- "@prisma/query-engine-wasm": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4504
+ "@prisma/query-compiler-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4505
+ "@prisma/query-engine-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4506
4506
  "@prisma/ts-builders": "workspace:*",
4507
4507
  "@snaplet/copycat": "6.0.0",
4508
4508
  "@swc-node/register": "1.10.9",
@@ -7812,13 +7812,6 @@ export class PrismaClient<
7812
7812
  */
7813
7813
  $disconnect(): $Utils.JsPromise<void>;
7814
7814
 
7815
- /**
7816
- * Add a middleware
7817
- * @deprecated since 4.16.0. For new code, prefer client extensions instead.
7818
- * @see https://pris.ly/d/extensions
7819
- */
7820
- $use(cb: Prisma.Middleware): void
7821
-
7822
7815
  ${[
7823
7816
  executeRawDefinition(this.context),
7824
7817
  queryRawDefinition(this.context),
@@ -7917,25 +7910,6 @@ export type PrismaAction =
7917
7910
  | 'findRaw'
7918
7911
  | 'groupBy'
7919
7912
 
7920
- /**
7921
- * These options are being passed into the middleware as "params"
7922
- */
7923
- export type MiddlewareParams = {
7924
- model?: ModelName
7925
- action: PrismaAction
7926
- args: any
7927
- dataPath: string[]
7928
- runInTransaction: boolean
7929
- }
7930
-
7931
- /**
7932
- * The \`T\` type makes sure, that the \`return proceed\` is not forgotten in the middleware implementation
7933
- */
7934
- export type Middleware<T = any> = (
7935
- params: MiddlewareParams,
7936
- next: (params: MiddlewareParams) => $Utils.JsPromise<T>,
7937
- ) => $Utils.JsPromise<T>
7938
-
7939
7913
  // tested in getLogLevel.test.ts
7940
7914
  export function getLogLevel(log: Array<LogLevel | LogDefinition>): LogLevel | undefined;
7941
7915
 
@@ -9180,7 +9154,7 @@ var import_internals12 = require("@prisma/internals");
9180
9154
  var import_ts_pattern = require("ts-pattern");
9181
9155
 
9182
9156
  // package.json
9183
- var version = "6.14.0-dev.3";
9157
+ var version = "6.14.0-dev.31";
9184
9158
 
9185
9159
  // src/resolvePrismaClient.ts
9186
9160
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -4487,7 +4487,7 @@ var package_default = {
4487
4487
  "@prisma/dmmf": "workspace:*",
4488
4488
  "@prisma/driver-adapter-utils": "workspace:*",
4489
4489
  "@prisma/engines": "workspace:*",
4490
- "@prisma/engines-version": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4490
+ "@prisma/engines-version": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4491
4491
  "@prisma/fetch-engine": "workspace:*",
4492
4492
  "@prisma/generator": "workspace:*",
4493
4493
  "@prisma/generator-helper": "workspace:*",
@@ -4496,8 +4496,8 @@ var package_default = {
4496
4496
  "@prisma/internals": "workspace:*",
4497
4497
  "@prisma/migrate": "workspace:*",
4498
4498
  "@prisma/mini-proxy": "0.9.5",
4499
- "@prisma/query-compiler-wasm": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4500
- "@prisma/query-engine-wasm": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
4499
+ "@prisma/query-compiler-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4500
+ "@prisma/query-engine-wasm": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
4501
4501
  "@prisma/ts-builders": "workspace:*",
4502
4502
  "@snaplet/copycat": "6.0.0",
4503
4503
  "@swc-node/register": "1.10.9",
@@ -7810,13 +7810,6 @@ export class PrismaClient<
7810
7810
  */
7811
7811
  $disconnect(): $Utils.JsPromise<void>;
7812
7812
 
7813
- /**
7814
- * Add a middleware
7815
- * @deprecated since 4.16.0. For new code, prefer client extensions instead.
7816
- * @see https://pris.ly/d/extensions
7817
- */
7818
- $use(cb: Prisma.Middleware): void
7819
-
7820
7813
  ${[
7821
7814
  executeRawDefinition(this.context),
7822
7815
  queryRawDefinition(this.context),
@@ -7915,25 +7908,6 @@ export type PrismaAction =
7915
7908
  | 'findRaw'
7916
7909
  | 'groupBy'
7917
7910
 
7918
- /**
7919
- * These options are being passed into the middleware as "params"
7920
- */
7921
- export type MiddlewareParams = {
7922
- model?: ModelName
7923
- action: PrismaAction
7924
- args: any
7925
- dataPath: string[]
7926
- runInTransaction: boolean
7927
- }
7928
-
7929
- /**
7930
- * The \`T\` type makes sure, that the \`return proceed\` is not forgotten in the middleware implementation
7931
- */
7932
- export type Middleware<T = any> = (
7933
- params: MiddlewareParams,
7934
- next: (params: MiddlewareParams) => $Utils.JsPromise<T>,
7935
- ) => $Utils.JsPromise<T>
7936
-
7937
7911
  // tested in getLogLevel.test.ts
7938
7912
  export function getLogLevel(log: Array<LogLevel | LogDefinition>): LogLevel | undefined;
7939
7913
 
@@ -9178,7 +9152,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
9178
9152
  import { match } from "ts-pattern";
9179
9153
 
9180
9154
  // package.json
9181
- var version = "6.14.0-dev.3";
9155
+ var version = "6.14.0-dev.31";
9182
9156
 
9183
9157
  // src/resolvePrismaClient.ts
9184
9158
  var import_execa = __toESM(require_execa());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.14.0-dev.3",
3
+ "version": "6.14.0-dev.31",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "6.14.0-1.b2e5a6c3a6936784f3aefb57ce847e4e7d28986a",
28
+ "@prisma/engines-version": "6.14.0-17.fba13060ef3cfbe5e95af3aaba61eabf2b8a8a20",
29
29
  "ci-info": "4.2.0",
30
30
  "env-paths": "2.2.1",
31
31
  "indent-string": "4.0.0",
@@ -33,14 +33,14 @@
33
33
  "pkg-up": "3.1.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "6.14.0-dev.3",
37
- "@prisma/dmmf": "6.14.0-dev.3",
38
- "@prisma/debug": "6.14.0-dev.3",
39
- "@prisma/fetch-engine": "6.14.0-dev.3",
40
- "@prisma/get-platform": "6.14.0-dev.3",
41
- "@prisma/generator": "6.14.0-dev.3",
42
- "@prisma/internals": "6.14.0-dev.3",
43
- "@prisma/ts-builders": "6.14.0-dev.3"
36
+ "@prisma/debug": "6.14.0-dev.31",
37
+ "@prisma/client-common": "6.14.0-dev.31",
38
+ "@prisma/dmmf": "6.14.0-dev.31",
39
+ "@prisma/fetch-engine": "6.14.0-dev.31",
40
+ "@prisma/generator": "6.14.0-dev.31",
41
+ "@prisma/internals": "6.14.0-dev.31",
42
+ "@prisma/get-platform": "6.14.0-dev.31",
43
+ "@prisma/ts-builders": "6.14.0-dev.31"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",