@prisma/client-generator-js 7.7.0-integration-feat-bootstrap-ux-fixes.9 → 7.8.0-dev.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 CHANGED
@@ -1846,9 +1846,9 @@ var require_ensure = __commonJS({
1846
1846
  }
1847
1847
  });
1848
1848
 
1849
- // ../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js
1849
+ // ../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/utils.js
1850
1850
  var require_utils2 = __commonJS({
1851
- "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports2, module2) {
1851
+ "../../node_modules/.pnpm/jsonfile@6.2.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.1.0/node_modules/jsonfile/index.js
1866
+ // ../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/index.js
1867
1867
  var require_jsonfile = __commonJS({
1868
- "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports2, module2) {
1868
+ "../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/index.js"(exports2, module2) {
1869
1869
  "use strict";
1870
1870
  var _fs;
1871
1871
  try {
@@ -1927,13 +1927,12 @@ var require_jsonfile = __commonJS({
1927
1927
  const str = stringify9(obj, options);
1928
1928
  return fs3.writeFileSync(file4, str, options);
1929
1929
  }
1930
- var jsonfile = {
1930
+ module2.exports = {
1931
1931
  readFile,
1932
1932
  readFileSync,
1933
1933
  writeFile,
1934
1934
  writeFileSync
1935
1935
  };
1936
- module2.exports = jsonfile;
1937
1936
  }
1938
1937
  });
1939
1938
 
@@ -6780,7 +6779,7 @@ var import_engines_version = require("@prisma/engines-version");
6780
6779
  var import_internals9 = require("@prisma/internals");
6781
6780
 
6782
6781
  // package.json
6783
- var version = "7.7.0-integration-feat-bootstrap-ux-fixes.9";
6782
+ var version = "7.8.0-dev.1";
6784
6783
 
6785
6784
  // src/resolvePrismaClient.ts
6786
6785
  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.1.0/node_modules/jsonfile/utils.js
1849
+ // ../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/utils.js
1850
1850
  var require_utils2 = __commonJS({
1851
- "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js"(exports, module) {
1851
+ "../../node_modules/.pnpm/jsonfile@6.2.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.1.0/node_modules/jsonfile/index.js
1866
+ // ../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/index.js
1867
1867
  var require_jsonfile = __commonJS({
1868
- "../../node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js"(exports, module) {
1868
+ "../../node_modules/.pnpm/jsonfile@6.2.0/node_modules/jsonfile/index.js"(exports, module) {
1869
1869
  "use strict";
1870
1870
  var _fs;
1871
1871
  try {
@@ -1927,13 +1927,12 @@ var require_jsonfile = __commonJS({
1927
1927
  const str = stringify9(obj, options);
1928
1928
  return fs3.writeFileSync(file4, str, options);
1929
1929
  }
1930
- var jsonfile = {
1930
+ module.exports = {
1931
1931
  readFile,
1932
1932
  readFileSync,
1933
1933
  writeFile,
1934
1934
  writeFileSync
1935
1935
  };
1936
- module.exports = jsonfile;
1937
1936
  }
1938
1937
  });
1939
1938
 
@@ -6773,7 +6772,7 @@ import { enginesVersion } from "@prisma/engines-version";
6773
6772
  import { BuiltInProvider, parseEnvValue } from "@prisma/internals";
6774
6773
 
6775
6774
  // package.json
6776
- var version = "7.7.0-integration-feat-bootstrap-ux-fixes.9";
6775
+ var version = "7.8.0-dev.1";
6777
6776
 
6778
6777
  // src/resolvePrismaClient.ts
6779
6778
  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.7.0-integration-feat-bootstrap-ux-fixes.9",
3
+ "version": "7.8.0-dev.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.7.0-integration-feat-bootstrap-ux-fixes.9",
36
- "@prisma/debug": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
37
- "@prisma/dmmf": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
38
- "@prisma/fetch-engine": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
39
- "@prisma/get-platform": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
40
- "@prisma/internals": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
41
- "@prisma/param-graph-builder": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
42
- "@prisma/generator": "7.7.0-integration-feat-bootstrap-ux-fixes.9",
43
- "@prisma/ts-builders": "7.7.0-integration-feat-bootstrap-ux-fixes.9"
35
+ "@prisma/client-common": "7.8.0-dev.1",
36
+ "@prisma/debug": "7.8.0-dev.1",
37
+ "@prisma/dmmf": "7.8.0-dev.1",
38
+ "@prisma/fetch-engine": "7.8.0-dev.1",
39
+ "@prisma/get-platform": "7.8.0-dev.1",
40
+ "@prisma/generator": "7.8.0-dev.1",
41
+ "@prisma/param-graph-builder": "7.8.0-dev.1",
42
+ "@prisma/internals": "7.8.0-dev.1",
43
+ "@prisma/ts-builders": "7.8.0-dev.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33"