@prisma/client-generator-ts 6.15.0-dev.6 → 6.15.0-dev.8
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -6606,6 +6606,7 @@ async function deleteOutputDir(outputDir) {
|
|
|
6606
6606
|
(await (0, import_fast_glob.glob)(
|
|
6607
6607
|
[
|
|
6608
6608
|
`${outputDir}/**/*.{js,ts,mts,cts,d.ts}`,
|
|
6609
|
+
`${outputDir}/**/*.wasm`,
|
|
6609
6610
|
`${outputDir}/*.node`,
|
|
6610
6611
|
`${outputDir}/{query,schema}-engine-*`,
|
|
6611
6612
|
`${outputDir}/package.json`,
|
|
@@ -6631,7 +6632,7 @@ var import_get_tsconfig = require("get-tsconfig");
|
|
|
6631
6632
|
var import_ts_pattern2 = require("ts-pattern");
|
|
6632
6633
|
|
|
6633
6634
|
// package.json
|
|
6634
|
-
var version = "6.15.0-dev.
|
|
6635
|
+
var version = "6.15.0-dev.8";
|
|
6635
6636
|
|
|
6636
6637
|
// src/module-format.ts
|
|
6637
6638
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -6605,6 +6605,7 @@ async function deleteOutputDir(outputDir) {
|
|
|
6605
6605
|
(await glob(
|
|
6606
6606
|
[
|
|
6607
6607
|
`${outputDir}/**/*.{js,ts,mts,cts,d.ts}`,
|
|
6608
|
+
`${outputDir}/**/*.wasm`,
|
|
6608
6609
|
`${outputDir}/*.node`,
|
|
6609
6610
|
`${outputDir}/{query,schema}-engine-*`,
|
|
6610
6611
|
`${outputDir}/package.json`,
|
|
@@ -6630,7 +6631,7 @@ import { getTsconfig } from "get-tsconfig";
|
|
|
6630
6631
|
import { match as match2 } from "ts-pattern";
|
|
6631
6632
|
|
|
6632
6633
|
// package.json
|
|
6633
|
-
var version = "6.15.0-dev.
|
|
6634
|
+
var version = "6.15.0-dev.8";
|
|
6634
6635
|
|
|
6635
6636
|
// src/module-format.ts
|
|
6636
6637
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "6.15.0-dev.
|
|
3
|
+
"version": "6.15.0-dev.8",
|
|
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
|
"pkg-up": "3.1.0",
|
|
35
35
|
"pluralize": "8.0.0",
|
|
36
36
|
"ts-pattern": "5.6.2",
|
|
37
|
-
"@prisma/client-common": "6.15.0-dev.
|
|
38
|
-
"@prisma/debug": "6.15.0-dev.
|
|
39
|
-
"@prisma/dmmf": "6.15.0-dev.
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/internals": "6.15.0-dev.
|
|
44
|
-
"@prisma/ts-builders": "6.15.0-dev.
|
|
37
|
+
"@prisma/client-common": "6.15.0-dev.8",
|
|
38
|
+
"@prisma/debug": "6.15.0-dev.8",
|
|
39
|
+
"@prisma/dmmf": "6.15.0-dev.8",
|
|
40
|
+
"@prisma/fetch-engine": "6.15.0-dev.8",
|
|
41
|
+
"@prisma/generator": "6.15.0-dev.8",
|
|
42
|
+
"@prisma/get-platform": "6.15.0-dev.8",
|
|
43
|
+
"@prisma/internals": "6.15.0-dev.8",
|
|
44
|
+
"@prisma/ts-builders": "6.15.0-dev.8"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|