@spinajs/orm
Advanced tools
Comparing version 2.0.54 to 2.0.55
@@ -162,3 +162,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
const cnt = driver.Container; | ||
this._whereBuilder = cnt.resolve("SelectQueryBuilder", [driver, this._model, this]); | ||
this._whereBuilder = cnt.resolve('SelectQueryBuilder', [driver, this._model, this]); | ||
this._whereBuilder.setAlias(this._tableAlias); | ||
@@ -165,0 +165,0 @@ this._whereCallback.call(this._whereBuilder, [this]); |
{ | ||
"name": "@spinajs/orm", | ||
"version": "2.0.54", | ||
"version": "2.0.55", | ||
"description": "framework orm module", | ||
@@ -52,7 +52,7 @@ "exports": "./lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.54", | ||
"@spinajs/di": "^2.0.54", | ||
"@spinajs/exceptions": "^2.0.54", | ||
"@spinajs/log": "^2.0.54", | ||
"@spinajs/reflection": "^2.0.54", | ||
"@spinajs/configuration": "^2.0.55", | ||
"@spinajs/di": "^2.0.55", | ||
"@spinajs/exceptions": "^2.0.55", | ||
"@spinajs/log": "^2.0.55", | ||
"@spinajs/reflection": "^2.0.55", | ||
"glob": "^8.1.0", | ||
@@ -59,0 +59,0 @@ "lodash": "^4.17.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4
28
2
130
Updated@spinajs/di@^2.0.55
Updated@spinajs/exceptions@^2.0.55
Updated@spinajs/log@^2.0.55
Updated@spinajs/reflection@^2.0.55