Update testPlugin to use new note storage format

This commit is contained in:
nicwands
2026-03-02 11:48:31 -05:00
parent b1f6f31f00
commit e4a4b78b12
2 changed files with 14 additions and 17 deletions

View File

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