@prisma/client-generator-ts 6.11.0-dev.39 → 6.11.0-dev.40
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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -3433,8 +3433,8 @@ var import_client_common10 = require("@prisma/client-common");
|
|
|
3433
3433
|
var import_ts_pattern = require("ts-pattern");
|
|
3434
3434
|
function buildDynamicRequireFn() {
|
|
3435
3435
|
return `const dynamicRequireFn = async <const T extends string>(name: T) =>
|
|
3436
|
-
typeof __non_webpack_require__ === 'function'
|
|
3437
|
-
? Promise.resolve(__non_webpack_require__(name))
|
|
3436
|
+
typeof globalThis.__non_webpack_require__ === 'function'
|
|
3437
|
+
? Promise.resolve(globalThis.__non_webpack_require__(name))
|
|
3438
3438
|
: await import(/* webpackIgnore: true */ name)`;
|
|
3439
3439
|
}
|
|
3440
3440
|
function buildGetWasmModule({
|
|
@@ -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.11.0-dev.
|
|
6493
|
+
var version = "6.11.0-dev.40";
|
|
6494
6494
|
|
|
6495
6495
|
// src/module-format.ts
|
|
6496
6496
|
function parseModuleFormat(format) {
|
package/dist/index.mjs
CHANGED
|
@@ -3432,8 +3432,8 @@ import { capitalize as capitalize6 } from "@prisma/client-common";
|
|
|
3432
3432
|
import { match } from "ts-pattern";
|
|
3433
3433
|
function buildDynamicRequireFn() {
|
|
3434
3434
|
return `const dynamicRequireFn = async <const T extends string>(name: T) =>
|
|
3435
|
-
typeof __non_webpack_require__ === 'function'
|
|
3436
|
-
? Promise.resolve(__non_webpack_require__(name))
|
|
3435
|
+
typeof globalThis.__non_webpack_require__ === 'function'
|
|
3436
|
+
? Promise.resolve(globalThis.__non_webpack_require__(name))
|
|
3437
3437
|
: await import(/* webpackIgnore: true */ name)`;
|
|
3438
3438
|
}
|
|
3439
3439
|
function buildGetWasmModule({
|
|
@@ -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.11.0-dev.
|
|
6492
|
+
var version = "6.11.0-dev.40";
|
|
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.11.0-dev.
|
|
3
|
+
"version": "6.11.0-dev.40",
|
|
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/
|
|
38
|
-
"@prisma/
|
|
39
|
-
"@prisma/fetch-engine": "6.11.0-dev.
|
|
40
|
-
"@prisma/
|
|
41
|
-
"@prisma/
|
|
42
|
-
"@prisma/
|
|
43
|
-
"@prisma/internals": "6.11.0-dev.
|
|
44
|
-
"@prisma/ts-builders": "6.11.0-dev.
|
|
37
|
+
"@prisma/dmmf": "6.11.0-dev.40",
|
|
38
|
+
"@prisma/client-common": "6.11.0-dev.40",
|
|
39
|
+
"@prisma/fetch-engine": "6.11.0-dev.40",
|
|
40
|
+
"@prisma/generator": "6.11.0-dev.40",
|
|
41
|
+
"@prisma/get-platform": "6.11.0-dev.40",
|
|
42
|
+
"@prisma/debug": "6.11.0-dev.40",
|
|
43
|
+
"@prisma/internals": "6.11.0-dev.40",
|
|
44
|
+
"@prisma/ts-builders": "6.11.0-dev.40"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/pluralize": "0.0.33",
|