@prisma/client-generator-ts 6.17.1-dev.1 → 6.17.1

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
@@ -6618,7 +6618,7 @@ var import_get_tsconfig = require("get-tsconfig");
6618
6618
  var import_ts_pattern2 = require("ts-pattern");
6619
6619
 
6620
6620
  // package.json
6621
- var version = "6.17.1-dev.1";
6621
+ var version = "6.17.1";
6622
6622
 
6623
6623
  // src/module-format.ts
6624
6624
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6617,7 +6617,7 @@ import { getTsconfig } from "get-tsconfig";
6617
6617
  import { match as match2 } from "ts-pattern";
6618
6618
 
6619
6619
  // package.json
6620
- var version = "6.17.1-dev.1";
6620
+ var version = "6.17.1";
6621
6621
 
6622
6622
  // src/module-format.ts
6623
6623
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.17.1-dev.1",
3
+ "version": "6.17.1",
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.17.1-dev.1",
38
- "@prisma/dmmf": "6.17.1-dev.1",
39
- "@prisma/fetch-engine": "6.17.1-dev.1",
40
- "@prisma/generator": "6.17.1-dev.1",
41
- "@prisma/get-platform": "6.17.1-dev.1",
42
- "@prisma/debug": "6.17.1-dev.1",
43
- "@prisma/internals": "6.17.1-dev.1",
44
- "@prisma/ts-builders": "6.17.1-dev.1"
37
+ "@prisma/client-common": "6.17.1",
38
+ "@prisma/dmmf": "6.17.1",
39
+ "@prisma/debug": "6.17.1",
40
+ "@prisma/fetch-engine": "6.17.1",
41
+ "@prisma/generator": "6.17.1",
42
+ "@prisma/get-platform": "6.17.1",
43
+ "@prisma/internals": "6.17.1",
44
+ "@prisma/ts-builders": "6.17.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",