2 Commits

Author SHA1 Message Date
nicwands
6ec688b994 1.6.0 2026-02-24 14:28:39 -05:00
nicwands
990ed9dcec esm only 2026-02-24 14:28:27 -05:00
4 changed files with 6 additions and 7 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "takerofnotes-plugin-filesystem",
"version": "1.5.0",
"version": "1.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "takerofnotes-plugin-filesystem",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",
"dependencies": {
"gray-matter": "^4.0.3",

View File

@@ -1,15 +1,13 @@
{
"name": "takerofnotes-plugin-filesystem",
"version": "1.5.0",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nicwands/takerofnotes-plugin-filesystem.git"
},
"type": "module",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js"
},
"exports": "./dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"

View File

@@ -1,3 +1,4 @@
// rollup.config.js
import resolve from '@rollup/plugin-node-resolve'
import commonjs from '@rollup/plugin-commonjs'

View File

@@ -5,7 +5,7 @@ export default definePlugin({
id: 'filesystem',
name: 'Filesystem',
description: 'Store notes as markdown files on your local filesystem',
version: '1.5.0',
version: '1.6.0',
apiVersion: '0.4.0',
configSchema: [
{