@prisma/client-generator-js 6.14.0-dev.4 → 6.14.0-integration-feat-client-wasm-base64-on-nodejs.2
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -9180,7 +9180,7 @@ var import_internals12 = require("@prisma/internals");
|
|
|
9180
9180
|
var import_ts_pattern = require("ts-pattern");
|
|
9181
9181
|
|
|
9182
9182
|
// package.json
|
|
9183
|
-
var version = "6.14.0-
|
|
9183
|
+
var version = "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2";
|
|
9184
9184
|
|
|
9185
9185
|
// src/resolvePrismaClient.ts
|
|
9186
9186
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -9178,7 +9178,7 @@ import { ClientEngineType as ClientEngineType4, getClientEngineType as getClient
|
|
|
9178
9178
|
import { match } from "ts-pattern";
|
|
9179
9179
|
|
|
9180
9180
|
// package.json
|
|
9181
|
-
var version = "6.14.0-
|
|
9181
|
+
var version = "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2";
|
|
9182
9182
|
|
|
9183
9183
|
// src/resolvePrismaClient.ts
|
|
9184
9184
|
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.14.0-
|
|
3
|
+
"version": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
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
|
"pkg-up": "3.1.0",
|
|
34
34
|
"pluralize": "8.0.0",
|
|
35
35
|
"ts-pattern": "5.6.2",
|
|
36
|
-
"@prisma/client-common": "6.14.0-
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/internals": "6.14.0-
|
|
43
|
-
"@prisma/ts-builders": "6.14.0-
|
|
36
|
+
"@prisma/client-common": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
37
|
+
"@prisma/dmmf": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
38
|
+
"@prisma/debug": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
39
|
+
"@prisma/generator": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
40
|
+
"@prisma/fetch-engine": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
41
|
+
"@prisma/get-platform": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
42
|
+
"@prisma/internals": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2",
|
|
43
|
+
"@prisma/ts-builders": "6.14.0-integration-feat-client-wasm-base64-on-nodejs.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|