1 Commits

Author SHA1 Message Date
nicwands
40344e4e74 update supported version 2026-03-02 11:55:47 -05:00

View File

@@ -1,6 +1,6 @@
import { z } from 'zod' import { z } from 'zod'
export const SUPPORTED_API_VERSION = '0.3.0' export const SUPPORTED_API_VERSION = '0.3.1'
const ConfigFieldSchema = z.object({ const ConfigFieldSchema = z.object({
key: z.string(), key: z.string(),