@prisma/client-generator-js 6.18.0-integration-next.9 → 6.18.0-integration-next.10
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
|
@@ -3076,7 +3076,7 @@ var package_default = {
|
|
|
3076
3076
|
"@prisma/dmmf": "workspace:*",
|
|
3077
3077
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
3078
3078
|
"@prisma/engines": "workspace:*",
|
|
3079
|
-
"@prisma/engines-version": "6.18.0-
|
|
3079
|
+
"@prisma/engines-version": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3080
3080
|
"@prisma/fetch-engine": "workspace:*",
|
|
3081
3081
|
"@prisma/generator": "workspace:*",
|
|
3082
3082
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -3085,8 +3085,8 @@ var package_default = {
|
|
|
3085
3085
|
"@prisma/internals": "workspace:*",
|
|
3086
3086
|
"@prisma/migrate": "workspace:*",
|
|
3087
3087
|
"@prisma/mini-proxy": "0.9.5",
|
|
3088
|
-
"@prisma/query-compiler-wasm": "6.18.0-
|
|
3089
|
-
"@prisma/query-engine-wasm": "6.18.0-
|
|
3088
|
+
"@prisma/query-compiler-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3089
|
+
"@prisma/query-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3090
3090
|
"@prisma/query-plan-executor": "workspace:*",
|
|
3091
3091
|
"@prisma/ts-builders": "workspace:*",
|
|
3092
3092
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -7743,7 +7743,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
7743
7743
|
var import_ts_pattern = require("ts-pattern");
|
|
7744
7744
|
|
|
7745
7745
|
// package.json
|
|
7746
|
-
var version = "6.18.0-integration-next.
|
|
7746
|
+
var version = "6.18.0-integration-next.10";
|
|
7747
7747
|
|
|
7748
7748
|
// src/resolvePrismaClient.ts
|
|
7749
7749
|
var import_promises3 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -3071,7 +3071,7 @@ var package_default = {
|
|
|
3071
3071
|
"@prisma/dmmf": "workspace:*",
|
|
3072
3072
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
3073
3073
|
"@prisma/engines": "workspace:*",
|
|
3074
|
-
"@prisma/engines-version": "6.18.0-
|
|
3074
|
+
"@prisma/engines-version": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3075
3075
|
"@prisma/fetch-engine": "workspace:*",
|
|
3076
3076
|
"@prisma/generator": "workspace:*",
|
|
3077
3077
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -3080,8 +3080,8 @@ var package_default = {
|
|
|
3080
3080
|
"@prisma/internals": "workspace:*",
|
|
3081
3081
|
"@prisma/migrate": "workspace:*",
|
|
3082
3082
|
"@prisma/mini-proxy": "0.9.5",
|
|
3083
|
-
"@prisma/query-compiler-wasm": "6.18.0-
|
|
3084
|
-
"@prisma/query-engine-wasm": "6.18.0-
|
|
3083
|
+
"@prisma/query-compiler-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3084
|
+
"@prisma/query-engine-wasm": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
3085
3085
|
"@prisma/query-plan-executor": "workspace:*",
|
|
3086
3086
|
"@prisma/ts-builders": "workspace:*",
|
|
3087
3087
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -7741,7 +7741,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
7741
7741
|
import { match } from "ts-pattern";
|
|
7742
7742
|
|
|
7743
7743
|
// package.json
|
|
7744
|
-
var version = "6.18.0-integration-next.
|
|
7744
|
+
var version = "6.18.0-integration-next.10";
|
|
7745
7745
|
|
|
7746
7746
|
// src/resolvePrismaClient.ts
|
|
7747
7747
|
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.18.0-integration-next.
|
|
3
|
+
"version": "6.18.0-integration-next.10",
|
|
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.18.0-
|
|
28
|
+
"@prisma/engines-version": "6.18.0-8.34b5a692b7bd79939a9a2c3ef97d816e749cda2f",
|
|
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.18.0-integration-next.
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/
|
|
36
|
+
"@prisma/client-common": "6.18.0-integration-next.10",
|
|
37
|
+
"@prisma/debug": "6.18.0-integration-next.10",
|
|
38
|
+
"@prisma/dmmf": "6.18.0-integration-next.10",
|
|
39
|
+
"@prisma/get-platform": "6.18.0-integration-next.10",
|
|
40
|
+
"@prisma/generator": "6.18.0-integration-next.10",
|
|
41
|
+
"@prisma/fetch-engine": "6.18.0-integration-next.10",
|
|
42
|
+
"@prisma/internals": "6.18.0-integration-next.10",
|
|
43
|
+
"@prisma/ts-builders": "6.18.0-integration-next.10"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|