cross-project-diagnostics
Advanced tools
Comparing version 0.1.4 to 0.1.5
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./definitions"), exports); | ||
tslib_1.__exportStar(require("./diagnostic-manager"), exports); | ||
__export(require("./definitions")); | ||
__export(require("./diagnostic-manager")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cross-project-diagnostics", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Gapminder Cross-project Diagnostics functionality", | ||
@@ -5,0 +5,0 @@ "author": "Vyacheslav Chub<vyacheslav.chub@valor-software.com>", |
@@ -18,3 +18,3 @@ { | ||
"noEmitHelpers": false, | ||
"importHelpers": true, | ||
"importHelpers": false, | ||
"strictNullChecks": false, | ||
@@ -21,0 +21,0 @@ "baseUrl": ".", |
60270
475