- tsconfig: drop deprecated baseUrl and moduleResolution=node10 (node->bundler)
that failed build verification on newer TypeScript
- esbuild: replace builtin-modules dependency with node:module builtinModules
- settings-tab: use createDiv/createSpan instead of createEl("div"/"span")
- main: avoid globalThis; reference crypto.randomUUID directly
- type Supabase rpc/select responses and loadData to remove unsafe-any flows
(destructuring, assignment, member access, arguments)
- template-engine: annotate replace() callback params to drop unsafe arguments
- styles: drop !important; override via selector specificity
- bump version to 0.1.1 (manifest, package, versions)
- move src/, test/, esbuild.config.mjs, styles.css, tsconfig.json,
package.json, package-lock.json from plugin/ to repo root
- merge plugin/package.json into root package.json (deps + scripts)
- drop esbuild mirror-files plugin (manifest.json/versions.json no
longer need to be copied; they live next to the build output)
- update release workflow, gitignore, README, scripts to match
- swap fetch() for obsidian's requestUrl in setupBot per plugin
guidelines