@oino-ts/types 0.21.1 → 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oino-ts/types",
3
- "version": "0.21.1",
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",