@prisma/driver-adapter-utils 7.2.0 → 7.3.0-integration-fix-6-19-0-cloudflare-accelerate-engine.1
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.d.mts +1 -5
- package/dist/index.d.ts +1 -5
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -209,9 +209,6 @@ export declare type MappedError = {
|
|
|
209
209
|
} | {
|
|
210
210
|
kind: 'ValueOutOfRange';
|
|
211
211
|
cause: string;
|
|
212
|
-
} | {
|
|
213
|
-
kind: 'InvalidInputValue';
|
|
214
|
-
message: string;
|
|
215
212
|
} | {
|
|
216
213
|
kind: 'MissingFullTextSearchIndex';
|
|
217
214
|
} | {
|
|
@@ -235,7 +232,6 @@ export declare type MappedError = {
|
|
|
235
232
|
code: number;
|
|
236
233
|
message: string;
|
|
237
234
|
state: string;
|
|
238
|
-
cause?: string;
|
|
239
235
|
} | {
|
|
240
236
|
kind: 'sqlite';
|
|
241
237
|
/**
|
|
@@ -305,7 +301,7 @@ export declare type Result<T> = {
|
|
|
305
301
|
/**
|
|
306
302
|
* Represents a value that can be returned for a column from `queryRaw`.
|
|
307
303
|
*/
|
|
308
|
-
export declare type ResultValue = number | string | boolean | null | ResultValue[]
|
|
304
|
+
export declare type ResultValue = number | string | boolean | null | ResultValue[];
|
|
309
305
|
|
|
310
306
|
export declare interface SqlDriverAdapter extends SqlQueryable {
|
|
311
307
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -209,9 +209,6 @@ export declare type MappedError = {
|
|
|
209
209
|
} | {
|
|
210
210
|
kind: 'ValueOutOfRange';
|
|
211
211
|
cause: string;
|
|
212
|
-
} | {
|
|
213
|
-
kind: 'InvalidInputValue';
|
|
214
|
-
message: string;
|
|
215
212
|
} | {
|
|
216
213
|
kind: 'MissingFullTextSearchIndex';
|
|
217
214
|
} | {
|
|
@@ -235,7 +232,6 @@ export declare type MappedError = {
|
|
|
235
232
|
code: number;
|
|
236
233
|
message: string;
|
|
237
234
|
state: string;
|
|
238
|
-
cause?: string;
|
|
239
235
|
} | {
|
|
240
236
|
kind: 'sqlite';
|
|
241
237
|
/**
|
|
@@ -305,7 +301,7 @@ export declare type Result<T> = {
|
|
|
305
301
|
/**
|
|
306
302
|
* Represents a value that can be returned for a column from `queryRaw`.
|
|
307
303
|
*/
|
|
308
|
-
export declare type ResultValue = number | string | boolean | null | ResultValue[]
|
|
304
|
+
export declare type ResultValue = number | string | boolean | null | ResultValue[];
|
|
309
305
|
|
|
310
306
|
export declare interface SqlDriverAdapter extends SqlQueryable {
|
|
311
307
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/driver-adapter-utils",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0-integration-fix-6-19-0-cloudflare-accelerate-engine.1",
|
|
4
4
|
"description": "Internal set of utilities and types for Prisma's driver adapters.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "Apache-2.0",
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@prisma/debug": "7.
|
|
34
|
+
"@prisma/debug": "7.3.0-integration-fix-6-19-0-cloudflare-accelerate-engine.1"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"dev": "DEV=true tsx helpers/build.ts",
|