@spinajs/orm
Advanced tools
Comparing version 2.0.291 to 2.0.292
@@ -519,3 +519,3 @@ "use strict"; | ||
const self = this; | ||
if (column === null || (undefined && arguments.length === 1)) { | ||
if (column === null || (column === undefined && arguments.length === 1)) { | ||
return; | ||
@@ -522,0 +522,0 @@ } |
@@ -513,3 +513,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const self = this; | ||
if (column === null || (undefined && arguments.length === 1)) { | ||
if (column === null || (column === undefined && arguments.length === 1)) { | ||
return; | ||
@@ -516,0 +516,0 @@ } |
{ | ||
"name": "@spinajs/orm", | ||
"version": "2.0.291", | ||
"version": "2.0.292", | ||
"description": "framework orm module", | ||
@@ -58,6 +58,6 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.291", | ||
"@spinajs/di": "^2.0.291", | ||
"@spinajs/exceptions": "^2.0.291", | ||
"@spinajs/log-common": "^2.0.291", | ||
"@spinajs/configuration-common": "^2.0.292", | ||
"@spinajs/di": "^2.0.292", | ||
"@spinajs/exceptions": "^2.0.292", | ||
"@spinajs/log-common": "^2.0.292", | ||
"glob": "^8.1.0", | ||
@@ -64,0 +64,0 @@ "glob-to-regexp": "^0.4.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1294362