namirasoft-core
Advanced tools
Comparing version 1.3.60 to 1.3.61
@@ -31,3 +31,3 @@ "use strict"; | ||
ErrorOperation_1.ErrorOperation.throwHTTP(400, "Invalid value for FilterItem.not: " + items[notIndex]); | ||
let operator = FilterItemOperator_1.FilterItemOperator.getBySign(items[operatorIndex]); | ||
let operator = FilterItemOperator_1.FilterItemOperator.getByName(items[operatorIndex]); | ||
let values = []; | ||
@@ -34,0 +34,0 @@ for (let j = 0; j < operator.count; j++) { |
@@ -11,3 +11,3 @@ { | ||
"private": false, | ||
"version": "1.3.60", | ||
"version": "1.3.61", | ||
"author": "Amir Abolhasani", | ||
@@ -21,3 +21,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@types/node": "^20.14.4", | ||
"@types/node": "^20.14.5", | ||
"axios": "^1.7.2", | ||
@@ -24,0 +24,0 @@ "moment": "^2.30.1", |
@@ -39,3 +39,3 @@ import { BaseMetaColumn } from "./BaseMetaColumn"; | ||
ErrorOperation.throwHTTP(400, "Invalid value for FilterItem.not: " + items[notIndex]); | ||
let operator = FilterItemOperator.getBySign(items[operatorIndex]); | ||
let operator = FilterItemOperator.getByName(items[operatorIndex]); | ||
let values: string[] = []; | ||
@@ -42,0 +42,0 @@ for (let j = 0; j < operator.count; j++) |
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
Updated@types/node@^20.14.5