@prisma/client-generator-js 6.7.0-dev.1 → 6.7.0-dev.3
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
|
@@ -4481,7 +4481,7 @@ var package_default = {
|
|
|
4481
4481
|
"@prisma/dmmf": "workspace:*",
|
|
4482
4482
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
4483
4483
|
"@prisma/engines": "workspace:*",
|
|
4484
|
-
"@prisma/engines-version": "6.
|
|
4484
|
+
"@prisma/engines-version": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4485
4485
|
"@prisma/fetch-engine": "workspace:*",
|
|
4486
4486
|
"@prisma/generator": "workspace:*",
|
|
4487
4487
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -4491,8 +4491,8 @@ var package_default = {
|
|
|
4491
4491
|
"@prisma/migrate": "workspace:*",
|
|
4492
4492
|
"@prisma/mini-proxy": "0.9.5",
|
|
4493
4493
|
"@prisma/pg-worker": "workspace:*",
|
|
4494
|
-
"@prisma/query-compiler-wasm": "6.
|
|
4495
|
-
"@prisma/query-engine-wasm": "6.
|
|
4494
|
+
"@prisma/query-compiler-wasm": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4495
|
+
"@prisma/query-engine-wasm": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4496
4496
|
"@prisma/ts-builders": "workspace:*",
|
|
4497
4497
|
"@snaplet/copycat": "6.0.0",
|
|
4498
4498
|
"@swc-node/register": "1.10.9",
|
|
@@ -9125,7 +9125,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
9125
9125
|
var import_ts_pattern = require("ts-pattern");
|
|
9126
9126
|
|
|
9127
9127
|
// package.json
|
|
9128
|
-
var version = "6.7.0-dev.
|
|
9128
|
+
var version = "6.7.0-dev.3";
|
|
9129
9129
|
|
|
9130
9130
|
// src/resolvePrismaClient.ts
|
|
9131
9131
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -4476,7 +4476,7 @@ var package_default = {
|
|
|
4476
4476
|
"@prisma/dmmf": "workspace:*",
|
|
4477
4477
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
4478
4478
|
"@prisma/engines": "workspace:*",
|
|
4479
|
-
"@prisma/engines-version": "6.
|
|
4479
|
+
"@prisma/engines-version": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4480
4480
|
"@prisma/fetch-engine": "workspace:*",
|
|
4481
4481
|
"@prisma/generator": "workspace:*",
|
|
4482
4482
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -4486,8 +4486,8 @@ var package_default = {
|
|
|
4486
4486
|
"@prisma/migrate": "workspace:*",
|
|
4487
4487
|
"@prisma/mini-proxy": "0.9.5",
|
|
4488
4488
|
"@prisma/pg-worker": "workspace:*",
|
|
4489
|
-
"@prisma/query-compiler-wasm": "6.
|
|
4490
|
-
"@prisma/query-engine-wasm": "6.
|
|
4489
|
+
"@prisma/query-compiler-wasm": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4490
|
+
"@prisma/query-engine-wasm": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
4491
4491
|
"@prisma/ts-builders": "workspace:*",
|
|
4492
4492
|
"@snaplet/copycat": "6.0.0",
|
|
4493
4493
|
"@swc-node/register": "1.10.9",
|
|
@@ -9123,7 +9123,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
9123
9123
|
import { match } from "ts-pattern";
|
|
9124
9124
|
|
|
9125
9125
|
// package.json
|
|
9126
|
-
var version = "6.7.0-dev.
|
|
9126
|
+
var version = "6.7.0-dev.3";
|
|
9127
9127
|
|
|
9128
9128
|
// src/resolvePrismaClient.ts
|
|
9129
9129
|
var import_execa = __toESM(require_execa());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-js",
|
|
3
|
-
"version": "6.7.0-dev.
|
|
3
|
+
"version": "6.7.0-dev.3",
|
|
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.
|
|
28
|
+
"@prisma/engines-version": "6.7.0-2.f1c9ce159931e98b29ab3dd02ba38c01f49dc141",
|
|
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.7.0-dev.
|
|
37
|
-
"@prisma/debug": "6.7.0-dev.
|
|
38
|
-
"@prisma/fetch-engine": "6.7.0-dev.
|
|
39
|
-
"@prisma/dmmf": "6.7.0-dev.
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/ts-builders": "6.7.0-dev.
|
|
36
|
+
"@prisma/client-common": "6.7.0-dev.3",
|
|
37
|
+
"@prisma/debug": "6.7.0-dev.3",
|
|
38
|
+
"@prisma/fetch-engine": "6.7.0-dev.3",
|
|
39
|
+
"@prisma/dmmf": "6.7.0-dev.3",
|
|
40
|
+
"@prisma/generator": "6.7.0-dev.3",
|
|
41
|
+
"@prisma/get-platform": "6.7.0-dev.3",
|
|
42
|
+
"@prisma/internals": "6.7.0-dev.3",
|
|
43
|
+
"@prisma/ts-builders": "6.7.0-dev.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|