reset version/package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "takerofnotes-plugin-sdk",
|
||||
"version": "0.4.0",
|
||||
"version": "0.1.0",
|
||||
"description": "SDK to create a storage plugin for Taker of Notes",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
export const SUPPORTED_API_VERSION = '0.4.0'
|
||||
export const SUPPORTED_API_VERSION = '0.1.0'
|
||||
|
||||
const ConfigFieldSchema = z.object({
|
||||
key: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user