@gitlab/jest-metrics-exporter 0.0.5 → 0.1.0

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.
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ declare namespace JestMetricsReporter {
11
11
  type SkipRecordFn = SkipRecordFnImpl;
12
12
  type TestRetriedFn = TestRetriedFnImpl;
13
13
  type CustomMetricsFn = CustomMetricsFnImpl;
14
- const VERSION: "0.0.5";
14
+ const VERSION: "0.1.0";
15
15
  }
16
16
  export = JestMetricsReporter;
17
17
  //# sourceMappingURL=index.d.ts.map
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION: "0.0.5";
1
+ export declare const VERSION: "0.1.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.0.5';
4
+ exports.VERSION = '0.1.0';
5
5
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/jest-metrics-exporter",
3
- "version": "0.0.5",
3
+ "version": "0.1.0",
4
4
  "description": "A Jest reporter that collects test execution data and pushes it to the GitLab Observer service",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",