@scalar/oas-utils
Advanced tools
Comparing version 0.2.67 to 0.2.68
# @scalar/oas-utils | ||
## 0.2.68 | ||
### Patch Changes | ||
- dab543e: fix: remove url validation from collection info | ||
## 0.2.67 | ||
@@ -4,0 +10,0 @@ |
@@ -18,3 +18,3 @@ import { z } from 'zod'; | ||
*/ | ||
url: z.string().url().optional(), | ||
url: z.string().optional(), | ||
}); | ||
@@ -31,3 +31,3 @@ /** | ||
/** The URL pointing to the contact information. This MUST be in the form of a URL. */ | ||
url: z.string().url().optional(), | ||
url: z.string().optional(), | ||
/** The email address of the contact person/organization. This MUST be in the form of an email address. */ | ||
@@ -34,0 +34,0 @@ email: z.string().email().optional(), |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.2.67", | ||
"version": "0.2.68", | ||
"engines": { | ||
@@ -111,4 +111,4 @@ "node": ">=18" | ||
"@scalar/object-utils": "1.1.11", | ||
"@scalar/themes": "0.9.45", | ||
"@scalar/openapi-types": "0.1.4", | ||
"@scalar/themes": "0.9.45", | ||
"@scalar/types": "0.0.18" | ||
@@ -121,5 +121,5 @@ }, | ||
"zod-to-ts": "^1.2.0", | ||
"@scalar/openapi-parser": "0.8.8", | ||
"@scalar/build-tooling": "0.1.11", | ||
"@scalar/openapi-types": "0.1.4", | ||
"@scalar/build-tooling": "0.1.11" | ||
"@scalar/openapi-parser": "0.8.8" | ||
}, | ||
@@ -126,0 +126,0 @@ "scripts": { |
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
380192