@navios/navios-zod
Advanced tools
Comparing version 0.4.0-alpha.3 to 0.4.0-alpha.4
@@ -104,4 +104,4 @@ "use strict"; | ||
} | ||
var placement = /\$([a-zA-Z0-9]+)/g; | ||
function bindUrlParams(urlPart, params) { | ||
const placement = /\$([a-zA-Z0-9]+)/g; | ||
const match = urlPart.matchAll(placement); | ||
@@ -108,0 +108,0 @@ if (match && params.urlParams) { |
{ | ||
"name": "@navios/navios-zod", | ||
"version": "0.4.0-alpha.3", | ||
"version": "0.4.0-alpha.4", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Oleksandr Hanzha", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53964