@prisma/client-generator-js 6.20.0-integration-next.17 → 6.20.0-integration-next.19
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 +9 -8
- package/dist/index.mjs +9 -8
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -1846,9 +1846,9 @@ var require_ensure = __commonJS({
|
|
|
1846
1846
|
}
|
|
1847
1847
|
});
|
|
1848
1848
|
|
|
1849
|
-
// ../../node_modules/.pnpm/jsonfile@6.
|
|
1849
|
+
// ../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js
|
|
1850
1850
|
var require_utils2 = __commonJS({
|
|
1851
|
-
"../../node_modules/.pnpm/jsonfile@6.
|
|
1851
|
+
"../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports2, module2) {
|
|
1852
1852
|
"use strict";
|
|
1853
1853
|
function stringify9(obj, { EOL = "\n", finalEOL = true, replacer = null, spaces } = {}) {
|
|
1854
1854
|
const EOF = finalEOL ? EOL : "";
|
|
@@ -1863,9 +1863,9 @@ var require_utils2 = __commonJS({
|
|
|
1863
1863
|
}
|
|
1864
1864
|
});
|
|
1865
1865
|
|
|
1866
|
-
// ../../node_modules/.pnpm/jsonfile@6.
|
|
1866
|
+
// ../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js
|
|
1867
1867
|
var require_jsonfile = __commonJS({
|
|
1868
|
-
"../../node_modules/.pnpm/jsonfile@6.
|
|
1868
|
+
"../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports2, module2) {
|
|
1869
1869
|
"use strict";
|
|
1870
1870
|
var _fs;
|
|
1871
1871
|
try {
|
|
@@ -1927,12 +1927,13 @@ var require_jsonfile = __commonJS({
|
|
|
1927
1927
|
const str = stringify9(obj, options);
|
|
1928
1928
|
return fs3.writeFileSync(file4, str, options);
|
|
1929
1929
|
}
|
|
1930
|
-
|
|
1930
|
+
var jsonfile = {
|
|
1931
1931
|
readFile,
|
|
1932
1932
|
readFileSync,
|
|
1933
1933
|
writeFile,
|
|
1934
1934
|
writeFileSync
|
|
1935
1935
|
};
|
|
1936
|
+
module2.exports = jsonfile;
|
|
1936
1937
|
}
|
|
1937
1938
|
});
|
|
1938
1939
|
|
|
@@ -2482,7 +2483,7 @@ var package_default = {
|
|
|
2482
2483
|
"@prisma/dmmf": "workspace:*",
|
|
2483
2484
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2484
2485
|
"@prisma/engines": "workspace:*",
|
|
2485
|
-
"@prisma/engines-version": "6.20.0-
|
|
2486
|
+
"@prisma/engines-version": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
|
|
2486
2487
|
"@prisma/fetch-engine": "workspace:*",
|
|
2487
2488
|
"@prisma/generator": "workspace:*",
|
|
2488
2489
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2490,7 +2491,7 @@ var package_default = {
|
|
|
2490
2491
|
"@prisma/instrumentation": "workspace:*",
|
|
2491
2492
|
"@prisma/internals": "workspace:*",
|
|
2492
2493
|
"@prisma/migrate": "workspace:*",
|
|
2493
|
-
"@prisma/query-compiler-wasm": "6.20.0-
|
|
2494
|
+
"@prisma/query-compiler-wasm": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
|
|
2494
2495
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2495
2496
|
"@prisma/ts-builders": "workspace:*",
|
|
2496
2497
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -6786,7 +6787,7 @@ var import_engines_version = require("@prisma/engines-version");
|
|
|
6786
6787
|
var import_internals9 = require("@prisma/internals");
|
|
6787
6788
|
|
|
6788
6789
|
// package.json
|
|
6789
|
-
var version = "6.20.0-integration-next.
|
|
6790
|
+
var version = "6.20.0-integration-next.19";
|
|
6790
6791
|
|
|
6791
6792
|
// src/resolvePrismaClient.ts
|
|
6792
6793
|
var import_promises2 = __toESM(require("node:fs/promises"));
|
package/dist/index.mjs
CHANGED
|
@@ -1846,9 +1846,9 @@ var require_ensure = __commonJS({
|
|
|
1846
1846
|
}
|
|
1847
1847
|
});
|
|
1848
1848
|
|
|
1849
|
-
// ../../node_modules/.pnpm/jsonfile@6.
|
|
1849
|
+
// ../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js
|
|
1850
1850
|
var require_utils2 = __commonJS({
|
|
1851
|
-
"../../node_modules/.pnpm/jsonfile@6.
|
|
1851
|
+
"../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module) {
|
|
1852
1852
|
"use strict";
|
|
1853
1853
|
function stringify9(obj, { EOL = "\n", finalEOL = true, replacer = null, spaces } = {}) {
|
|
1854
1854
|
const EOF = finalEOL ? EOL : "";
|
|
@@ -1863,9 +1863,9 @@ var require_utils2 = __commonJS({
|
|
|
1863
1863
|
}
|
|
1864
1864
|
});
|
|
1865
1865
|
|
|
1866
|
-
// ../../node_modules/.pnpm/jsonfile@6.
|
|
1866
|
+
// ../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js
|
|
1867
1867
|
var require_jsonfile = __commonJS({
|
|
1868
|
-
"../../node_modules/.pnpm/jsonfile@6.
|
|
1868
|
+
"../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports, module) {
|
|
1869
1869
|
"use strict";
|
|
1870
1870
|
var _fs;
|
|
1871
1871
|
try {
|
|
@@ -1927,12 +1927,13 @@ var require_jsonfile = __commonJS({
|
|
|
1927
1927
|
const str = stringify9(obj, options);
|
|
1928
1928
|
return fs3.writeFileSync(file4, str, options);
|
|
1929
1929
|
}
|
|
1930
|
-
|
|
1930
|
+
var jsonfile = {
|
|
1931
1931
|
readFile,
|
|
1932
1932
|
readFileSync,
|
|
1933
1933
|
writeFile,
|
|
1934
1934
|
writeFileSync
|
|
1935
1935
|
};
|
|
1936
|
+
module.exports = jsonfile;
|
|
1936
1937
|
}
|
|
1937
1938
|
});
|
|
1938
1939
|
|
|
@@ -2471,7 +2472,7 @@ var package_default = {
|
|
|
2471
2472
|
"@prisma/dmmf": "workspace:*",
|
|
2472
2473
|
"@prisma/driver-adapter-utils": "workspace:*",
|
|
2473
2474
|
"@prisma/engines": "workspace:*",
|
|
2474
|
-
"@prisma/engines-version": "6.20.0-
|
|
2475
|
+
"@prisma/engines-version": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
|
|
2475
2476
|
"@prisma/fetch-engine": "workspace:*",
|
|
2476
2477
|
"@prisma/generator": "workspace:*",
|
|
2477
2478
|
"@prisma/generator-helper": "workspace:*",
|
|
@@ -2479,7 +2480,7 @@ var package_default = {
|
|
|
2479
2480
|
"@prisma/instrumentation": "workspace:*",
|
|
2480
2481
|
"@prisma/internals": "workspace:*",
|
|
2481
2482
|
"@prisma/migrate": "workspace:*",
|
|
2482
|
-
"@prisma/query-compiler-wasm": "6.20.0-
|
|
2483
|
+
"@prisma/query-compiler-wasm": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
|
|
2483
2484
|
"@prisma/query-plan-executor": "workspace:*",
|
|
2484
2485
|
"@prisma/ts-builders": "workspace:*",
|
|
2485
2486
|
"@snaplet/copycat": "6.0.0",
|
|
@@ -6778,7 +6779,7 @@ import { enginesVersion } from "@prisma/engines-version";
|
|
|
6778
6779
|
import { parseEnvValue } from "@prisma/internals";
|
|
6779
6780
|
|
|
6780
6781
|
// package.json
|
|
6781
|
-
var version = "6.20.0-integration-next.
|
|
6782
|
+
var version = "6.20.0-integration-next.19";
|
|
6782
6783
|
|
|
6783
6784
|
// src/resolvePrismaClient.ts
|
|
6784
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": "6.20.0-integration-next.
|
|
3
|
+
"version": "6.20.0-integration-next.19",
|
|
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,21 +25,21 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@antfu/ni": "0.21.12",
|
|
28
|
-
"@prisma/engines-version": "6.20.0-
|
|
28
|
+
"@prisma/engines-version": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
|
|
29
29
|
"env-paths": "2.2.1",
|
|
30
30
|
"indent-string": "4.0.0",
|
|
31
31
|
"klona": "2.0.6",
|
|
32
32
|
"package-up": "5.0.0",
|
|
33
33
|
"pluralize": "8.0.0",
|
|
34
34
|
"ts-pattern": "5.6.2",
|
|
35
|
-
"@prisma/client-common": "6.20.0-integration-next.
|
|
36
|
-
"@prisma/debug": "6.20.0-integration-next.
|
|
37
|
-
"@prisma/
|
|
38
|
-
"@prisma/generator": "6.20.0-integration-next.
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/get-platform": "6.20.0-integration-next.
|
|
41
|
-
"@prisma/internals": "6.20.0-integration-next.
|
|
42
|
-
"@prisma/ts-builders": "6.20.0-integration-next.
|
|
35
|
+
"@prisma/client-common": "6.20.0-integration-next.19",
|
|
36
|
+
"@prisma/debug": "6.20.0-integration-next.19",
|
|
37
|
+
"@prisma/dmmf": "6.20.0-integration-next.19",
|
|
38
|
+
"@prisma/generator": "6.20.0-integration-next.19",
|
|
39
|
+
"@prisma/fetch-engine": "6.20.0-integration-next.19",
|
|
40
|
+
"@prisma/get-platform": "6.20.0-integration-next.19",
|
|
41
|
+
"@prisma/internals": "6.20.0-integration-next.19",
|
|
42
|
+
"@prisma/ts-builders": "6.20.0-integration-next.19"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/pluralize": "0.0.33",
|