@mikro-orm/core
Advanced tools
@@ -348,2 +348,3 @@ import type { ConnectionType, Constructor, EntityData, EntityMetadata, EntityProperty, FilterQuery, Primary, Dictionary, IPrimaryKey, PopulateOptions, EntityDictionary, AutoPath, ObjectQuery, FilterObject, Populate, EntityName, PopulateHintOptions, Prefixes, IndexName } from '../typings.js'; | ||
| schema?: string; | ||
| connectionType?: ConnectionType; | ||
| flushMode?: FlushMode | `${FlushMode}`; | ||
@@ -350,0 +351,0 @@ loggerContext?: LogContext; |
+1
-1
| { | ||
| "name": "@mikro-orm/core", | ||
| "version": "7.1.13-dev.14", | ||
| "version": "7.1.13-dev.15", | ||
| "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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
+1
-1
@@ -156,3 +156,3 @@ import { clone } from './clone.js'; | ||
| static PK_SEPARATOR = '~~~'; | ||
| static #ORM_VERSION = '7.1.13-dev.14'; | ||
| static #ORM_VERSION = '7.1.13-dev.15'; | ||
| /** | ||
@@ -159,0 +159,0 @@ * Checks if the argument is instance of `Object`. Returns false for arrays. |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
1589289
033875
0