ddf-query-validator
Advanced tools
Comparing version 1.3.3 to 1.3.4
"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("./helper.service"), exports); | ||
tslib_1.__exportStar(require("./definition.service"), exports); | ||
tslib_1.__exportStar(require("./structure.service"), exports); | ||
tslib_1.__exportStar(require("./dataset-manager.service"), exports); | ||
tslib_1.__exportStar(require("./features.service"), exports); | ||
tslib_1.__exportStar(require("./interfaces"), exports); | ||
__export(require("./helper.service")); | ||
__export(require("./definition.service")); | ||
__export(require("./structure.service")); | ||
__export(require("./dataset-manager.service")); | ||
__export(require("./features.service")); | ||
__export(require("./interfaces")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ddf-query-validator", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "DDF query validator", | ||
@@ -79,4 +79,4 @@ "main": "lib/index.js", | ||
"tslint-no-unused-expression-chai": "0.1.3", | ||
"typescript": "3.0.1" | ||
"typescript": "3.2.2" | ||
} | ||
} |
@@ -18,3 +18,3 @@ { | ||
"noEmitHelpers": true, | ||
"importHelpers": true, | ||
"importHelpers": false, | ||
"strictNullChecks": false, | ||
@@ -25,3 +25,4 @@ "baseUrl": ".", | ||
"dom" | ||
] | ||
], | ||
"downlevelIteration": true | ||
}, | ||
@@ -28,0 +29,0 @@ "include": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2944
173000