@prisma/client-generator-ts 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 CHANGED
@@ -1846,9 +1846,9 @@ var require_ensure = __commonJS({
1846
1846
  }
1847
1847
  });
1848
1848
 
1849
- // ../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/utils.js
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.2.0/node_modules/jsonfile/utils.js"(exports2, module2) {
1851
+ "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports2, module2) {
1852
1852
  "use strict";
1853
1853
  function stringify16(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.2.0/node_modules/jsonfile/index.js
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.2.0/node_modules/jsonfile/index.js"(exports2, module2) {
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 = stringify16(obj, options);
1928
1928
  return fs3.writeFileSync(file4, str, options);
1929
1929
  }
1930
- module2.exports = {
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
 
@@ -6379,7 +6380,7 @@ var import_internals7 = require("@prisma/internals");
6379
6380
  var import_get_tsconfig = require("get-tsconfig");
6380
6381
 
6381
6382
  // package.json
6382
- var version = "6.20.0-integration-next.17";
6383
+ var version = "6.20.0-integration-next.19";
6383
6384
 
6384
6385
  // src/module-format.ts
6385
6386
  function parseModuleFormat(format) {
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.2.0/node_modules/jsonfile/utils.js
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.2.0/node_modules/jsonfile/utils.js"(exports, module) {
1851
+ "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module) {
1852
1852
  "use strict";
1853
1853
  function stringify16(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.2.0/node_modules/jsonfile/index.js
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.2.0/node_modules/jsonfile/index.js"(exports, module) {
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 = stringify16(obj, options);
1928
1928
  return fs3.writeFileSync(file4, str, options);
1929
1929
  }
1930
- module.exports = {
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
 
@@ -6372,7 +6373,7 @@ import { parseEnvValue } from "@prisma/internals";
6372
6373
  import { getTsconfig } from "get-tsconfig";
6373
6374
 
6374
6375
  // package.json
6375
- var version = "6.20.0-integration-next.17";
6376
+ var version = "6.20.0-integration-next.19";
6376
6377
 
6377
6378
  // src/module-format.ts
6378
6379
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.20.0-integration-next.17",
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,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@antfu/ni": "0.21.12",
28
- "@prisma/engines-version": "6.20.0-11.next-80ee0a44bf5668992b0c909c946a755b86b56c95",
28
+ "@prisma/engines-version": "6.20.0-16.next-0c19ccc313cf9911a90d99d2ac2eb0280c76c513",
29
29
  "fast-glob": "3.3.3",
30
30
  "get-tsconfig": "4.10.0",
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/debug": "6.20.0-integration-next.17",
37
- "@prisma/client-common": "6.20.0-integration-next.17",
38
- "@prisma/generator": "6.20.0-integration-next.17",
39
- "@prisma/dmmf": "6.20.0-integration-next.17",
40
- "@prisma/get-platform": "6.20.0-integration-next.17",
41
- "@prisma/fetch-engine": "6.20.0-integration-next.17",
42
- "@prisma/internals": "6.20.0-integration-next.17",
43
- "@prisma/ts-builders": "6.20.0-integration-next.17"
36
+ "@prisma/client-common": "6.20.0-integration-next.19",
37
+ "@prisma/fetch-engine": "6.20.0-integration-next.19",
38
+ "@prisma/dmmf": "6.20.0-integration-next.19",
39
+ "@prisma/generator": "6.20.0-integration-next.19",
40
+ "@prisma/get-platform": "6.20.0-integration-next.19",
41
+ "@prisma/debug": "6.20.0-integration-next.19",
42
+ "@prisma/ts-builders": "6.20.0-integration-next.19",
43
+ "@prisma/internals": "6.20.0-integration-next.19"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",