@prisma/driver-adapter-utils 6.11.0-dev.43 → 6.11.0-dev.6

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 CHANGED
@@ -253,7 +253,7 @@ export declare function mockMigrationAwareAdapterFactory(provider: 'mysql' | 'sq
253
253
 
254
254
  export declare type OfficialDriverAdapterName = (typeof officialPrismaAdapters)[number];
255
255
 
256
- declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-better-sqlite3", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql", "@prisma/adapter-mariadb"];
256
+ declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql"];
257
257
 
258
258
  export declare function ok<T>(value: T): Result<T>;
259
259
 
package/dist/index.d.ts CHANGED
@@ -253,7 +253,7 @@ export declare function mockMigrationAwareAdapterFactory(provider: 'mysql' | 'sq
253
253
 
254
254
  export declare type OfficialDriverAdapterName = (typeof officialPrismaAdapters)[number];
255
255
 
256
- declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-better-sqlite3", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql", "@prisma/adapter-mariadb"];
256
+ declare const officialPrismaAdapters: readonly ["@prisma/adapter-planetscale", "@prisma/adapter-neon", "@prisma/adapter-libsql", "@prisma/adapter-d1", "@prisma/adapter-pg", "@prisma/adapter-mssql"];
257
257
 
258
258
  export declare function ok<T>(value: T): Result<T>;
259
259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/driver-adapter-utils",
3
- "version": "6.11.0-dev.43",
3
+ "version": "6.11.0-dev.6",
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.11.0-dev.43"
34
+ "@prisma/debug": "6.11.0-dev.6"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "DEV=true tsx helpers/build.ts",