Comparing version 0.13.0 to 0.13.1
@@ -95,3 +95,3 @@ import type { NextFunction, Request, Response } from "express"; | ||
type SwaggerShorthandOperators = "::" | "|"; | ||
type SwaggerBaseDataTypes = "string" | "number" | "integer" | "boolean" | "array" | "object"; | ||
type SwaggerBaseDataTypes = "string" | "number" | "integer" | "boolean" | "array" | "object" | "Date"; | ||
type SwaggerTypeOperators = "!" | "?" | ""; | ||
@@ -98,0 +98,0 @@ type SwaggerTypeOperatorsArrays = "" | "[]"; |
{ | ||
"name": "efesto", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "", | ||
@@ -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
167065