@prisma/client-generator-ts 6.12.0-integration-raw-code-fallback-turso.1 → 6.12.0

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
@@ -5842,7 +5842,7 @@ function buildClientOptions(context, options) {
5842
5842
  timeout ?= 5000
5843
5843
  `)
5844
5844
  );
5845
- if (["library", "client"].includes(options.runtimeName) && context.isPreviewFeatureOn("driverAdapters")) {
5845
+ if (["library", "client", "wasm-compiler-edge", "wasm-engine-edge"].includes(options.runtimeName) && context.isPreviewFeatureOn("driverAdapters")) {
5846
5846
  clientOptions.add(
5847
5847
  ts17.property("adapter", ts17.unionType([ts17.namedType("runtime.SqlDriverAdapterFactory"), ts17.namedType("null")])).optional().setDocComment(
5848
5848
  ts17.docComment("Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-planetscale`")
@@ -6539,7 +6539,7 @@ var import_get_tsconfig = require("get-tsconfig");
6539
6539
  var import_ts_pattern2 = require("ts-pattern");
6540
6540
 
6541
6541
  // package.json
6542
- var version = "6.12.0-integration-raw-code-fallback-turso.1";
6542
+ var version = "6.12.0";
6543
6543
 
6544
6544
  // src/module-format.ts
6545
6545
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -5841,7 +5841,7 @@ function buildClientOptions(context, options) {
5841
5841
  timeout ?= 5000
5842
5842
  `)
5843
5843
  );
5844
- if (["library", "client"].includes(options.runtimeName) && context.isPreviewFeatureOn("driverAdapters")) {
5844
+ if (["library", "client", "wasm-compiler-edge", "wasm-engine-edge"].includes(options.runtimeName) && context.isPreviewFeatureOn("driverAdapters")) {
5845
5845
  clientOptions.add(
5846
5846
  ts17.property("adapter", ts17.unionType([ts17.namedType("runtime.SqlDriverAdapterFactory"), ts17.namedType("null")])).optional().setDocComment(
5847
5847
  ts17.docComment("Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-planetscale`")
@@ -6538,7 +6538,7 @@ import { getTsconfig } from "get-tsconfig";
6538
6538
  import { match as match2 } from "ts-pattern";
6539
6539
 
6540
6540
  // package.json
6541
- var version = "6.12.0-integration-raw-code-fallback-turso.1";
6541
+ var version = "6.12.0";
6542
6542
 
6543
6543
  // src/module-format.ts
6544
6544
  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-integration-raw-code-fallback-turso.1",
3
+ "version": "6.12.0",
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-14.cf92c4bfad34aa635b071a7d483b78c3975bf639",
28
+ "@prisma/engines-version": "6.12.0-15.8047c96bbd92db98a2abc7c9323ce77c02c89dbc",
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-integration-raw-code-fallback-turso.1",
38
- "@prisma/debug": "6.12.0-integration-raw-code-fallback-turso.1",
39
- "@prisma/dmmf": "6.12.0-integration-raw-code-fallback-turso.1",
40
- "@prisma/fetch-engine": "6.12.0-integration-raw-code-fallback-turso.1",
41
- "@prisma/generator": "6.12.0-integration-raw-code-fallback-turso.1",
42
- "@prisma/internals": "6.12.0-integration-raw-code-fallback-turso.1",
43
- "@prisma/get-platform": "6.12.0-integration-raw-code-fallback-turso.1",
44
- "@prisma/ts-builders": "6.12.0-integration-raw-code-fallback-turso.1"
37
+ "@prisma/client-common": "6.12.0",
38
+ "@prisma/debug": "6.12.0",
39
+ "@prisma/dmmf": "6.12.0",
40
+ "@prisma/fetch-engine": "6.12.0",
41
+ "@prisma/generator": "6.12.0",
42
+ "@prisma/get-platform": "6.12.0",
43
+ "@prisma/internals": "6.12.0",
44
+ "@prisma/ts-builders": "6.12.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/pluralize": "0.0.33",