@oino-ts/types 0.21.0 → 0.21.2

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.
@@ -105,7 +105,7 @@ export declare abstract class OINOBenchmark {
105
105
  static trackMetric(module: string, method: string, value: number, success?: boolean): void;
106
106
  protected abstract _trackException(module: string, method: string, name: string, message: string, stack: string): void;
107
107
  /**
108
- * Track an exception
108
+ * Track an exception. Does not consider enabled modules.
109
109
  *
110
110
  * @param module of the benchmark
111
111
  * @param method of the benchmark
@@ -130,7 +130,7 @@ export declare class OINOMemoryBenchmark extends OINOBenchmark {
130
130
  protected _benchmarkCount: Record<string, number>;
131
131
  protected _benchmarkData: Record<string, number>;
132
132
  protected _benchmarkStart: Record<string, number>;
133
- protected _healthBenchmarks: number;
133
+ protected _healthRequests: number;
134
134
  protected _healthFailures: number;
135
135
  protected _exceptions: any[];
136
136
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oino-ts/types",
3
- "version": "0.21.0",
3
+ "version": "0.21.2",
4
4
  "description": "OINO TS package for types.",
5
5
  "author": "Matias Kiviniemi (pragmatta)",
6
6
  "license": "MPL-2.0",