@ts-rest/core
Advanced tools
Comparing version 3.19.3 to 3.19.4
@@ -34,2 +34,3 @@ const isAppRoute = (obj) => { | ||
return Object.entries(query) | ||
.filter(([, value]) => value !== undefined) | ||
.map(([key, value]) => { | ||
@@ -36,0 +37,0 @@ let encodedValue; |
{ | ||
"name": "@ts-rest/core", | ||
"version": "3.19.3", | ||
"version": "3.19.4", | ||
"description": "RPC-like experience over a regular REST API, with type safe server implementations 🪄", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
44101
904