@prisma/client-generator-ts 6.6.0-dev.77 → 6.6.0-dev.79

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
@@ -2494,12 +2494,13 @@ var package_default = {
2494
2494
  "@prisma/client-common": "workspace:*",
2495
2495
  "@prisma/client-engine-runtime": "workspace:*",
2496
2496
  "@prisma/client-generator-js": "workspace:*",
2497
+ "@prisma/client-generator-ts": "workspace:*",
2497
2498
  "@prisma/config": "workspace:*",
2498
2499
  "@prisma/debug": "workspace:*",
2499
2500
  "@prisma/dmmf": "workspace:*",
2500
2501
  "@prisma/driver-adapter-utils": "workspace:*",
2501
2502
  "@prisma/engines": "workspace:*",
2502
- "@prisma/engines-version": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2503
+ "@prisma/engines-version": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2503
2504
  "@prisma/fetch-engine": "workspace:*",
2504
2505
  "@prisma/generator": "workspace:*",
2505
2506
  "@prisma/generator-helper": "workspace:*",
@@ -2509,8 +2510,8 @@ var package_default = {
2509
2510
  "@prisma/migrate": "workspace:*",
2510
2511
  "@prisma/mini-proxy": "0.9.5",
2511
2512
  "@prisma/pg-worker": "workspace:*",
2512
- "@prisma/query-compiler-wasm": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2513
- "@prisma/query-engine-wasm": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2513
+ "@prisma/query-compiler-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2514
+ "@prisma/query-engine-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2514
2515
  "@prisma/ts-builders": "workspace:*",
2515
2516
  "@snaplet/copycat": "6.0.0",
2516
2517
  "@swc-node/register": "1.10.9",
@@ -7004,7 +7005,7 @@ var import_internals11 = require("@prisma/internals");
7004
7005
  var import_ts_pattern = require("ts-pattern");
7005
7006
 
7006
7007
  // package.json
7007
- var version = "6.6.0-dev.77";
7008
+ var version = "6.6.0-dev.79";
7008
7009
 
7009
7010
  // src/generator.ts
7010
7011
  var debug2 = (0, import_debug2.default)("prisma:client:generator");
package/dist/index.mjs CHANGED
@@ -2489,12 +2489,13 @@ var package_default = {
2489
2489
  "@prisma/client-common": "workspace:*",
2490
2490
  "@prisma/client-engine-runtime": "workspace:*",
2491
2491
  "@prisma/client-generator-js": "workspace:*",
2492
+ "@prisma/client-generator-ts": "workspace:*",
2492
2493
  "@prisma/config": "workspace:*",
2493
2494
  "@prisma/debug": "workspace:*",
2494
2495
  "@prisma/dmmf": "workspace:*",
2495
2496
  "@prisma/driver-adapter-utils": "workspace:*",
2496
2497
  "@prisma/engines": "workspace:*",
2497
- "@prisma/engines-version": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2498
+ "@prisma/engines-version": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2498
2499
  "@prisma/fetch-engine": "workspace:*",
2499
2500
  "@prisma/generator": "workspace:*",
2500
2501
  "@prisma/generator-helper": "workspace:*",
@@ -2504,8 +2505,8 @@ var package_default = {
2504
2505
  "@prisma/migrate": "workspace:*",
2505
2506
  "@prisma/mini-proxy": "0.9.5",
2506
2507
  "@prisma/pg-worker": "workspace:*",
2507
- "@prisma/query-compiler-wasm": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2508
- "@prisma/query-engine-wasm": "6.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
2508
+ "@prisma/query-compiler-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2509
+ "@prisma/query-engine-wasm": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
2509
2510
  "@prisma/ts-builders": "workspace:*",
2510
2511
  "@snaplet/copycat": "6.0.0",
2511
2512
  "@swc-node/register": "1.10.9",
@@ -7002,7 +7003,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
7002
7003
  import { match } from "ts-pattern";
7003
7004
 
7004
7005
  // package.json
7005
- var version = "6.6.0-dev.77";
7006
+ var version = "6.6.0-dev.79";
7006
7007
 
7007
7008
  // src/generator.ts
7008
7009
  var debug2 = Debug2("prisma:client:generator");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.6.0-dev.77",
3
+ "version": "6.6.0-dev.79",
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.6.0-37.ff21a79611d4f1fbb63c06b7dfbc50577fc8b2d2",
28
+ "@prisma/engines-version": "6.6.0-39.5af5ca0dba17452286ad86711f40541fab949257",
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.6.0-dev.77",
37
- "@prisma/dmmf": "6.6.0-dev.77",
38
- "@prisma/debug": "6.6.0-dev.77",
39
- "@prisma/fetch-engine": "6.6.0-dev.77",
40
- "@prisma/generator": "6.6.0-dev.77",
41
- "@prisma/get-platform": "6.6.0-dev.77",
42
- "@prisma/internals": "6.6.0-dev.77",
43
- "@prisma/ts-builders": "6.6.0-dev.77"
36
+ "@prisma/client-common": "6.6.0-dev.79",
37
+ "@prisma/dmmf": "6.6.0-dev.79",
38
+ "@prisma/fetch-engine": "6.6.0-dev.79",
39
+ "@prisma/debug": "6.6.0-dev.79",
40
+ "@prisma/generator": "6.6.0-dev.79",
41
+ "@prisma/get-platform": "6.6.0-dev.79",
42
+ "@prisma/internals": "6.6.0-dev.79",
43
+ "@prisma/ts-builders": "6.6.0-dev.79"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",