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