bump api version

This commit is contained in:
nicwands
2026-02-24 14:17:45 -05:00
parent 4982549d7d
commit 2c0d357d5d
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"gray-matter": "^4.0.3",
"takerofnotes-plugin-sdk": "^0.2.0"
"takerofnotes-plugin-sdk": "^0.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
@@ -795,9 +795,9 @@
}
},
"node_modules/takerofnotes-plugin-sdk": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.2.0.tgz",
"integrity": "sha512-yImQSmOTeSCjkHujeitmq4bIAjk+Y5v6uJ2kRbSgM/+eH3PweXZbYKpJpwb9pAAAkCIoBiS/fpeJpuIdTWHq7A==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.3.0.tgz",
"integrity": "sha512-GG9XFD7NXqXPyhoYCA3j8yg7aGE9dulGjkb4yp1TmO+cT7/o5BTCBo8c0hP80FVkC8x+bcHlbQNvD320045Q7g==",
"license": "MIT",
"dependencies": {
"zod": "^4.3.6"

View File

@@ -19,7 +19,7 @@
"description": "Filesystem storage plugin for Taker of Notes",
"dependencies": {
"gray-matter": "^4.0.3",
"takerofnotes-plugin-sdk": "^0.2.0"
"takerofnotes-plugin-sdk": "^0.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",

View File

@@ -6,7 +6,7 @@ export default definePlugin({
name: 'Filesystem',
description: 'Store notes as markdown files on your local filesystem',
version: '1.0.0',
apiVersion: '0.2.0',
apiVersion: '0.3.0',
configSchema: [
{
key: 'notesDir',