@prisma/client-generator-ts 6.17.0 → 6.18.0-dev.2

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
@@ -2568,7 +2568,7 @@ var GraphQLScalarToJSTypeTable = {
2568
2568
  ID: "string",
2569
2569
  UUID: "string",
2570
2570
  Json: "runtime.JsonValue",
2571
- Bytes: "Uint8Array",
2571
+ Bytes: "runtime.Bytes",
2572
2572
  Decimal: ["runtime.Decimal", "runtime.DecimalJsLike", "number", "string"],
2573
2573
  BigInt: ["bigint", "number"]
2574
2574
  };
@@ -5306,6 +5306,7 @@ export const prismaVersion: PrismaVersion = {
5306
5306
  * Utility Types
5307
5307
  */
5308
5308
 
5309
+ export type Bytes = runtime.Bytes
5309
5310
  export type JsonObject = runtime.JsonObject
5310
5311
  export type JsonArray = runtime.JsonArray
5311
5312
  export type JsonValue = runtime.JsonValue
@@ -6090,7 +6091,7 @@ var ts23 = __toESM(require("@prisma/ts-builders"));
6090
6091
  // src/typedSql/mapTypes.ts
6091
6092
  var ts22 = __toESM(require("@prisma/ts-builders"));
6092
6093
  var decimal = ts22.namedType("$runtime.Decimal");
6093
- var uint8Array = ts22.namedType("Uint8Array");
6094
+ var uint8Array = ts22.namedType("$runtime.Bytes");
6094
6095
  var date = ts22.namedType("Date");
6095
6096
  var inputJsonValue = ts22.namedType("$runtime.InputJsonObject");
6096
6097
  var jsonValue = ts22.namedType("$runtime.JsonValue");
@@ -6618,7 +6619,7 @@ var import_get_tsconfig = require("get-tsconfig");
6618
6619
  var import_ts_pattern2 = require("ts-pattern");
6619
6620
 
6620
6621
  // package.json
6621
- var version = "6.17.0";
6622
+ var version = "6.18.0-dev.2";
6622
6623
 
6623
6624
  // src/module-format.ts
6624
6625
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -2564,7 +2564,7 @@ var GraphQLScalarToJSTypeTable = {
2564
2564
  ID: "string",
2565
2565
  UUID: "string",
2566
2566
  Json: "runtime.JsonValue",
2567
- Bytes: "Uint8Array",
2567
+ Bytes: "runtime.Bytes",
2568
2568
  Decimal: ["runtime.Decimal", "runtime.DecimalJsLike", "number", "string"],
2569
2569
  BigInt: ["bigint", "number"]
2570
2570
  };
@@ -5305,6 +5305,7 @@ export const prismaVersion: PrismaVersion = {
5305
5305
  * Utility Types
5306
5306
  */
5307
5307
 
5308
+ export type Bytes = runtime.Bytes
5308
5309
  export type JsonObject = runtime.JsonObject
5309
5310
  export type JsonArray = runtime.JsonArray
5310
5311
  export type JsonValue = runtime.JsonValue
@@ -6089,7 +6090,7 @@ import * as ts23 from "@prisma/ts-builders";
6089
6090
  // src/typedSql/mapTypes.ts
6090
6091
  import * as ts22 from "@prisma/ts-builders";
6091
6092
  var decimal = ts22.namedType("$runtime.Decimal");
6092
- var uint8Array = ts22.namedType("Uint8Array");
6093
+ var uint8Array = ts22.namedType("$runtime.Bytes");
6093
6094
  var date = ts22.namedType("Date");
6094
6095
  var inputJsonValue = ts22.namedType("$runtime.InputJsonObject");
6095
6096
  var jsonValue = ts22.namedType("$runtime.JsonValue");
@@ -6617,7 +6618,7 @@ import { getTsconfig } from "get-tsconfig";
6617
6618
  import { match as match2 } from "ts-pattern";
6618
6619
 
6619
6620
  // package.json
6620
- var version = "6.17.0";
6621
+ var version = "6.18.0-dev.2";
6621
6622
 
6622
6623
  // src/module-format.ts
6623
6624
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.17.0",
3
+ "version": "6.18.0-dev.2",
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.17.0-16.c0aafc03b8ef6cdced8654b9a817999e02457d6a",
28
+ "@prisma/engines-version": "6.18.0-1.a3a68297617862dfc64e9773802511b304419ce4",
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/client-common": "6.17.0",
38
- "@prisma/debug": "6.17.0",
39
- "@prisma/dmmf": "6.17.0",
40
- "@prisma/fetch-engine": "6.17.0",
41
- "@prisma/generator": "6.17.0",
42
- "@prisma/get-platform": "6.17.0",
43
- "@prisma/internals": "6.17.0",
44
- "@prisma/ts-builders": "6.17.0"
37
+ "@prisma/client-common": "6.18.0-dev.2",
38
+ "@prisma/debug": "6.18.0-dev.2",
39
+ "@prisma/dmmf": "6.18.0-dev.2",
40
+ "@prisma/fetch-engine": "6.18.0-dev.2",
41
+ "@prisma/get-platform": "6.18.0-dev.2",
42
+ "@prisma/generator": "6.18.0-dev.2",
43
+ "@prisma/ts-builders": "6.18.0-dev.2",
44
+ "@prisma/internals": "6.18.0-dev.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",