@platformatic/client
Advanced tools
Comparing version 1.33.0 to 1.35.0
@@ -176,3 +176,3 @@ 'use strict' | ||
for (const param of queryParams) { | ||
if (args?.query[param.name] !== undefined) { | ||
if (args?.query?.[param.name] !== undefined) { | ||
if (isArrayQueryParam(param)) { | ||
@@ -179,0 +179,0 @@ args.query[param.name].forEach((p) => query.append(param.name, p)) |
{ | ||
"name": "@platformatic/client", | ||
"version": "1.33.0", | ||
"version": "1.35.0", | ||
"description": "A client for all platformatic backends", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"borp": "^0.10.0", | ||
"borp": "^0.11.0", | ||
"c8": "^9.1.0", | ||
@@ -27,3 +27,3 @@ "execa": "^8.0.1", | ||
"typescript": "^5.4.2", | ||
"@platformatic/telemetry": "1.33.0" | ||
"@platformatic/telemetry": "1.35.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "dependencies": { |
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
34799