@prisma/client-generator-ts 6.14.0-dev.42 → 6.14.0-dev.43

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
@@ -3521,7 +3521,7 @@ function buildGetWasmModule({
3521
3521
  }
3522
3522
  if (buildNodeJsLoader) {
3523
3523
  wasmBindingsPath = `${wasmPathBase}.${extension}`;
3524
- wasmModulePath = `${wasmPathBase}.wasm-base64.mjs`;
3524
+ wasmModulePath = `${wasmPathBase}.wasm-base64.${extension}`;
3525
3525
  return `
3526
3526
  async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Module> {
3527
3527
  const { Buffer } = await import('node:buffer')
@@ -6631,7 +6631,7 @@ var import_get_tsconfig = require("get-tsconfig");
6631
6631
  var import_ts_pattern2 = require("ts-pattern");
6632
6632
 
6633
6633
  // package.json
6634
- var version = "6.14.0-dev.42";
6634
+ var version = "6.14.0-dev.43";
6635
6635
 
6636
6636
  // src/module-format.ts
6637
6637
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -3520,7 +3520,7 @@ function buildGetWasmModule({
3520
3520
  }
3521
3521
  if (buildNodeJsLoader) {
3522
3522
  wasmBindingsPath = `${wasmPathBase}.${extension}`;
3523
- wasmModulePath = `${wasmPathBase}.wasm-base64.mjs`;
3523
+ wasmModulePath = `${wasmPathBase}.wasm-base64.${extension}`;
3524
3524
  return `
3525
3525
  async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Module> {
3526
3526
  const { Buffer } = await import('node:buffer')
@@ -6630,7 +6630,7 @@ import { getTsconfig } from "get-tsconfig";
6630
6630
  import { match as match2 } from "ts-pattern";
6631
6631
 
6632
6632
  // package.json
6633
- var version = "6.14.0-dev.42";
6633
+ var version = "6.14.0-dev.43";
6634
6634
 
6635
6635
  // src/module-format.ts
6636
6636
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.14.0-dev.42",
3
+ "version": "6.14.0-dev.43",
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.14.0-dev.42",
38
- "@prisma/debug": "6.14.0-dev.42",
39
- "@prisma/dmmf": "6.14.0-dev.42",
40
- "@prisma/generator": "6.14.0-dev.42",
41
- "@prisma/get-platform": "6.14.0-dev.42",
42
- "@prisma/fetch-engine": "6.14.0-dev.42",
43
- "@prisma/internals": "6.14.0-dev.42",
44
- "@prisma/ts-builders": "6.14.0-dev.42"
37
+ "@prisma/client-common": "6.14.0-dev.43",
38
+ "@prisma/debug": "6.14.0-dev.43",
39
+ "@prisma/dmmf": "6.14.0-dev.43",
40
+ "@prisma/fetch-engine": "6.14.0-dev.43",
41
+ "@prisma/generator": "6.14.0-dev.43",
42
+ "@prisma/get-platform": "6.14.0-dev.43",
43
+ "@prisma/internals": "6.14.0-dev.43",
44
+ "@prisma/ts-builders": "6.14.0-dev.43"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",