@prisma/client-generator-ts 6.12.0-dev.31 → 6.12.0-dev.33
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 -2
- package/dist/index.mjs +2 -2
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -3435,7 +3435,7 @@ function buildDynamicRequireFn() {
|
|
|
3435
3435
|
return `const dynamicRequireFn = async <const T extends string>(name: T) =>
|
|
3436
3436
|
typeof globalThis.__non_webpack_require__ === 'function'
|
|
3437
3437
|
? Promise.resolve(globalThis.__non_webpack_require__(name))
|
|
3438
|
-
: await import(/* webpackIgnore: true */ name)`;
|
|
3438
|
+
: await import(/* webpackIgnore: true */ /* @vite-ignore */ name)`;
|
|
3439
3439
|
}
|
|
3440
3440
|
function buildGetWasmModule({
|
|
3441
3441
|
component,
|
|
@@ -6490,7 +6490,7 @@ var import_get_tsconfig = require("get-tsconfig");
|
|
|
6490
6490
|
var import_ts_pattern2 = require("ts-pattern");
|
|
6491
6491
|
|
|
6492
6492
|
// package.json
|
|
6493
|
-
var version = "6.12.0-dev.
|
|
6493
|
+
var version = "6.12.0-dev.33";
|
|
6494
6494
|
|
|
6495
6495
|
// src/module-format.ts
|
|
6496
6496
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -3434,7 +3434,7 @@ function buildDynamicRequireFn() {
|
|
|
3434
3434
|
return `const dynamicRequireFn = async <const T extends string>(name: T) =>
|
|
3435
3435
|
typeof globalThis.__non_webpack_require__ === 'function'
|
|
3436
3436
|
? Promise.resolve(globalThis.__non_webpack_require__(name))
|
|
3437
|
-
: await import(/* webpackIgnore: true */ name)`;
|
|
3437
|
+
: await import(/* webpackIgnore: true */ /* @vite-ignore */ name)`;
|
|
3438
3438
|
}
|
|
3439
3439
|
function buildGetWasmModule({
|
|
3440
3440
|
component,
|
|
@@ -6489,7 +6489,7 @@ import { getTsconfig } from "get-tsconfig";
|
|
|
6489
6489
|
import { match as match2 } from "ts-pattern";
|
|
6490
6490
|
|
|
6491
6491
|
// package.json
|
|
6492
|
-
var version = "6.12.0-dev.
|
|
6492
|
+
var version = "6.12.0-dev.33";
|
|
6493
6493
|
|
|
6494
6494
|
// src/module-format.ts
|
|
6495
6495
|
function parseModuleFormat(format) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/client-generator-ts",
|
|
3
|
-
"version": "6.12.0-dev.
|
|
3
|
+
"version": "6.12.0-dev.33",
|
|
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.12.0-
|
|
28
|
+
"@prisma/engines-version": "6.12.0-14.cf92c4bfad34aa635b071a7d483b78c3975bf639",
|
|
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.12.0-dev.
|
|
38
|
-
"@prisma/dmmf": "6.12.0-dev.
|
|
39
|
-
"@prisma/
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/generator": "6.12.0-dev.
|
|
42
|
-
"@prisma/get-platform": "6.12.0-dev.
|
|
43
|
-
"@prisma/internals": "6.12.0-dev.
|
|
44
|
-
"@prisma/ts-builders": "6.12.0-dev.
|
|
37
|
+
"@prisma/client-common": "6.12.0-dev.33",
|
|
38
|
+
"@prisma/dmmf": "6.12.0-dev.33",
|
|
39
|
+
"@prisma/debug": "6.12.0-dev.33",
|
|
40
|
+
"@prisma/fetch-engine": "6.12.0-dev.33",
|
|
41
|
+
"@prisma/generator": "6.12.0-dev.33",
|
|
42
|
+
"@prisma/get-platform": "6.12.0-dev.33",
|
|
43
|
+
"@prisma/internals": "6.12.0-dev.33",
|
|
44
|
+
"@prisma/ts-builders": "6.12.0-dev.33"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|