@prisma/client-generator-ts 6.19.0-integration-next.8 → 6.19.0-integration-next.10

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
@@ -6595,7 +6595,7 @@ var import_get_tsconfig = require("get-tsconfig");
6595
6595
  var import_ts_pattern2 = require("ts-pattern");
6596
6596
 
6597
6597
  // package.json
6598
- var version = "6.19.0-integration-next.8";
6598
+ var version = "6.19.0-integration-next.10";
6599
6599
 
6600
6600
  // src/module-format.ts
6601
6601
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6594,7 +6594,7 @@ import { getTsconfig } from "get-tsconfig";
6594
6594
  import { match as match2 } from "ts-pattern";
6595
6595
 
6596
6596
  // package.json
6597
- var version = "6.19.0-integration-next.8";
6597
+ var version = "6.19.0-integration-next.10";
6598
6598
 
6599
6599
  // src/module-format.ts
6600
6600
  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.8",
3
+ "version": "6.19.0-integration-next.10",
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.19.0-3.next-b6daa0b16d0aedf495932cae9d00728357899ae0",
28
+ "@prisma/engines-version": "6.19.0-18.next-5d7e37b62b9e0963f1a714ab97b814e0fe4835a0",
29
29
  "ci-info": "4.2.0",
30
30
  "fast-glob": "3.3.3",
31
31
  "get-tsconfig": "4.10.0",
@@ -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/debug": "6.19.0-integration-next.8",
38
- "@prisma/client-common": "6.19.0-integration-next.8",
39
- "@prisma/fetch-engine": "6.19.0-integration-next.8",
40
- "@prisma/dmmf": "6.19.0-integration-next.8",
41
- "@prisma/generator": "6.19.0-integration-next.8",
42
- "@prisma/internals": "6.19.0-integration-next.8",
43
- "@prisma/ts-builders": "6.19.0-integration-next.8",
44
- "@prisma/get-platform": "6.19.0-integration-next.8"
37
+ "@prisma/client-common": "6.19.0-integration-next.10",
38
+ "@prisma/debug": "6.19.0-integration-next.10",
39
+ "@prisma/dmmf": "6.19.0-integration-next.10",
40
+ "@prisma/fetch-engine": "6.19.0-integration-next.10",
41
+ "@prisma/generator": "6.19.0-integration-next.10",
42
+ "@prisma/get-platform": "6.19.0-integration-next.10",
43
+ "@prisma/ts-builders": "6.19.0-integration-next.10",
44
+ "@prisma/internals": "6.19.0-integration-next.10"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",