@spinajs/orm
Advanced tools
Comparing version 2.0.305 to 2.0.306
@@ -59,3 +59,3 @@ /** | ||
} | ||
export type Op = '<' | '>' | '!=' | '<=>' | '>=' | '<=' | '<>' | 'like' | '=' | 'rlike'; | ||
export type Op = '<' | '>' | '!=' | '<=>' | '>=' | '<=' | '<>' | 'like' | '=' | 'rlike' | 'regexp'; | ||
/** | ||
@@ -62,0 +62,0 @@ * Allowed join methods in queries |
@@ -59,3 +59,3 @@ /** | ||
} | ||
export type Op = '<' | '>' | '!=' | '<=>' | '>=' | '<=' | '<>' | 'like' | '=' | 'rlike'; | ||
export type Op = '<' | '>' | '!=' | '<=>' | '>=' | '<=' | '<>' | 'like' | '=' | 'rlike' | 'regexp'; | ||
/** | ||
@@ -62,0 +62,0 @@ * Allowed join methods in queries |
{ | ||
"name": "@spinajs/orm", | ||
"version": "2.0.305", | ||
"version": "2.0.306", | ||
"description": "framework orm module", | ||
@@ -58,6 +58,6 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration-common": "^2.0.305", | ||
"@spinajs/di": "^2.0.305", | ||
"@spinajs/exceptions": "^2.0.305", | ||
"@spinajs/log-common": "^2.0.305", | ||
"@spinajs/configuration-common": "^2.0.306", | ||
"@spinajs/di": "^2.0.306", | ||
"@spinajs/exceptions": "^2.0.306", | ||
"@spinajs/log-common": "^2.0.306", | ||
"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
1306703