mirror of
https://github.com/glasp-co/obsidian-glasp-plugin.git
synced 2026-07-22 11:50:26 +00:00
- Upgrade Node to 22.22.2 (.node-version, CI workflow, package engines, @types/node) - Patch handlebars to 4.7.9 to resolve the critical advisory - Remove the moment dependency in favor of native Date in normalize-highlight - Harden .gitignore for the public repo (.DS_Store, logs, coverage, .env) - Bump version to 0.2.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
10 lines
254 B
JSON
10 lines
254 B
JSON
{
|
|
"id": "glasp",
|
|
"name": "Glasp",
|
|
"version": "0.2.0",
|
|
"minAppVersion": "1.7.7",
|
|
"description": "Import your Glasp web and Kindle highlights and notes into your vault.",
|
|
"author": "Glasp",
|
|
"authorUrl": "https://glasp.co",
|
|
"isDesktopOnly": false
|
|
}
|