@lucaapp/service-utils 1.27.0 → 1.27.1

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.
@@ -170,7 +170,7 @@ options) => {
170
170
  const responseMap = buildResponseConfig(responseSchemas);
171
171
  registry.registerPath({
172
172
  method,
173
- path: prefixPath + path,
173
+ path: (prefixPath + path).replaceAll(/\:([^\:\/]+)/g, '{$1}'),
174
174
  summary,
175
175
  // description: summary,
176
176
  request: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucaapp/service-utils",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [