diff --git a/index.ts b/index.ts index a87d4e23..da11b977 100644 --- a/index.ts +++ b/index.ts @@ -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 { diff --git a/package.json b/package.json index 7979d2c3..9ad86e9f 100644 --- a/package.json +++ b/package.json @@ -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",