fix typing

This commit is contained in:
Adam Matthiesen 2024-01-18 08:36:54 -08:00
parent deeba99dee
commit 414cb7836d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import type { AstroIntegration } from "astro"
import { SafeParseError, SafeParseSuccess, ZodError } from "astro/zod"
import { ZodError, type SafeParseError, type SafeParseSuccess } from "astro/zod"
import { UserConfigSchema, type UserConfig } from "./src/utils/UserConfigSchema"
export default function GhostCMS(options: UserConfig): AstroIntegration {

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "2.0.6",
"version": "2.0.7",
"author": "MatthiesenXYZ (https://matthiesen.xyz)",
"type": "module",
"license": "MIT",