@prisma/client-generator-js 6.6.0-dev.76 → 6.6.0-dev.78

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
@@ -2495,6 +2495,7 @@ var package_default = {
2495
2495
  "@prisma/client-common": "workspace:*",
2496
2496
  "@prisma/client-engine-runtime": "workspace:*",
2497
2497
  "@prisma/client-generator-js": "workspace:*",
2498
+ "@prisma/client-generator-ts": "workspace:*",
2498
2499
  "@prisma/config": "workspace:*",
2499
2500
  "@prisma/debug": "workspace:*",
2500
2501
  "@prisma/dmmf": "workspace:*",
@@ -7136,7 +7137,7 @@ var import_internals12 = require("@prisma/internals");
7136
7137
  var import_ts_pattern = require("ts-pattern");
7137
7138
 
7138
7139
  // package.json
7139
- var version = "6.6.0-dev.76";
7140
+ var version = "6.6.0-dev.78";
7140
7141
 
7141
7142
  // src/resolvePrismaClient.ts
7142
7143
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -2490,6 +2490,7 @@ var package_default = {
2490
2490
  "@prisma/client-common": "workspace:*",
2491
2491
  "@prisma/client-engine-runtime": "workspace:*",
2492
2492
  "@prisma/client-generator-js": "workspace:*",
2493
+ "@prisma/client-generator-ts": "workspace:*",
2493
2494
  "@prisma/config": "workspace:*",
2494
2495
  "@prisma/debug": "workspace:*",
2495
2496
  "@prisma/dmmf": "workspace:*",
@@ -7134,7 +7135,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7134
7135
  import { match } from "ts-pattern";
7135
7136
 
7136
7137
  // package.json
7137
- var version = "6.6.0-dev.76";
7138
+ var version = "6.6.0-dev.78";
7138
7139
 
7139
7140
  // src/resolvePrismaClient.ts
7140
7141
  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": "6.6.0-dev.76",
3
+ "version": "6.6.0-dev.78",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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.6.0-dev.76",
37
- "@prisma/dmmf": "6.6.0-dev.76",
38
- "@prisma/debug": "6.6.0-dev.76",
39
- "@prisma/generator": "6.6.0-dev.76",
40
- "@prisma/fetch-engine": "6.6.0-dev.76",
41
- "@prisma/get-platform": "6.6.0-dev.76",
42
- "@prisma/internals": "6.6.0-dev.76",
43
- "@prisma/ts-builders": "6.6.0-dev.76"
36
+ "@prisma/client-common": "6.6.0-dev.78",
37
+ "@prisma/debug": "6.6.0-dev.78",
38
+ "@prisma/dmmf": "6.6.0-dev.78",
39
+ "@prisma/fetch-engine": "6.6.0-dev.78",
40
+ "@prisma/generator": "6.6.0-dev.78",
41
+ "@prisma/get-platform": "6.6.0-dev.78",
42
+ "@prisma/ts-builders": "6.6.0-dev.78",
43
+ "@prisma/internals": "6.6.0-dev.78"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",