@prisma/client-generator-ts 6.19.0-integration-next.3 → 6.19.0-integration-next.4

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
@@ -6265,6 +6265,7 @@ function buildTypedSql({
6265
6265
  var generatedCodePreamble = `
6266
6266
  /* !!! This is code generated by Prisma. Do not edit directly. !!! */
6267
6267
  /* eslint-disable */
6268
+ // biome-ignore-all lint: generated file
6268
6269
  `;
6269
6270
  var tsNoCheckPreamble = `// @ts-nocheck
6270
6271
  `;
@@ -6628,7 +6629,7 @@ var import_get_tsconfig = require("get-tsconfig");
6628
6629
  var import_ts_pattern2 = require("ts-pattern");
6629
6630
 
6630
6631
  // package.json
6631
- var version = "6.19.0-integration-next.3";
6632
+ var version = "6.19.0-integration-next.4";
6632
6633
 
6633
6634
  // src/module-format.ts
6634
6635
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6264,6 +6264,7 @@ function buildTypedSql({
6264
6264
  var generatedCodePreamble = `
6265
6265
  /* !!! This is code generated by Prisma. Do not edit directly. !!! */
6266
6266
  /* eslint-disable */
6267
+ // biome-ignore-all lint: generated file
6267
6268
  `;
6268
6269
  var tsNoCheckPreamble = `// @ts-nocheck
6269
6270
  `;
@@ -6627,7 +6628,7 @@ import { getTsconfig } from "get-tsconfig";
6627
6628
  import { match as match2 } from "ts-pattern";
6628
6629
 
6629
6630
  // package.json
6630
- var version = "6.19.0-integration-next.3";
6631
+ var version = "6.19.0-integration-next.4";
6631
6632
 
6632
6633
  // src/module-format.ts
6633
6634
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.19.0-integration-next.3",
3
+ "version": "6.19.0-integration-next.4",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -34,14 +34,14 @@
34
34
  "package-up": "5.0.0",
35
35
  "pluralize": "8.0.0",
36
36
  "ts-pattern": "5.6.2",
37
- "@prisma/client-common": "6.19.0-integration-next.3",
38
- "@prisma/debug": "6.19.0-integration-next.3",
39
- "@prisma/dmmf": "6.19.0-integration-next.3",
40
- "@prisma/fetch-engine": "6.19.0-integration-next.3",
41
- "@prisma/get-platform": "6.19.0-integration-next.3",
42
- "@prisma/generator": "6.19.0-integration-next.3",
43
- "@prisma/internals": "6.19.0-integration-next.3",
44
- "@prisma/ts-builders": "6.19.0-integration-next.3"
37
+ "@prisma/client-common": "6.19.0-integration-next.4",
38
+ "@prisma/debug": "6.19.0-integration-next.4",
39
+ "@prisma/dmmf": "6.19.0-integration-next.4",
40
+ "@prisma/fetch-engine": "6.19.0-integration-next.4",
41
+ "@prisma/get-platform": "6.19.0-integration-next.4",
42
+ "@prisma/generator": "6.19.0-integration-next.4",
43
+ "@prisma/internals": "6.19.0-integration-next.4",
44
+ "@prisma/ts-builders": "6.19.0-integration-next.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",