Update to SB v0.10.4
Some checks failed
Build SilverBullet Plug / build (push) Failing after 7s

This commit is contained in:
2026-02-15 17:53:21 -08:00
parent c39b869795
commit b59aabd115

View File

@@ -1,8 +1,8 @@
{ {
"tasks": { "tasks": {
"build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml", "build": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml",
"watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml -w", "watch": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml -w",
"debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.1/plug-compile.js -c deno.json icalendar.plug.yaml --debug" "debug": "deno run -A https://github.com/silverbulletmd/silverbullet/releases/download/v0.10.4/plug-compile.js -c deno.json icalendar.plug.yaml --debug"
}, },
"lint": { "lint": {
"rules": { "rules": {
@@ -19,7 +19,7 @@
] ]
}, },
"imports": { "imports": {
"@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.0", "@silverbulletmd/silverbullet": "jsr:@silverbulletmd/silverbullet@^0.10.4",
"ts-ics": "npm:ts-ics@2.4.0" "ts-ics": "npm:ts-ics@2.4.0"
} }
} }