json-schemify
Advanced tools
Comparing version 0.0.13 to 1.0.0
@@ -0,2 +1,2 @@ | ||
export { schemify, writeSchema } from './schema'; | ||
export { Schema } from './schema.interface'; | ||
export { schemify } from './schema'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.schemify = void 0; | ||
exports.writeSchema = exports.schemify = void 0; | ||
var schema_1 = require("./schema"); | ||
Object.defineProperty(exports, "schemify", { enumerable: true, get: function () { return schema_1.schemify; } }); | ||
Object.defineProperty(exports, "writeSchema", { enumerable: true, get: function () { return schema_1.writeSchema; } }); |
{ | ||
"name": "json-schemify", | ||
"version": "0.0.13", | ||
"version": "1.0.0", | ||
"description": "Converts a JSON structure to a valid JSON Schema object.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14422
262
0