Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
177eeebc36 | ||
|
|
2c0d357d5d | ||
|
|
4982549d7d | ||
|
|
1f3c7adccb |
12
package-lock.json
generated
12
package-lock.json
generated
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "takerofnotes-plugin-filesystem",
|
||||
"version": "1.2.0",
|
||||
"version": "1.4.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "takerofnotes-plugin-filesystem",
|
||||
"version": "1.2.0",
|
||||
"version": "1.4.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"gray-matter": "^4.0.3",
|
||||
"takerofnotes-plugin-sdk": "^0.1.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.1.0",
|
||||
"resolved": "https://registry.npmjs.org/takerofnotes-plugin-sdk/-/takerofnotes-plugin-sdk-0.1.0.tgz",
|
||||
"integrity": "sha512-JoJK7wwTwZzapiSVkrElH2F9UaC2ME/b+eLWn82LGoJQIkV3EBFVIiqgiK5pFOxYTgl73K7qEPlnrVsnOpn9AQ==",
|
||||
"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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "takerofnotes-plugin-filesystem",
|
||||
"version": "1.2.0",
|
||||
"version": "1.4.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git"
|
||||
@@ -19,7 +19,7 @@
|
||||
"description": "Filesystem storage plugin for Taker of Notes",
|
||||
"dependencies": {
|
||||
"gray-matter": "^4.0.3",
|
||||
"takerofnotes-plugin-sdk": "^0.1.0"
|
||||
"takerofnotes-plugin-sdk": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^29.0.0",
|
||||
|
||||
@@ -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.1.0',
|
||||
apiVersion: '0.3.0',
|
||||
configSchema: [
|
||||
{
|
||||
key: 'notesDir',
|
||||
|
||||
Reference in New Issue
Block a user