@oino-ts/types 0.21.0 → 0.21.1

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.
@@ -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.1",
4
4
  "description": "OINO TS package for types.",
5
5
  "author": "Matias Kiviniemi (pragmatta)",
6
6
  "license": "MPL-2.0",