@prisma/driver-adapter-utils
Advanced tools
Comparing version 5.6.0-integration-feat-client-wasm-engine.8 to 5.6.0-integration-feat-client-wasm-engine.9
@@ -14,3 +14,3 @@ import { debug as Debug } from 'debug'; | ||
readonly Boolean: 5; | ||
readonly Char: 6; | ||
readonly Character: 6; | ||
readonly Text: 7; | ||
@@ -31,3 +31,3 @@ readonly Date: 8; | ||
readonly BooleanArray: 69; | ||
readonly CharArray: 70; | ||
readonly CharacterArray: 70; | ||
readonly TextArray: 71; | ||
@@ -34,0 +34,0 @@ readonly DateArray: 72; |
@@ -131,3 +131,3 @@ "use strict"; | ||
Boolean: 5, | ||
Char: 6, | ||
Character: 6, | ||
Text: 7, | ||
@@ -149,3 +149,3 @@ Date: 8, | ||
BooleanArray: 69, | ||
CharArray: 70, | ||
CharacterArray: 70, | ||
TextArray: 71, | ||
@@ -152,0 +152,0 @@ DateArray: 72, |
{ | ||
"name": "@prisma/driver-adapter-utils", | ||
"version": "5.6.0-integration-feat-client-wasm-engine.8", | ||
"version": "5.6.0-integration-feat-client-wasm-engine.9", | ||
"description": "Internal set of utilities and types for Prisma's driver adapters.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
24770