kiwi-schema
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -7,4 +7,5 @@ export { Definition, Schema, DefinitionKind, Field } from "./schema"; | ||
export { compileSchemaSkew } from "./skew"; | ||
export { compileSchemaTypeScript } from "./ts"; | ||
export { decodeBinarySchema, encodeBinarySchema } from "./binary"; | ||
export { parseSchema } from "./parser"; | ||
export { prettyPrintSchema } from "./printer"; |
@@ -14,2 +14,4 @@ "use strict"; | ||
exports.compileSchemaSkew = skew_1.compileSchemaSkew; | ||
var ts_1 = require("./ts"); | ||
exports.compileSchemaTypeScript = ts_1.compileSchemaTypeScript; | ||
var binary_1 = require("./binary"); | ||
@@ -16,0 +18,0 @@ exports.decodeBinarySchema = binary_1.decodeBinarySchema; |
{ | ||
"name": "kiwi-schema", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A schema-based binary format for efficiently encoding trees of data", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
96008
2362