@anatine/zod-openapi
Advanced tools
Comparing version 1.9.6 to 1.9.7
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.9.7](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.6...zod-openapi-1.9.7) (2022-08-05) | ||
### [1.9.6](https://github.com/anatine/zod-plugins/compare/zod-openapi-1.9.5...zod-openapi-1.9.6) (2022-07-26) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "@anatine/zod-openapi", | ||
"version": "1.9.6", | ||
"version": "1.9.7", | ||
"description": "Zod to OpenAPI converter", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./lib/zod-openapi"), exports); | ||
__exportStar(require("./lib/zod-openapi"), exports); | ||
//# sourceMappingURL=index.js.map |
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
29246
288