@nodescript/protocomm
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -24,3 +24,3 @@ import { Exception } from 'typesafe-exception'; | ||
if (method === 'GET') { | ||
for (const [k, v] of Object.entries(payload)) { | ||
for (const [k, v] of Object.entries(params ?? {})) { | ||
url.searchParams.append(k, v); | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@nodescript/protocomm", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Bi-directional transport-agnostic JSON-based messaging", |
Sorry, the diff of this file is not supported yet
35325