@dnlup/doc
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.0.2](https://github.com/dnlup/doc/compare/v2.0.1...v2.0.2) (2020-10-04) | ||
### Bug Fixes | ||
* **symbols:** fix typo ([d5f39b4](https://github.com/dnlup/doc/commit/d5f39b4f2d946c57200fda063da47e4e9c3cb5f7)) | ||
### [2.0.1](https://github.com/dnlup/doc/compare/v2.0.0...v2.0.1) (2020-10-03) | ||
@@ -7,0 +14,0 @@ |
@@ -124,3 +124,3 @@ import { EventEmitter } from 'events' // eslint-disable-line no-unused-vars | ||
declare class Sampler extends EventEmitter { | ||
cpu: CPUMetric | undefined | ||
cpu?: CPUMetric | ||
eventLoopDelay?: EventLoopDelayMetric | ||
@@ -127,0 +127,0 @@ gc?: GCMetric |
@@ -18,5 +18,5 @@ 'use strict' | ||
kReset: Symbol('kReset'), | ||
kRawMetric: Symbol('kRawMetricaw'), | ||
kRawMetric: Symbol('kRawMetric'), | ||
kComputedMetric: Symbol('kComputedMetric'), | ||
kObserverCallback: Symbol('kObserverCallback') | ||
} |
{ | ||
"name": "@dnlup/doc", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Get usage and health data about your Node.js process", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52790