@spinajs/orm
Advanced tools
Comparing version 2.0.235 to 2.0.236
@@ -769,3 +769,3 @@ "use strict"; | ||
if (Array.isArray(relation)) { | ||
relation.forEach((x) => this.populate(x)); | ||
relation.forEach((x) => this.populate(x, callback)); | ||
return this; | ||
@@ -772,0 +772,0 @@ } |
@@ -763,3 +763,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
if (Array.isArray(relation)) { | ||
relation.forEach((x) => this.populate(x)); | ||
relation.forEach((x) => this.populate(x, callback)); | ||
return this; | ||
@@ -766,0 +766,0 @@ } |
{ | ||
"name": "@spinajs/orm", | ||
"version": "2.0.235", | ||
"version": "2.0.236", | ||
"description": "framework orm module", | ||
@@ -58,6 +58,6 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.235", | ||
"@spinajs/di": "^2.0.235", | ||
"@spinajs/exceptions": "^2.0.235", | ||
"@spinajs/log-common": "^2.0.235", | ||
"@spinajs/configuration-common": "^2.0.236", | ||
"@spinajs/di": "^2.0.236", | ||
"@spinajs/exceptions": "^2.0.236", | ||
"@spinajs/log-common": "^2.0.236", | ||
"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
1288341