@pactflow/openapi-pact-comparator 1.9.0 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -24276,6 +24276,7 @@ function setupRouter(oas, config) {
24276
24276
  "";
24277
24277
  const path = basePath +
24278
24278
  oasPath
24279
+ .replaceAll(":", "::")
24279
24280
  .replaceAll(/{.*?}/g, cleanPathParameter)
24280
24281
  .replaceAll(/{([.;]?)([^*]+?)\*?}/g, "$1:$2(.+)");
24281
24282
  for (const method in oas.paths[oasPath]) {