4 Commits

Author SHA1 Message Date
nicwands
2684c0f27e 1.5.0 2026-02-24 14:21:12 -05:00
nicwands
28b17d4f08 bump version 2026-02-24 14:20:53 -05:00
nicwands
177eeebc36 1.4.0 2026-02-24 14:18:14 -05:00
nicwands
2c0d357d5d bump api version 2026-02-24 14:17:45 -05:00
3 changed files with 10 additions and 10 deletions

12
package-lock.json generated
View File

@@ -1,16 +1,16 @@
{ {
"name": "takerofnotes-plugin-filesystem", "name": "takerofnotes-plugin-filesystem",
"version": "1.3.0", "version": "1.5.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "takerofnotes-plugin-filesystem", "name": "takerofnotes-plugin-filesystem",
"version": "1.3.0", "version": "1.5.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"takerofnotes-plugin-sdk": "^0.2.0" "takerofnotes-plugin-sdk": "^0.4.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.2.0", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.2.0.tgz", "resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.4.0.tgz",
"integrity": "sha512-yImQSmOTeSCjkHujeitmq4bIAjk+Y5v6uJ2kRbSgM/+eH3PweXZbYKpJpwb9pAAAkCIoBiS/fpeJpuIdTWHq7A==", "integrity": "sha512-C1bXun19Zh603Aq/7sEI4c3dZ8QEUiz51ikDPJm5g+JWoQkH77OH6AY19SN+eOKnqEmY1yw3JYEVd//mJ06UAA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"zod": "^4.3.6" "zod": "^4.3.6"

View File

@@ -1,6 +1,6 @@
{ {
"name": "takerofnotes-plugin-filesystem", "name": "takerofnotes-plugin-filesystem",
"version": "1.3.0", "version": "1.5.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git" "url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git"
@@ -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.2.0" "takerofnotes-plugin-sdk": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0", "@rollup/plugin-commonjs": "^29.0.0",

View File

@@ -5,8 +5,8 @@ export default definePlugin({
id: 'filesystem', id: 'filesystem',
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.5.0',
apiVersion: '0.2.0', apiVersion: '0.4.0',
configSchema: [ configSchema: [
{ {
key: 'notesDir', key: 'notesDir',