@astrolicious/confstellation
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@astrolicious/confstellation", | ||
"description": "A Conference solution built for Astro.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "type": "module", |
import { z } from 'astro/zod'; | ||
export const contentSchema = z.object({ | ||
export const confstellationSchema = z.object({ | ||
title: z.string(), | ||
}); |
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
18634
223