@anttiviljami/dtsgenerator
Advanced tools
Comparing version 2.5.1 to 2.5.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.clear = exports.initialize = exports.CommandOptions = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var commander_1 = tslib_1.__importDefault(require("commander")); |
@@ -10,5 +10,5 @@ "use strict"; | ||
var schemaId_1 = require("./schemaId"); | ||
exports.SchemaId = schemaId_1.default; | ||
Object.defineProperty(exports, "SchemaId", { enumerable: true, get: function () { return schemaId_1.default; } }); | ||
var typeNameConvertor_1 = require("./typeNameConvertor"); | ||
exports.DefaultTypeNameConvertor = typeNameConvertor_1.DefaultTypeNameConvertor; | ||
Object.defineProperty(exports, "DefaultTypeNameConvertor", { enumerable: true, get: function () { return typeNameConvertor_1.DefaultTypeNameConvertor; } }); | ||
function dtsGenerator(options) { | ||
@@ -15,0 +15,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function () { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.searchAllSubSchema = exports.getId = exports.getSubSchema = exports.parseSchema = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var JsonPointer = tslib_1.__importStar(require("../jsonPointer")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.normalizeTypeName = exports.DefaultTypeNameConvertor = void 0; | ||
exports.DefaultTypeNameConvertor = function (id) { | ||
@@ -4,0 +5,0 @@ var url = id.id; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mergeSchema = exports.reduceTypes = exports.toTSType = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var debug_1 = tslib_1.__importDefault(require("debug")); |
@@ -111,3 +111,3 @@ "use strict"; | ||
}, | ||
enumerable: true, | ||
enumerable: false, | ||
configurable: true | ||
@@ -114,0 +114,0 @@ }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.tilde = exports.parse = exports.set = exports.get = void 0; | ||
function get(obj, path, isCreateOnNotExists) { | ||
@@ -4,0 +5,0 @@ if (isCreateOnNotExists === void 0) { isCreateOnNotExists = false; } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.globFiles = exports.parseFileContent = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var glob_1 = tslib_1.__importDefault(require("glob")); |
{ | ||
"name": "@anttiviljami/dtsgenerator", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "TypeScript d.ts file generator for JSON Schema file", | ||
@@ -70,4 +70,4 @@ "bin": { | ||
"tslint": "^6.1.0", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
421729
7134