@prisma/client-generator-ts 6.6.0-dev.98 → 6.6.0-dev.99

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
@@ -6289,7 +6289,7 @@ var import_get_tsconfig = require("get-tsconfig");
6289
6289
  var import_ts_pattern2 = require("ts-pattern");
6290
6290
 
6291
6291
  // package.json
6292
- var version = "6.6.0-dev.98";
6292
+ var version = "6.6.0-dev.99";
6293
6293
 
6294
6294
  // src/module-format.ts
6295
6295
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6288,7 +6288,7 @@ import { getTsconfig } from "get-tsconfig";
6288
6288
  import { match as match2 } from "ts-pattern";
6289
6289
 
6290
6290
  // package.json
6291
- var version = "6.6.0-dev.98";
6291
+ var version = "6.6.0-dev.99";
6292
6292
 
6293
6293
  // src/module-format.ts
6294
6294
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.6.0-dev.98",
3
+ "version": "6.6.0-dev.99",
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.6.0-45.fbda4d61f6cc9c7361b803e72f3a0ffeb87db447",
28
+ "@prisma/engines-version": "6.6.0-46.dc2c1279f201ab67d96815a69b3a831a2f89c207",
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/client-common": "6.6.0-dev.98",
38
- "@prisma/dmmf": "6.6.0-dev.98",
39
- "@prisma/debug": "6.6.0-dev.98",
40
- "@prisma/generator": "6.6.0-dev.98",
41
- "@prisma/fetch-engine": "6.6.0-dev.98",
42
- "@prisma/get-platform": "6.6.0-dev.98",
43
- "@prisma/internals": "6.6.0-dev.98",
44
- "@prisma/ts-builders": "6.6.0-dev.98"
37
+ "@prisma/client-common": "6.6.0-dev.99",
38
+ "@prisma/debug": "6.6.0-dev.99",
39
+ "@prisma/dmmf": "6.6.0-dev.99",
40
+ "@prisma/fetch-engine": "6.6.0-dev.99",
41
+ "@prisma/generator": "6.6.0-dev.99",
42
+ "@prisma/get-platform": "6.6.0-dev.99",
43
+ "@prisma/internals": "6.6.0-dev.99",
44
+ "@prisma/ts-builders": "6.6.0-dev.99"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",