@prisma/client-generator-ts 6.13.0-dev.25 → 6.13.0-dev.26

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
@@ -6574,7 +6574,7 @@ var import_get_tsconfig = require("get-tsconfig");
6574
6574
  var import_ts_pattern2 = require("ts-pattern");
6575
6575
 
6576
6576
  // package.json
6577
- var version = "6.13.0-dev.25";
6577
+ var version = "6.13.0-dev.26";
6578
6578
 
6579
6579
  // src/module-format.ts
6580
6580
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6573,7 +6573,7 @@ import { getTsconfig } from "get-tsconfig";
6573
6573
  import { match as match2 } from "ts-pattern";
6574
6574
 
6575
6575
  // package.json
6576
- var version = "6.13.0-dev.25";
6576
+ var version = "6.13.0-dev.26";
6577
6577
 
6578
6578
  // src/module-format.ts
6579
6579
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.13.0-dev.25",
3
+ "version": "6.13.0-dev.26",
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.13.0-32.254b76b9b6dd525d73e35cfa593723b513544759",
28
+ "@prisma/engines-version": "6.13.0-33.4c9c25c84cf1a4c0744a0b15acab20e1c91ccf47",
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
  "pkg-up": "3.1.0",
35
35
  "pluralize": "8.0.0",
36
36
  "ts-pattern": "5.6.2",
37
- "@prisma/dmmf": "6.13.0-dev.25",
38
- "@prisma/debug": "6.13.0-dev.25",
39
- "@prisma/fetch-engine": "6.13.0-dev.25",
40
- "@prisma/client-common": "6.13.0-dev.25",
41
- "@prisma/generator": "6.13.0-dev.25",
42
- "@prisma/get-platform": "6.13.0-dev.25",
43
- "@prisma/internals": "6.13.0-dev.25",
44
- "@prisma/ts-builders": "6.13.0-dev.25"
37
+ "@prisma/client-common": "6.13.0-dev.26",
38
+ "@prisma/fetch-engine": "6.13.0-dev.26",
39
+ "@prisma/debug": "6.13.0-dev.26",
40
+ "@prisma/get-platform": "6.13.0-dev.26",
41
+ "@prisma/generator": "6.13.0-dev.26",
42
+ "@prisma/dmmf": "6.13.0-dev.26",
43
+ "@prisma/internals": "6.13.0-dev.26",
44
+ "@prisma/ts-builders": "6.13.0-dev.26"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",