@prisma/client-generator-js 7.8.0-dev.6 → 7.8.0-dev.8

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
@@ -2435,7 +2435,7 @@ var package_default = {
2435
2435
  "@prisma/dmmf": "workspace:*",
2436
2436
  "@prisma/driver-adapter-utils": "workspace:*",
2437
2437
  "@prisma/engines": "workspace:*",
2438
- "@prisma/engines-version": "7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b4484",
2438
+ "@prisma/engines-version": "7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9afa",
2439
2439
  "@prisma/fetch-engine": "workspace:*",
2440
2440
  "@prisma/generator": "workspace:*",
2441
2441
  "@prisma/generator-helper": "workspace:*",
@@ -2447,7 +2447,7 @@ var package_default = {
2447
2447
  "@prisma/migrate": "workspace:*",
2448
2448
  "@prisma/param-graph": "workspace:*",
2449
2449
  "@prisma/param-graph-builder": "workspace:*",
2450
- "@prisma/query-compiler-wasm": "7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b4484",
2450
+ "@prisma/query-compiler-wasm": "7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9afa",
2451
2451
  "@prisma/query-plan-executor": "workspace:*",
2452
2452
  "@prisma/sqlcommenter": "workspace:*",
2453
2453
  "@prisma/sqlcommenter-trace-context": "workspace:*",
@@ -6782,7 +6782,7 @@ var import_engines_version = require("@prisma/engines-version");
6782
6782
  var import_internals9 = require("@prisma/internals");
6783
6783
 
6784
6784
  // package.json
6785
- var version = "7.8.0-dev.6";
6785
+ var version = "7.8.0-dev.8";
6786
6786
 
6787
6787
  // src/resolvePrismaClient.ts
6788
6788
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -2425,7 +2425,7 @@ var package_default = {
2425
2425
  "@prisma/dmmf": "workspace:*",
2426
2426
  "@prisma/driver-adapter-utils": "workspace:*",
2427
2427
  "@prisma/engines": "workspace:*",
2428
- "@prisma/engines-version": "7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b4484",
2428
+ "@prisma/engines-version": "7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9afa",
2429
2429
  "@prisma/fetch-engine": "workspace:*",
2430
2430
  "@prisma/generator": "workspace:*",
2431
2431
  "@prisma/generator-helper": "workspace:*",
@@ -2437,7 +2437,7 @@ var package_default = {
2437
2437
  "@prisma/migrate": "workspace:*",
2438
2438
  "@prisma/param-graph": "workspace:*",
2439
2439
  "@prisma/param-graph-builder": "workspace:*",
2440
- "@prisma/query-compiler-wasm": "7.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b4484",
2440
+ "@prisma/query-compiler-wasm": "7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9afa",
2441
2441
  "@prisma/query-plan-executor": "workspace:*",
2442
2442
  "@prisma/sqlcommenter": "workspace:*",
2443
2443
  "@prisma/sqlcommenter-trace-context": "workspace:*",
@@ -6775,7 +6775,7 @@ import { enginesVersion } from "@prisma/engines-version";
6775
6775
  import { BuiltInProvider, parseEnvValue } from "@prisma/internals";
6776
6776
 
6777
6777
  // package.json
6778
- var version = "7.8.0-dev.6";
6778
+ var version = "7.8.0-dev.8";
6779
6779
 
6780
6780
  // src/resolvePrismaClient.ts
6781
6781
  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.8.0-dev.6",
3
+ "version": "7.8.0-dev.8",
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.8.0-2.3187e3937290320ba3c7dbd5aa94af67942b4484",
28
+ "@prisma/engines-version": "7.8.0-4.8c287008617e9b12f313df99e2c821ae61ea9afa",
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.6.2",
35
- "@prisma/client-common": "7.8.0-dev.6",
36
- "@prisma/fetch-engine": "7.8.0-dev.6",
37
- "@prisma/debug": "7.8.0-dev.6",
38
- "@prisma/generator": "7.8.0-dev.6",
39
- "@prisma/dmmf": "7.8.0-dev.6",
40
- "@prisma/get-platform": "7.8.0-dev.6",
41
- "@prisma/param-graph-builder": "7.8.0-dev.6",
42
- "@prisma/ts-builders": "7.8.0-dev.6",
43
- "@prisma/internals": "7.8.0-dev.6"
35
+ "@prisma/client-common": "7.8.0-dev.8",
36
+ "@prisma/dmmf": "7.8.0-dev.8",
37
+ "@prisma/debug": "7.8.0-dev.8",
38
+ "@prisma/generator": "7.8.0-dev.8",
39
+ "@prisma/get-platform": "7.8.0-dev.8",
40
+ "@prisma/internals": "7.8.0-dev.8",
41
+ "@prisma/fetch-engine": "7.8.0-dev.8",
42
+ "@prisma/ts-builders": "7.8.0-dev.8",
43
+ "@prisma/param-graph-builder": "7.8.0-dev.8"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33"