@loopback/filter
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@loopback/filter", | ||
"description": "Utility typings and filters for LoopBack filters.", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"license": "MIT", | ||
@@ -38,8 +38,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@loopback/build": "^9.0.3", | ||
"@loopback/testlab": "^5.0.3", | ||
"@types/node": "^14.18.26", | ||
"typescript": "~4.7.4" | ||
"@loopback/build": "^9.0.4", | ||
"@loopback/testlab": "^5.0.4", | ||
"@types/node": "^14.18.32", | ||
"typescript": "~4.8.4" | ||
}, | ||
"gitHead": "296d9a9577fd058d1a2b2386087686cefa65a7a9" | ||
"gitHead": "947500110c84ba77b2197b759b559c195cfce260" | ||
} |
@@ -344,3 +344,3 @@ // Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved. | ||
const w: Where<MT> = {}; | ||
w[key] = val; | ||
w[key] = val as ShortHandEqualType & MT[K]; | ||
return this.add(w); | ||
@@ -347,0 +347,0 @@ } |
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
60388