reset version/package

This commit is contained in:
nicwands
2026-02-25 21:59:35 -05:00
parent b88fadec30
commit 3c8b896073
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "takerofnotes-plugin-sdk", "name": "takerofnotes-plugin-sdk",
"version": "0.4.0", "version": "0.1.0",
"description": "SDK to create a storage plugin for Taker of Notes", "description": "SDK to create a storage plugin for Taker of Notes",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",

View File

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