@mikro-orm/sql
Advanced tools
+2
-2
| { | ||
| "name": "@mikro-orm/sql", | ||
| "version": "7.1.6-dev.10", | ||
| "version": "7.1.6-dev.12", | ||
| "description": "TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, PostgreSQL and SQLite databases as well as usage with vanilla JavaScript.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
| "peerDependencies": { | ||
| "@mikro-orm/core": "7.1.6-dev.10" | ||
| "@mikro-orm/core": "7.1.6-dev.12" | ||
| }, | ||
@@ -59,0 +59,0 @@ "engines": { |
+4
-1
@@ -362,3 +362,6 @@ import type { Generated, Kysely } from 'kysely'; | ||
| '~options': infer TOptions; | ||
| } ? MaybeNever<MaybeGenerated<MaybeJoinKey<Value, TOptions>, TOptions, TProcessOnCreate>, TOptions> : never; | ||
| } ? MaybeNever<MaybeGenerated<MaybeJoinKey<MaybeArray<Value, TOptions>, TOptions>, TOptions, TProcessOnCreate>, TOptions> : never; | ||
| type MaybeArray<TValue, TOptions> = TOptions extends { | ||
| array: true; | ||
| } ? TValue[] : TValue; | ||
| type MaybeGenerated<TValue, TOptions, TProcessOnCreate extends boolean> = TOptions extends { | ||
@@ -365,0 +368,0 @@ nullable: true; |
Sorry, the diff of this file is too big to display
1050194
0.04%21977
0.04%