@prisma/driver-adapter-utils 6.10.0-dev.8 → 6.10.0-dev.9
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -243,7 +243,7 @@ export declare function mockMigrationAwareAdapterFactory(provider: 'mysql' | 'sq
|
|
|
243
243
|
|
|
244
244
|
export declare type OfficialDriverAdapterName = (typeof officialPrismaAdapters)[number];
|
|
245
245
|
|
|
246
|
-
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg"
|
|
246
|
+
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg"];
|
|
247
247
|
|
|
248
248
|
export declare function ok<T>(value: T): Result<T>;
|
|
249
249
|
|
package/dist/index.d.ts
CHANGED
|
@@ -243,7 +243,7 @@ export declare function mockMigrationAwareAdapterFactory(provider: 'mysql' | 'sq
|
|
|
243
243
|
|
|
244
244
|
export declare type OfficialDriverAdapterName = (typeof officialPrismaAdapters)[number];
|
|
245
245
|
|
|
246
|
-
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg"
|
|
246
|
+
declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg"];
|
|
247
247
|
|
|
248
248
|
export declare function ok<T>(value: T): Result<T>;
|
|
249
249
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma/driver-adapter-utils",
|
|
3
|
-
"version": "6.10.0-dev.
|
|
3
|
+
"version": "6.10.0-dev.9",
|
|
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": "6.10.0-dev.
|
|
34
|
+
"@prisma/debug": "6.10.0-dev.9"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"dev": "DEV=true tsx helpers/build.ts",
|