From 55598053b93b3c3dde8acc7e5997c4cd8a47bbfe Mon Sep 17 00:00:00 2001 From: nicwands Date: Wed, 25 Feb 2026 22:14:49 -0500 Subject: [PATCH] fix sdk import --- src/FileSystemAdapter.js | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FileSystemAdapter.js b/src/FileSystemAdapter.js index 0c0aec0..2892835 100644 --- a/src/FileSystemAdapter.js +++ b/src/FileSystemAdapter.js @@ -1,4 +1,4 @@ -import { BaseNotesAdapter } from 'takerofnotes-plugin-sdk' +import { BaseNotesAdapter } from '@takerofnotes/plugin-sdk' import matter from 'gray-matter' import fs from 'fs/promises' import path from 'path' diff --git a/src/index.js b/src/index.js index 42cf073..960795f 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ import FileSystemAdapter from './FileSystemAdapter' -import { definePlugin } from 'takerofnotes-plugin-sdk' +import { definePlugin } from '@takerofnotes/plugin-sdk' export default definePlugin({ id: 'filesystem',