@prisma/client-generator-js 6.18.0-integration-next.11 → 6.19.0-integration-next.1
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -3084,7 +3084,6 @@ var package_default = {
|
|
|
3084
3084
|
"@prisma/instrumentation": "workspace:*",
|
|
3085
3085
|
"@prisma/internals": "workspace:*",
|
|
3086
3086
|
"@prisma/migrate": "workspace:*",
|
|
3087
|
-
"@prisma/mini-proxy": "0.9.5",
|
|
3088
3087
|
"@prisma/query-compiler-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3089
3088
|
"@prisma/query-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3090
3089
|
"@prisma/query-plan-executor": "workspace:*",
|
|
@@ -7743,7 +7742,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
7743
7742
|
var import_ts_pattern = require("ts-pattern");
|
|
7744
7743
|
|
|
7745
7744
|
// package.json
|
|
7746
|
-
var version = "6.
|
|
7745
|
+
var version = "6.19.0-integration-next.1";
|
|
7747
7746
|
|
|
7748
7747
|
// src/resolvePrismaClient.ts
|
|
7749
7748
|
var import_promises3 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -3079,7 +3079,6 @@ var package_default = {
|
|
|
3079
3079
|
"@prisma/instrumentation": "workspace:*",
|
|
3080
3080
|
"@prisma/internals": "workspace:*",
|
|
3081
3081
|
"@prisma/migrate": "workspace:*",
|
|
3082
|
-
"@prisma/mini-proxy": "0.9.5",
|
|
3083
3082
|
"@prisma/query-compiler-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3084
3083
|
"@prisma/query-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3085
3084
|
"@prisma/query-plan-executor": "workspace:*",
|
|
@@ -7741,7 +7740,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
7741
7740
|
import { match } from "ts-pattern";
|
|
7742
7741
|
|
|
7743
7742
|
// package.json
|
|
7744
|
-
var version = "6.
|
|
7743
|
+
var version = "6.19.0-integration-next.1";
|
|
7745
7744
|
|
|
7746
7745
|
// src/resolvePrismaClient.ts
|
|
7747
7746
|
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.
|
|
3
|
+
"version": "6.19.0-integration-next.1",
|
|
4
4
|
"description": "This package is intended for Prisma's internal use",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -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/
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/fetch-engine": "6.
|
|
40
|
-
"@prisma/get-platform": "6.
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
36
|
+
"@prisma/client-common": "6.19.0-integration-next.1",
|
|
37
|
+
"@prisma/debug": "6.19.0-integration-next.1",
|
|
38
|
+
"@prisma/dmmf": "6.19.0-integration-next.1",
|
|
39
|
+
"@prisma/fetch-engine": "6.19.0-integration-next.1",
|
|
40
|
+
"@prisma/get-platform": "6.19.0-integration-next.1",
|
|
41
|
+
"@prisma/generator": "6.19.0-integration-next.1",
|
|
42
|
+
"@prisma/ts-builders": "6.19.0-integration-next.1",
|
|
43
|
+
"@prisma/internals": "6.19.0-integration-next.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|