pwi-plata-type 0.3.15 → 0.3.16

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.
Files changed (2) hide show
  1. package/libs/routes.ts +1 -1
  2. package/package.json +1 -1
package/libs/routes.ts CHANGED
@@ -266,7 +266,7 @@ export async function buildExpressRouter(): Promise<_Router> {
266
266
  path: httpPath,
267
267
  method: prr.method,
268
268
  handlers: [],
269
- swaggerHide: prr.swaggerHide
269
+ swaggerHide: prr.swaggerHide === undefined ? pr.swaggerHide : undefined
270
270
  })
271
271
  }
272
272
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pwi-plata-type",
3
- "version": "0.3.15",
3
+ "version": "0.3.16",
4
4
  "main": "index.ts",
5
5
  "bin": {
6
6
  "plata": "bin/plata.ts",