@formula-monks/kurt
Advanced tools
Comparing version 1.6.0 to 1.7.0
import type { ZodObject, ZodRawShape, infer as zodInfer } from "zod"; | ||
import { fromJSONSchema7 } from "./KurtSchema.fromJSONSchema7"; | ||
export declare const KurtSchema: { | ||
fromJSONSchema7: typeof fromJSONSchema7; | ||
}; | ||
/** | ||
@@ -3,0 +7,0 @@ * The inner shape of a Kurt schema; used as a type parameter for functions |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.KurtSchema = void 0; | ||
const KurtSchema_fromJSONSchema7_1 = require("./KurtSchema.fromJSONSchema7"); | ||
exports.KurtSchema = { | ||
fromJSONSchema7: KurtSchema_fromJSONSchema7_1.fromJSONSchema7, | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"homepage": "https://github.com/FormulaMonks/kurt", | ||
@@ -36,2 +36,3 @@ "repository": { | ||
"@jest/globals": "^29.7.0", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/node": "^18.19.32", | ||
@@ -45,4 +46,7 @@ "czg": "^1.9.1", | ||
"typescript": "^5.4.5", | ||
"zod-to-json-schema": "^3.23.0" | ||
}, | ||
"dependencies": { | ||
"zod": "^3.23.5" | ||
} | ||
} |
78952
16
1627
1
11
+ Addedzod@^3.23.5
+ Addedzod@3.24.1(transitive)