@prisma/client-generator-ts 6.6.0-dev.80 → 6.6.0-dev.82
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 +30 -12
- package/dist/index.mjs +30 -12
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -2373,26 +2373,44 @@ var package_default = {
|
|
|
2373
2373
|
"./wasm": {
|
|
2374
2374
|
types: "./wasm.d.ts",
|
|
2375
2375
|
require: "./wasm.js",
|
|
2376
|
-
import: "./wasm.
|
|
2377
|
-
default: "./wasm.
|
|
2376
|
+
import: "./wasm.mjs",
|
|
2377
|
+
default: "./wasm.mjs"
|
|
2378
2378
|
},
|
|
2379
2379
|
"./runtime/client": {
|
|
2380
2380
|
types: "./runtime/client.d.ts",
|
|
2381
2381
|
require: "./runtime/client.js",
|
|
2382
|
-
import: "./runtime/client.
|
|
2383
|
-
default: "./runtime/client.
|
|
2382
|
+
import: "./runtime/client.mjs",
|
|
2383
|
+
default: "./runtime/client.mjs"
|
|
2384
2384
|
},
|
|
2385
2385
|
"./runtime/library": {
|
|
2386
2386
|
types: "./runtime/library.d.ts",
|
|
2387
2387
|
require: "./runtime/library.js",
|
|
2388
|
-
import: "./runtime/library.
|
|
2389
|
-
default: "./runtime/library.
|
|
2388
|
+
import: "./runtime/library.mjs",
|
|
2389
|
+
default: "./runtime/library.mjs"
|
|
2390
2390
|
},
|
|
2391
2391
|
"./runtime/binary": {
|
|
2392
2392
|
types: "./runtime/binary.d.ts",
|
|
2393
2393
|
require: "./runtime/binary.js",
|
|
2394
|
-
import: "./runtime/binary.
|
|
2395
|
-
default: "./runtime/binary.
|
|
2394
|
+
import: "./runtime/binary.mjs",
|
|
2395
|
+
default: "./runtime/binary.mjs"
|
|
2396
|
+
},
|
|
2397
|
+
"./runtime/wasm": {
|
|
2398
|
+
types: "./runtime/wasm.d.ts",
|
|
2399
|
+
require: "./runtime/wasm.js",
|
|
2400
|
+
import: "./runtime/wasm.mjs",
|
|
2401
|
+
default: "./runtime/wasm.mjs"
|
|
2402
|
+
},
|
|
2403
|
+
"./runtime/edge": {
|
|
2404
|
+
types: "./runtime/edge.d.ts",
|
|
2405
|
+
require: "./runtime/edge.js",
|
|
2406
|
+
import: "./runtime/edge-esm.js",
|
|
2407
|
+
default: "./runtime/edge-esm.js"
|
|
2408
|
+
},
|
|
2409
|
+
"./runtime/react-native": {
|
|
2410
|
+
types: "./runtime/react-native.d.ts",
|
|
2411
|
+
require: "./runtime/react-native.js",
|
|
2412
|
+
import: "./runtime/react-native.js",
|
|
2413
|
+
default: "./runtime/react-native.js"
|
|
2396
2414
|
},
|
|
2397
2415
|
"./generator-build": {
|
|
2398
2416
|
require: "./generator-build/index.js",
|
|
@@ -2500,7 +2518,7 @@ var package_default = {
|
|
|
2500
2518
|
"@prisma/dmmf": "workspace:*",
|
|
2501
2519
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2502
2520
|
"@prisma/engines": "workspace:*",
|
|
2503
|
-
"@prisma/engines-version": "6.6.0-
|
|
2521
|
+
"@prisma/engines-version": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2504
2522
|
"@prisma/fetch-engine": "workspace:*",
|
|
2505
2523
|
"@prisma/generator": "workspace:*",
|
|
2506
2524
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2510,8 +2528,8 @@ var package_default = {
|
|
|
2510
2528
|
"@prisma/migrate": "workspace:*",
|
|
2511
2529
|
"@prisma/mini-proxy": "0.9.5",
|
|
2512
2530
|
"@prisma/pg-worker": "workspace:*",
|
|
2513
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
|
2514
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
|
2531
|
+
"@prisma/query-compiler-wasm": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2532
|
+
"@prisma/query-engine-wasm": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2515
2533
|
"@prisma/ts-builders": "workspace:*",
|
|
2516
2534
|
"@snaplet/copycat": "6.0.0",
|
|
2517
2535
|
"@swc-node/register": "1.10.9",
|
|
@@ -7005,7 +7023,7 @@ var import_internals11 = require("@prisma/internals");
|
|
|
7005
7023
|
var import_ts_pattern = require("ts-pattern");
|
|
7006
7024
|
|
|
7007
7025
|
// package.json
|
|
7008
|
-
var version = "6.6.0-dev.
|
|
7026
|
+
var version = "6.6.0-dev.82";
|
|
7009
7027
|
|
|
7010
7028
|
// src/generator.ts
|
|
7011
7029
|
var debug2 = (0, import_debug2.default)("prisma:client:generator");
|
package/dist/index.mjs
CHANGED
|
@@ -2368,26 +2368,44 @@ var package_default = {
|
|
|
2368
2368
|
"./wasm": {
|
|
2369
2369
|
types: "./wasm.d.ts",
|
|
2370
2370
|
require: "./wasm.js",
|
|
2371
|
-
import: "./wasm.
|
|
2372
|
-
default: "./wasm.
|
|
2371
|
+
import: "./wasm.mjs",
|
|
2372
|
+
default: "./wasm.mjs"
|
|
2373
2373
|
},
|
|
2374
2374
|
"./runtime/client": {
|
|
2375
2375
|
types: "./runtime/client.d.ts",
|
|
2376
2376
|
require: "./runtime/client.js",
|
|
2377
|
-
import: "./runtime/client.
|
|
2378
|
-
default: "./runtime/client.
|
|
2377
|
+
import: "./runtime/client.mjs",
|
|
2378
|
+
default: "./runtime/client.mjs"
|
|
2379
2379
|
},
|
|
2380
2380
|
"./runtime/library": {
|
|
2381
2381
|
types: "./runtime/library.d.ts",
|
|
2382
2382
|
require: "./runtime/library.js",
|
|
2383
|
-
import: "./runtime/library.
|
|
2384
|
-
default: "./runtime/library.
|
|
2383
|
+
import: "./runtime/library.mjs",
|
|
2384
|
+
default: "./runtime/library.mjs"
|
|
2385
2385
|
},
|
|
2386
2386
|
"./runtime/binary": {
|
|
2387
2387
|
types: "./runtime/binary.d.ts",
|
|
2388
2388
|
require: "./runtime/binary.js",
|
|
2389
|
-
import: "./runtime/binary.
|
|
2390
|
-
default: "./runtime/binary.
|
|
2389
|
+
import: "./runtime/binary.mjs",
|
|
2390
|
+
default: "./runtime/binary.mjs"
|
|
2391
|
+
},
|
|
2392
|
+
"./runtime/wasm": {
|
|
2393
|
+
types: "./runtime/wasm.d.ts",
|
|
2394
|
+
require: "./runtime/wasm.js",
|
|
2395
|
+
import: "./runtime/wasm.mjs",
|
|
2396
|
+
default: "./runtime/wasm.mjs"
|
|
2397
|
+
},
|
|
2398
|
+
"./runtime/edge": {
|
|
2399
|
+
types: "./runtime/edge.d.ts",
|
|
2400
|
+
require: "./runtime/edge.js",
|
|
2401
|
+
import: "./runtime/edge-esm.js",
|
|
2402
|
+
default: "./runtime/edge-esm.js"
|
|
2403
|
+
},
|
|
2404
|
+
"./runtime/react-native": {
|
|
2405
|
+
types: "./runtime/react-native.d.ts",
|
|
2406
|
+
require: "./runtime/react-native.js",
|
|
2407
|
+
import: "./runtime/react-native.js",
|
|
2408
|
+
default: "./runtime/react-native.js"
|
|
2391
2409
|
},
|
|
2392
2410
|
"./generator-build": {
|
|
2393
2411
|
require: "./generator-build/index.js",
|
|
@@ -2495,7 +2513,7 @@ var package_default = {
|
|
|
2495
2513
|
"@prisma/dmmf": "workspace:*",
|
|
2496
2514
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2497
2515
|
"@prisma/engines": "workspace:*",
|
|
2498
|
-
"@prisma/engines-version": "6.6.0-
|
|
2516
|
+
"@prisma/engines-version": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2499
2517
|
"@prisma/fetch-engine": "workspace:*",
|
|
2500
2518
|
"@prisma/generator": "workspace:*",
|
|
2501
2519
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2505,8 +2523,8 @@ var package_default = {
|
|
|
2505
2523
|
"@prisma/migrate": "workspace:*",
|
|
2506
2524
|
"@prisma/mini-proxy": "0.9.5",
|
|
2507
2525
|
"@prisma/pg-worker": "workspace:*",
|
|
2508
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
|
2509
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
|
2526
|
+
"@prisma/query-compiler-wasm": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2527
|
+
"@prisma/query-engine-wasm": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
2510
2528
|
"@prisma/ts-builders": "workspace:*",
|
|
2511
2529
|
"@snaplet/copycat": "6.0.0",
|
|
2512
2530
|
"@swc-node/register": "1.10.9",
|
|
@@ -7003,7 +7021,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
7003
7021
|
import { match } from "ts-pattern";
|
|
7004
7022
|
|
|
7005
7023
|
// package.json
|
|
7006
|
-
var version = "6.6.0-dev.
|
|
7024
|
+
var version = "6.6.0-dev.82";
|
|
7007
7025
|
|
|
7008
7026
|
// src/generator.ts
|
|
7009
7027
|
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.
|
|
3
|
+
"version": "6.6.0-dev.82",
|
|
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-
|
|
28
|
+
"@prisma/engines-version": "6.6.0-42.7e5992271857e2e25ec7f47a66f83fb5b6a67412",
|
|
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.
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/generator": "6.6.0-dev.
|
|
40
|
-
"@prisma/get-platform": "6.6.0-dev.
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/ts-builders": "6.6.0-dev.
|
|
36
|
+
"@prisma/client-common": "6.6.0-dev.82",
|
|
37
|
+
"@prisma/debug": "6.6.0-dev.82",
|
|
38
|
+
"@prisma/fetch-engine": "6.6.0-dev.82",
|
|
39
|
+
"@prisma/generator": "6.6.0-dev.82",
|
|
40
|
+
"@prisma/get-platform": "6.6.0-dev.82",
|
|
41
|
+
"@prisma/internals": "6.6.0-dev.82",
|
|
42
|
+
"@prisma/dmmf": "6.6.0-dev.82",
|
|
43
|
+
"@prisma/ts-builders": "6.6.0-dev.82"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|