bump api version
This commit is contained in:
8
package-lock.json
generated
8
package-lock.json
generated
@@ -10,7 +10,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"takerofnotes-plugin-sdk": "^0.1.0"
|
"takerofnotes-plugin-sdk": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^29.0.0",
|
"@rollup/plugin-commonjs": "^29.0.0",
|
||||||
@@ -795,9 +795,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/takerofnotes-plugin-sdk": {
|
"node_modules/takerofnotes-plugin-sdk": {
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.2.0.tgz",
|
||||||
"integrity": "sha512-JoJK7wwTwZzapiSVkrElH2F9UaC2ME/b+eLWn82LGoJQIkV3EBFVIiqgiK5pFOxYTgl73K7qEPlnrVsnOpn9AQ==",
|
"integrity": "sha512-yImQSmOTeSCjkHujeitmq4bIAjk+Y5v6uJ2kRbSgM/+eH3PweXZbYKpJpwb9pAAAkCIoBiS/fpeJpuIdTWHq7A==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"zod": "^4.3.6"
|
"zod": "^4.3.6"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"description": "Filesystem storage plugin for Taker of Notes",
|
"description": "Filesystem storage plugin for Taker of Notes",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"takerofnotes-plugin-sdk": "^0.1.0"
|
"takerofnotes-plugin-sdk": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-commonjs": "^29.0.0",
|
"@rollup/plugin-commonjs": "^29.0.0",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ export default definePlugin({
|
|||||||
name: 'Filesystem',
|
name: 'Filesystem',
|
||||||
description: 'Store notes as markdown files on your local filesystem',
|
description: 'Store notes as markdown files on your local filesystem',
|
||||||
version: '1.0.0',
|
version: '1.0.0',
|
||||||
apiVersion: '0.1.0',
|
apiVersion: '0.2.0',
|
||||||
configSchema: [
|
configSchema: [
|
||||||
{
|
{
|
||||||
key: 'notesDir',
|
key: 'notesDir',
|
||||||
|
|||||||
Reference in New Issue
Block a user