@prisma/client-generator-ts 6.6.0-dev.66 → 6.6.0-dev.67
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -2499,7 +2499,7 @@ var package_default = {
|
|
|
2499
2499
|
"@prisma/dmmf": "workspace:*",
|
|
2500
2500
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2501
2501
|
"@prisma/engines": "workspace:*",
|
|
2502
|
-
"@prisma/engines-version": "6.6.0-
|
|
2502
|
+
"@prisma/engines-version": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2503
2503
|
"@prisma/fetch-engine": "workspace:*",
|
|
2504
2504
|
"@prisma/generator": "workspace:*",
|
|
2505
2505
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2509,8 +2509,8 @@ var package_default = {
|
|
|
2509
2509
|
"@prisma/migrate": "workspace:*",
|
|
2510
2510
|
"@prisma/mini-proxy": "0.9.5",
|
|
2511
2511
|
"@prisma/pg-worker": "workspace:*",
|
|
2512
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
|
2513
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
|
2512
|
+
"@prisma/query-compiler-wasm": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2513
|
+
"@prisma/query-engine-wasm": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2514
2514
|
"@prisma/ts-builders": "workspace:*",
|
|
2515
2515
|
"@snaplet/copycat": "6.0.0",
|
|
2516
2516
|
"@swc-node/register": "1.10.9",
|
|
@@ -7061,7 +7061,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
7061
7061
|
var import_ts_pattern = require("ts-pattern");
|
|
7062
7062
|
|
|
7063
7063
|
// package.json
|
|
7064
|
-
var version = "6.6.0-dev.
|
|
7064
|
+
var version = "6.6.0-dev.67";
|
|
7065
7065
|
|
|
7066
7066
|
// src/resolvePrismaClient.ts
|
|
7067
7067
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -2494,7 +2494,7 @@ var package_default = {
|
|
|
2494
2494
|
"@prisma/dmmf": "workspace:*",
|
|
2495
2495
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2496
2496
|
"@prisma/engines": "workspace:*",
|
|
2497
|
-
"@prisma/engines-version": "6.6.0-
|
|
2497
|
+
"@prisma/engines-version": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2498
2498
|
"@prisma/fetch-engine": "workspace:*",
|
|
2499
2499
|
"@prisma/generator": "workspace:*",
|
|
2500
2500
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2504,8 +2504,8 @@ var package_default = {
|
|
|
2504
2504
|
"@prisma/migrate": "workspace:*",
|
|
2505
2505
|
"@prisma/mini-proxy": "0.9.5",
|
|
2506
2506
|
"@prisma/pg-worker": "workspace:*",
|
|
2507
|
-
"@prisma/query-compiler-wasm": "6.6.0-
|
|
2508
|
-
"@prisma/query-engine-wasm": "6.6.0-
|
|
2507
|
+
"@prisma/query-compiler-wasm": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2508
|
+
"@prisma/query-engine-wasm": "6.6.0-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
2509
2509
|
"@prisma/ts-builders": "workspace:*",
|
|
2510
2510
|
"@snaplet/copycat": "6.0.0",
|
|
2511
2511
|
"@swc-node/register": "1.10.9",
|
|
@@ -7059,7 +7059,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
7059
7059
|
import { match } from "ts-pattern";
|
|
7060
7060
|
|
|
7061
7061
|
// package.json
|
|
7062
|
-
var version = "6.6.0-dev.
|
|
7062
|
+
var version = "6.6.0-dev.67";
|
|
7063
7063
|
|
|
7064
7064
|
// src/resolvePrismaClient.ts
|
|
7065
7065
|
import fs2 from "node:fs/promises";
|
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.67",
|
|
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-31.d26022ad3b55e2aa7e4ffc189436e4c59aae0c29",
|
|
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/debug": "6.6.0-dev.
|
|
38
|
-
"@prisma/dmmf": "6.6.0-dev.
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
36
|
+
"@prisma/client-common": "6.6.0-dev.67",
|
|
37
|
+
"@prisma/debug": "6.6.0-dev.67",
|
|
38
|
+
"@prisma/dmmf": "6.6.0-dev.67",
|
|
39
|
+
"@prisma/fetch-engine": "6.6.0-dev.67",
|
|
40
|
+
"@prisma/generator": "6.6.0-dev.67",
|
|
41
|
+
"@prisma/get-platform": "6.6.0-dev.67",
|
|
42
|
+
"@prisma/internals": "6.6.0-dev.67",
|
|
43
|
+
"@prisma/ts-builders": "6.6.0-dev.67"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|