@oas-tools/oas-telemetry 0.1.9 → 0.1.10

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/dist/ui.cjs +1 -0
  2. package/package.json +1 -1
package/dist/ui.cjs CHANGED
@@ -714,5 +714,6 @@ window.onload = parsePath();
714
714
  </body>
715
715
  </html>
716
716
  `;
717
+ return ui;
717
718
  }
718
719
  module.exports = exports.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oas-tools/oas-telemetry",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "This package exports an express midelware that allows to trace the requests and responses of an express application using OpenTelemetry",
5
5
  "author": "Manuel Otero",
6
6
  "contributors": [