@prisma/client-generator-js 6.16.0-dev.31 → 6.16.0-dev.32
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
|
@@ -4493,7 +4493,7 @@ var package_default = {
|
|
|
4493
4493
|
"@prisma/dmmf": "workspace:*",
|
|
4494
4494
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
4495
4495
|
"@prisma/engines": "workspace:*",
|
|
4496
|
-
"@prisma/engines-version": "6.16.0-
|
|
4496
|
+
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4497
4497
|
"@prisma/fetch-engine": "workspace:*",
|
|
4498
4498
|
"@prisma/generator": "workspace:*",
|
|
4499
4499
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -4502,8 +4502,8 @@ var package_default = {
|
|
|
4502
4502
|
"@prisma/internals": "workspace:*",
|
|
4503
4503
|
"@prisma/migrate": "workspace:*",
|
|
4504
4504
|
"@prisma/mini-proxy": "0.9.5",
|
|
4505
|
-
"@prisma/query-compiler-wasm": "6.16.0-
|
|
4506
|
-
"@prisma/query-engine-wasm": "6.16.0-
|
|
4505
|
+
"@prisma/query-compiler-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4506
|
+
"@prisma/query-engine-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4507
4507
|
"@prisma/query-plan-executor": "workspace:*",
|
|
4508
4508
|
"@prisma/ts-builders": "workspace:*",
|
|
4509
4509
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -9153,7 +9153,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
9153
9153
|
var import_ts_pattern = require("ts-pattern");
|
|
9154
9154
|
|
|
9155
9155
|
// package.json
|
|
9156
|
-
var version = "6.16.0-dev.
|
|
9156
|
+
var version = "6.16.0-dev.32";
|
|
9157
9157
|
|
|
9158
9158
|
// src/resolvePrismaClient.ts
|
|
9159
9159
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -4488,7 +4488,7 @@ var package_default = {
|
|
|
4488
4488
|
"@prisma/dmmf": "workspace:*",
|
|
4489
4489
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
4490
4490
|
"@prisma/engines": "workspace:*",
|
|
4491
|
-
"@prisma/engines-version": "6.16.0-
|
|
4491
|
+
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4492
4492
|
"@prisma/fetch-engine": "workspace:*",
|
|
4493
4493
|
"@prisma/generator": "workspace:*",
|
|
4494
4494
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -4497,8 +4497,8 @@ var package_default = {
|
|
|
4497
4497
|
"@prisma/internals": "workspace:*",
|
|
4498
4498
|
"@prisma/migrate": "workspace:*",
|
|
4499
4499
|
"@prisma/mini-proxy": "0.9.5",
|
|
4500
|
-
"@prisma/query-compiler-wasm": "6.16.0-
|
|
4501
|
-
"@prisma/query-engine-wasm": "6.16.0-
|
|
4500
|
+
"@prisma/query-compiler-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4501
|
+
"@prisma/query-engine-wasm": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
4502
4502
|
"@prisma/query-plan-executor": "workspace:*",
|
|
4503
4503
|
"@prisma/ts-builders": "workspace:*",
|
|
4504
4504
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -9151,7 +9151,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
9151
9151
|
import { match } from "ts-pattern";
|
|
9152
9152
|
|
|
9153
9153
|
// package.json
|
|
9154
|
-
var version = "6.16.0-dev.
|
|
9154
|
+
var version = "6.16.0-dev.32";
|
|
9155
9155
|
|
|
9156
9156
|
// src/resolvePrismaClient.ts
|
|
9157
9157
|
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.16.0-dev.
|
|
3
|
+
"version": "6.16.0-dev.32",
|
|
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.16.0-
|
|
28
|
+
"@prisma/engines-version": "6.16.0-7.1c57fdcd7e44b29b9313256c76699e91c3ac3c43",
|
|
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
|
"package-up": "5.0.0",
|
|
34
34
|
"pluralize": "8.0.0",
|
|
35
35
|
"ts-pattern": "5.6.2",
|
|
36
|
-
"@prisma/client-common": "6.16.0-dev.
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/internals": "6.16.0-dev.
|
|
43
|
-
"@prisma/ts-builders": "6.16.0-dev.
|
|
36
|
+
"@prisma/client-common": "6.16.0-dev.32",
|
|
37
|
+
"@prisma/dmmf": "6.16.0-dev.32",
|
|
38
|
+
"@prisma/debug": "6.16.0-dev.32",
|
|
39
|
+
"@prisma/fetch-engine": "6.16.0-dev.32",
|
|
40
|
+
"@prisma/get-platform": "6.16.0-dev.32",
|
|
41
|
+
"@prisma/generator": "6.16.0-dev.32",
|
|
42
|
+
"@prisma/internals": "6.16.0-dev.32",
|
|
43
|
+
"@prisma/ts-builders": "6.16.0-dev.32"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|