@prisma/client-generator-js 7.3.0-integration-parameterization.5 → 7.3.0-integration-aqrln-upskmmvouusz.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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -4576,6 +4576,7 @@ function buildQueryCompilerWasmModule(forceEdgeWasmLoader, runtimeName, compiler
|
|
|
4576
4576
|
|
|
4577
4577
|
return new WebAssembly.Module(queryCompilerWasmFileBytes)
|
|
4578
4578
|
},
|
|
4579
|
+
getRuntimePath: () => require.resolve('./${artifactName}.js'),
|
|
4579
4580
|
importName: './${artifactName}.js',
|
|
4580
4581
|
}`;
|
|
4581
4582
|
}
|
|
@@ -6823,7 +6824,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6823
6824
|
var import_internals9 = require("@prisma/internals");
|
|
6824
6825
|
|
|
6825
6826
|
// package.json
|
|
6826
|
-
var version = "7.3.0-integration-
|
|
6827
|
+
var version = "7.3.0-integration-aqrln-upskmmvouusz.1";
|
|
6827
6828
|
|
|
6828
6829
|
// src/resolvePrismaClient.ts
|
|
6829
6830
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -4568,6 +4568,7 @@ function buildQueryCompilerWasmModule(forceEdgeWasmLoader, runtimeName, compiler
|
|
|
4568
4568
|
|
|
4569
4569
|
return new WebAssembly.Module(queryCompilerWasmFileBytes)
|
|
4570
4570
|
},
|
|
4571
|
+
getRuntimePath: () => require.resolve('./${artifactName}.js'),
|
|
4571
4572
|
importName: './${artifactName}.js',
|
|
4572
4573
|
}`;
|
|
4573
4574
|
}
|
|
@@ -6815,7 +6816,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6815
6816
|
import { parseEnvValue } from "@prisma/internals";
|
|
6816
6817
|
|
|
6817
6818
|
// package.json
|
|
6818
|
-
var version = "7.3.0-integration-
|
|
6819
|
+
var version = "7.3.0-integration-aqrln-upskmmvouusz.1";
|
|
6819
6820
|
|
|
6820
6821
|
// src/resolvePrismaClient.ts
|
|
6821
6822
|
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.3.0-integration-
|
|
3
|
+
"version": "7.3.0-integration-aqrln-upskmmvouusz.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,15 +32,15 @@
|
|
|
32
32
|
"package-up": "5.0.0",
|
|
33
33
|
"pluralize": "8.0.0",
|
|
34
34
|
"ts-pattern": "5.6.2",
|
|
35
|
-
"@prisma/client-common": "7.3.0-integration-
|
|
36
|
-
"@prisma/debug": "7.3.0-integration-
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/internals": "7.3.0-integration-
|
|
42
|
-
"@prisma/param-graph-builder": "7.3.0-integration-
|
|
43
|
-
"@prisma/ts-builders": "7.3.0-integration-
|
|
35
|
+
"@prisma/client-common": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
36
|
+
"@prisma/debug": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
37
|
+
"@prisma/dmmf": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
38
|
+
"@prisma/get-platform": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
39
|
+
"@prisma/fetch-engine": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
40
|
+
"@prisma/generator": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
41
|
+
"@prisma/internals": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
42
|
+
"@prisma/param-graph-builder": "7.3.0-integration-aqrln-upskmmvouusz.1",
|
|
43
|
+
"@prisma/ts-builders": "7.3.0-integration-aqrln-upskmmvouusz.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/pluralize": "0.0.33",
|