@prisma/client-generator-js 7.1.0-dev.38 → 7.1.0-dev.39
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 +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -2489,12 +2489,14 @@ var package_default = {
|
|
|
2489
2489
|
"@prisma/generator-helper": "workspace:*",
|
|
2490
2490
|
"@prisma/get-platform": "workspace:*",
|
|
2491
2491
|
"@prisma/instrumentation": "workspace:*",
|
|
2492
|
+
"@prisma/instrumentation-contract": "workspace:*",
|
|
2492
2493
|
"@prisma/internals": "workspace:*",
|
|
2493
2494
|
"@prisma/json-protocol": "workspace:*",
|
|
2494
2495
|
"@prisma/migrate": "workspace:*",
|
|
2495
2496
|
"@prisma/query-compiler-wasm": "7.1.0-6.ab635e6b9d606fa5c8fb8b1a7f909c3c3c1c98ba",
|
|
2496
2497
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2497
2498
|
"@prisma/sqlcommenter": "workspace:*",
|
|
2499
|
+
"@prisma/sqlcommenter-trace-context": "workspace:*",
|
|
2498
2500
|
"@prisma/ts-builders": "workspace:*",
|
|
2499
2501
|
"@snaplet/copycat": "6.0.0",
|
|
2500
2502
|
"@swc-node/register": "1.10.9",
|
|
@@ -6814,7 +6816,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6814
6816
|
var import_internals9 = require("@prisma/internals");
|
|
6815
6817
|
|
|
6816
6818
|
// package.json
|
|
6817
|
-
var version = "7.1.0-dev.
|
|
6819
|
+
var version = "7.1.0-dev.39";
|
|
6818
6820
|
|
|
6819
6821
|
// src/resolvePrismaClient.ts
|
|
6820
6822
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -2478,12 +2478,14 @@ var package_default = {
|
|
|
2478
2478
|
"@prisma/generator-helper": "workspace:*",
|
|
2479
2479
|
"@prisma/get-platform": "workspace:*",
|
|
2480
2480
|
"@prisma/instrumentation": "workspace:*",
|
|
2481
|
+
"@prisma/instrumentation-contract": "workspace:*",
|
|
2481
2482
|
"@prisma/internals": "workspace:*",
|
|
2482
2483
|
"@prisma/json-protocol": "workspace:*",
|
|
2483
2484
|
"@prisma/migrate": "workspace:*",
|
|
2484
2485
|
"@prisma/query-compiler-wasm": "7.1.0-6.ab635e6b9d606fa5c8fb8b1a7f909c3c3c1c98ba",
|
|
2485
2486
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2486
2487
|
"@prisma/sqlcommenter": "workspace:*",
|
|
2488
|
+
"@prisma/sqlcommenter-trace-context": "workspace:*",
|
|
2487
2489
|
"@prisma/ts-builders": "workspace:*",
|
|
2488
2490
|
"@snaplet/copycat": "6.0.0",
|
|
2489
2491
|
"@swc-node/register": "1.10.9",
|
|
@@ -6806,7 +6808,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6806
6808
|
import { parseEnvValue } from "@prisma/internals";
|
|
6807
6809
|
|
|
6808
6810
|
// package.json
|
|
6809
|
-
var version = "7.1.0-dev.
|
|
6811
|
+
var version = "7.1.0-dev.39";
|
|
6810
6812
|
|
|
6811
6813
|
// src/resolvePrismaClient.ts
|
|
6812
6814
|
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": "7.1.0-dev.
|
|
3
|
+
"version": "7.1.0-dev.39",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
"package-up": "5.0.0",
|
|
33
33
|
"pluralize": "8.0.0",
|
|
34
34
|
"ts-pattern": "5.6.2",
|
|
35
|
-
"@prisma/
|
|
36
|
-
"@prisma/
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/generator": "7.1.0-dev.
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/internals": "7.1.0-dev.
|
|
42
|
-
"@prisma/ts-builders": "7.1.0-dev.
|
|
35
|
+
"@prisma/client-common": "7.1.0-dev.39",
|
|
36
|
+
"@prisma/debug": "7.1.0-dev.39",
|
|
37
|
+
"@prisma/fetch-engine": "7.1.0-dev.39",
|
|
38
|
+
"@prisma/generator": "7.1.0-dev.39",
|
|
39
|
+
"@prisma/dmmf": "7.1.0-dev.39",
|
|
40
|
+
"@prisma/get-platform": "7.1.0-dev.39",
|
|
41
|
+
"@prisma/internals": "7.1.0-dev.39",
|
|
42
|
+
"@prisma/ts-builders": "7.1.0-dev.39"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/pluralize": "0.0.33",
|