This commit is contained in:
nicwands
2026-02-27 16:49:45 -05:00
parent 4f6f466fd7
commit fbf751fbda
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@takerofnotes/plugin-sdk",
"version": "0.3.0",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@takerofnotes/plugin-sdk",
"version": "0.3.0",
"version": "0.2.0",
"license": "MIT",
"dependencies": {
"zod": "^4.3.6"

View File

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