@prisma/client-generator-ts 6.14.0-dev.39 → 6.14.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 CHANGED
@@ -3483,7 +3483,7 @@ function buildGetWasmModule({
3483
3483
  }
3484
3484
  if (buildNodeJsLoader) {
3485
3485
  wasmBindingsPath = `${wasmPathBase}.${extension}`;
3486
- wasmModulePath = `${wasmPathBase}.wasm-base64.${extension}`;
3486
+ wasmModulePath = `${wasmPathBase}.wasm-base64.mjs`;
3487
3487
  return `
3488
3488
  async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Module> {
3489
3489
  const { Buffer } = await import('node:buffer')
@@ -3491,7 +3491,7 @@ async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Modul
3491
3491
  const wasmArray = new Uint8Array(Buffer.from(base64Data, 'base64'))
3492
3492
  return new WebAssembly.Module(wasmArray)
3493
3493
  }
3494
-
3494
+
3495
3495
  config.${component}Wasm = {
3496
3496
  getRuntime: async () => await import(${JSON.stringify(wasmBindingsPath)}),
3497
3497
 
@@ -6594,7 +6594,7 @@ var import_get_tsconfig = require("get-tsconfig");
6594
6594
  var import_ts_pattern2 = require("ts-pattern");
6595
6595
 
6596
6596
  // package.json
6597
- var version = "6.14.0-dev.39";
6597
+ var version = "6.14.0-dev.40";
6598
6598
 
6599
6599
  // src/module-format.ts
6600
6600
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -3482,7 +3482,7 @@ function buildGetWasmModule({
3482
3482
  }
3483
3483
  if (buildNodeJsLoader) {
3484
3484
  wasmBindingsPath = `${wasmPathBase}.${extension}`;
3485
- wasmModulePath = `${wasmPathBase}.wasm-base64.${extension}`;
3485
+ wasmModulePath = `${wasmPathBase}.wasm-base64.mjs`;
3486
3486
  return `
3487
3487
  async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Module> {
3488
3488
  const { Buffer } = await import('node:buffer')
@@ -3490,7 +3490,7 @@ async function decodeBase64AsWasm(wasmBase64: string): Promise<WebAssembly.Modul
3490
3490
  const wasmArray = new Uint8Array(Buffer.from(base64Data, 'base64'))
3491
3491
  return new WebAssembly.Module(wasmArray)
3492
3492
  }
3493
-
3493
+
3494
3494
  config.${component}Wasm = {
3495
3495
  getRuntime: async () => await import(${JSON.stringify(wasmBindingsPath)}),
3496
3496
 
@@ -6593,7 +6593,7 @@ import { getTsconfig } from "get-tsconfig";
6593
6593
  import { match as match2 } from "ts-pattern";
6594
6594
 
6595
6595
  // package.json
6596
- var version = "6.14.0-dev.39";
6596
+ var version = "6.14.0-dev.40";
6597
6597
 
6598
6598
  // src/module-format.ts
6599
6599
  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.39",
3
+ "version": "6.14.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/client-common": "6.14.0-dev.39",
38
- "@prisma/debug": "6.14.0-dev.39",
39
- "@prisma/generator": "6.14.0-dev.39",
40
- "@prisma/get-platform": "6.14.0-dev.39",
41
- "@prisma/fetch-engine": "6.14.0-dev.39",
42
- "@prisma/internals": "6.14.0-dev.39",
43
- "@prisma/dmmf": "6.14.0-dev.39",
44
- "@prisma/ts-builders": "6.14.0-dev.39"
37
+ "@prisma/debug": "6.14.0-dev.40",
38
+ "@prisma/fetch-engine": "6.14.0-dev.40",
39
+ "@prisma/dmmf": "6.14.0-dev.40",
40
+ "@prisma/client-common": "6.14.0-dev.40",
41
+ "@prisma/generator": "6.14.0-dev.40",
42
+ "@prisma/get-platform": "6.14.0-dev.40",
43
+ "@prisma/internals": "6.14.0-dev.40",
44
+ "@prisma/ts-builders": "6.14.0-dev.40"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",