@prisma/client-generator-js 7.1.0-dev.9 → 7.1.0-integration-fix-fix-missing-cockroach-wasm.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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -2405,7 +2405,7 @@ var package_default = {
|
|
|
2405
2405
|
},
|
|
2406
2406
|
license: "Apache-2.0",
|
|
2407
2407
|
engines: {
|
|
2408
|
-
node: "^20.19 || ^22.12 ||
|
|
2408
|
+
node: "^20.19 || ^22.12 || >=24.0"
|
|
2409
2409
|
},
|
|
2410
2410
|
homepage: "https://www.prisma.io",
|
|
2411
2411
|
repository: {
|
|
@@ -6602,7 +6602,7 @@ function writeFileMap(outputDir, fileMap) {
|
|
|
6602
6602
|
);
|
|
6603
6603
|
}
|
|
6604
6604
|
function isWasmEngineSupported(provider) {
|
|
6605
|
-
return provider === "postgresql" || provider === "postgres" || provider === "mysql" || provider === "sqlite" || provider === "sqlserver";
|
|
6605
|
+
return provider === "postgresql" || provider === "postgres" || provider === "cockroachdb" || provider === "mysql" || provider === "sqlite" || provider === "sqlserver";
|
|
6606
6606
|
}
|
|
6607
6607
|
function validateDmmfAgainstDenylists(prismaClientDmmf) {
|
|
6608
6608
|
const errorArray = [];
|
|
@@ -6787,7 +6787,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6787
6787
|
var import_internals9 = require("@prisma/internals");
|
|
6788
6788
|
|
|
6789
6789
|
// package.json
|
|
6790
|
-
var version = "7.1.0-
|
|
6790
|
+
var version = "7.1.0-integration-fix-fix-missing-cockroach-wasm.1";
|
|
6791
6791
|
|
|
6792
6792
|
// src/resolvePrismaClient.ts
|
|
6793
6793
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -2394,7 +2394,7 @@ var package_default = {
|
|
|
2394
2394
|
},
|
|
2395
2395
|
license: "Apache-2.0",
|
|
2396
2396
|
engines: {
|
|
2397
|
-
node: "^20.19 || ^22.12 ||
|
|
2397
|
+
node: "^20.19 || ^22.12 || >=24.0"
|
|
2398
2398
|
},
|
|
2399
2399
|
homepage: "https://www.prisma.io",
|
|
2400
2400
|
repository: {
|
|
@@ -6594,7 +6594,7 @@ function writeFileMap(outputDir, fileMap) {
|
|
|
6594
6594
|
);
|
|
6595
6595
|
}
|
|
6596
6596
|
function isWasmEngineSupported(provider) {
|
|
6597
|
-
return provider === "postgresql" || provider === "postgres" || provider === "mysql" || provider === "sqlite" || provider === "sqlserver";
|
|
6597
|
+
return provider === "postgresql" || provider === "postgres" || provider === "cockroachdb" || provider === "mysql" || provider === "sqlite" || provider === "sqlserver";
|
|
6598
6598
|
}
|
|
6599
6599
|
function validateDmmfAgainstDenylists(prismaClientDmmf) {
|
|
6600
6600
|
const errorArray = [];
|
|
@@ -6779,7 +6779,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6779
6779
|
import { parseEnvValue } from "@prisma/internals";
|
|
6780
6780
|
|
|
6781
6781
|
// package.json
|
|
6782
|
-
var version = "7.1.0-
|
|
6782
|
+
var version = "7.1.0-integration-fix-fix-missing-cockroach-wasm.1";
|
|
6783
6783
|
|
|
6784
6784
|
// src/resolvePrismaClient.ts
|
|
6785
6785
|
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-
|
|
3
|
+
"version": "7.1.0-integration-fix-fix-missing-cockroach-wasm.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",
|
|
@@ -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/
|
|
39
|
-
"@prisma/generator": "7.1.0-
|
|
40
|
-
"@prisma/get-platform": "7.1.0-
|
|
41
|
-
"@prisma/internals": "7.1.0-
|
|
42
|
-
"@prisma/ts-builders": "7.1.0-
|
|
35
|
+
"@prisma/debug": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
36
|
+
"@prisma/client-common": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
37
|
+
"@prisma/fetch-engine": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
38
|
+
"@prisma/dmmf": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
39
|
+
"@prisma/generator": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
40
|
+
"@prisma/get-platform": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
41
|
+
"@prisma/internals": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1",
|
|
42
|
+
"@prisma/ts-builders": "7.1.0-integration-fix-fix-missing-cockroach-wasm.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/pluralize": "0.0.33",
|