@prisma/client-generator-js 7.10.0-dev.41 → 7.10.0-dev.42

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
@@ -2429,7 +2429,7 @@ var package_default = {
2429
2429
  "@prisma/dmmf": "workspace:*",
2430
2430
  "@prisma/driver-adapter-utils": "workspace:*",
2431
2431
  "@prisma/engines": "workspace:*",
2432
- "@prisma/engines-version": "7.10.0-1.6d040c802892de6d56c7e0061b7a10b3e6a0c7a0",
2432
+ "@prisma/engines-version": "7.10.0-3.9d90ce2c89d5c95a1148aef15e5561ab6c49053f",
2433
2433
  "@prisma/fetch-engine": "workspace:*",
2434
2434
  "@prisma/generator": "workspace:*",
2435
2435
  "@prisma/generator-helper": "workspace:*",
@@ -2441,7 +2441,7 @@ var package_default = {
2441
2441
  "@prisma/migrate": "workspace:*",
2442
2442
  "@prisma/param-graph": "workspace:*",
2443
2443
  "@prisma/param-graph-builder": "workspace:*",
2444
- "@prisma/query-compiler-wasm": "7.10.0-1.6d040c802892de6d56c7e0061b7a10b3e6a0c7a0",
2444
+ "@prisma/query-compiler-wasm": "7.10.0-3.9d90ce2c89d5c95a1148aef15e5561ab6c49053f",
2445
2445
  "@prisma/query-plan-executor": "workspace:*",
2446
2446
  "@prisma/sqlcommenter": "workspace:*",
2447
2447
  "@prisma/sqlcommenter-trace-context": "workspace:*",
@@ -6802,7 +6802,7 @@ var import_engines_version = require("@prisma/engines-version");
6802
6802
  var import_internals9 = require("@prisma/internals");
6803
6803
 
6804
6804
  // package.json
6805
- var version = "7.10.0-dev.41";
6805
+ var version = "7.10.0-dev.42";
6806
6806
 
6807
6807
  // src/resolvePrismaClient.ts
6808
6808
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -2419,7 +2419,7 @@ var package_default = {
2419
2419
  "@prisma/dmmf": "workspace:*",
2420
2420
  "@prisma/driver-adapter-utils": "workspace:*",
2421
2421
  "@prisma/engines": "workspace:*",
2422
- "@prisma/engines-version": "7.10.0-1.6d040c802892de6d56c7e0061b7a10b3e6a0c7a0",
2422
+ "@prisma/engines-version": "7.10.0-3.9d90ce2c89d5c95a1148aef15e5561ab6c49053f",
2423
2423
  "@prisma/fetch-engine": "workspace:*",
2424
2424
  "@prisma/generator": "workspace:*",
2425
2425
  "@prisma/generator-helper": "workspace:*",
@@ -2431,7 +2431,7 @@ var package_default = {
2431
2431
  "@prisma/migrate": "workspace:*",
2432
2432
  "@prisma/param-graph": "workspace:*",
2433
2433
  "@prisma/param-graph-builder": "workspace:*",
2434
- "@prisma/query-compiler-wasm": "7.10.0-1.6d040c802892de6d56c7e0061b7a10b3e6a0c7a0",
2434
+ "@prisma/query-compiler-wasm": "7.10.0-3.9d90ce2c89d5c95a1148aef15e5561ab6c49053f",
2435
2435
  "@prisma/query-plan-executor": "workspace:*",
2436
2436
  "@prisma/sqlcommenter": "workspace:*",
2437
2437
  "@prisma/sqlcommenter-trace-context": "workspace:*",
@@ -6795,7 +6795,7 @@ import { enginesVersion } from "@prisma/engines-version";
6795
6795
  import { BuiltInProvider, parseEnvValue } from "@prisma/internals";
6796
6796
 
6797
6797
  // package.json
6798
- var version = "7.10.0-dev.41";
6798
+ var version = "7.10.0-dev.42";
6799
6799
 
6800
6800
  // src/resolvePrismaClient.ts
6801
6801
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "7.10.0-dev.41",
3
+ "version": "7.10.0-dev.42",
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,22 +25,22 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "7.10.0-1.6d040c802892de6d56c7e0061b7a10b3e6a0c7a0",
28
+ "@prisma/engines-version": "7.10.0-3.9d90ce2c89d5c95a1148aef15e5561ab6c49053f",
29
29
  "env-paths": "2.2.1",
30
30
  "indent-string": "4.0.0",
31
31
  "klona": "2.0.6",
32
32
  "package-up": "5.0.0",
33
33
  "pluralize": "8.0.0",
34
34
  "ts-pattern": "5.9.0",
35
- "@prisma/dmmf": "7.10.0-dev.41",
36
- "@prisma/debug": "7.10.0-dev.41",
37
- "@prisma/client-common": "7.10.0-dev.41",
38
- "@prisma/generator": "7.10.0-dev.41",
39
- "@prisma/fetch-engine": "7.10.0-dev.41",
40
- "@prisma/get-platform": "7.10.0-dev.41",
41
- "@prisma/ts-builders": "7.10.0-dev.41",
42
- "@prisma/param-graph-builder": "7.10.0-dev.41",
43
- "@prisma/internals": "7.10.0-dev.41"
35
+ "@prisma/client-common": "7.10.0-dev.42",
36
+ "@prisma/fetch-engine": "7.10.0-dev.42",
37
+ "@prisma/generator": "7.10.0-dev.42",
38
+ "@prisma/debug": "7.10.0-dev.42",
39
+ "@prisma/dmmf": "7.10.0-dev.42",
40
+ "@prisma/get-platform": "7.10.0-dev.42",
41
+ "@prisma/internals": "7.10.0-dev.42",
42
+ "@prisma/param-graph-builder": "7.10.0-dev.42",
43
+ "@prisma/ts-builders": "7.10.0-dev.42"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33"