@contrail/telemetry 2.0.10-alpha.2 → 2.0.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.
@@ -2,8 +2,7 @@
2
2
  * Browser-safe entry point for @contrail/telemetry.
3
3
  *
4
4
  * Webpack 5 / Angular resolve this file via the "browser" field in package.json,
5
- * avoiding Node built-in imports (stream, async_hooks). Pino's own browser build
6
- * is pure JS and logs to console, so we use it directly instead of a custom stub.
5
+ * avoiding Node built-in imports (stream, async_hooks).
7
6
  */
8
7
  import pino from 'pino';
9
8
  import type { Logger } from 'pino';
@@ -3,8 +3,7 @@
3
3
  * Browser-safe entry point for @contrail/telemetry.
4
4
  *
5
5
  * Webpack 5 / Angular resolve this file via the "browser" field in package.json,
6
- * avoiding Node built-in imports (stream, async_hooks). Pino's own browser build
7
- * is pure JS and logs to console, so we use it directly instead of a custom stub.
6
+ * avoiding Node built-in imports (stream, async_hooks).
8
7
  */
9
8
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
9
  if (k2 === undefined) k2 = k;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contrail/telemetry",
3
- "version": "2.0.10-alpha.2",
3
+ "version": "2.0.10",
4
4
  "description": "Telemetry and monitoring utilities for contrail services",
5
5
  "main": "lib/index.js",
6
6
  "browser": "lib/index.browser.js",