tmlnv_obsidian-telegram-bridge/manifest.json
tmlnv 0351218fff fix: resolve obsidian community review issues for 0.1.1
- 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)
2026-06-29 23:06:08 +03:00

10 lines
303 B
JSON

{
"id": "telegram-bridge",
"name": "Telegram Bridge",
"version": "0.1.1",
"minAppVersion": "1.5.0",
"description": "Sync messages from Telegram into your vault through a self-hosted Supabase backend.",
"author": "tmlnv",
"authorUrl": "https://github.com/tmlnv",
"isDesktopOnly": false
}