Skip to content

Commit 33ca329

Browse files
bartlomiejuclaude
andcommitted
chore: migrate docsearch and imagescript to npm/jsr imports
Replace legacy URL-based imports with proper registry imports: - docsearch: esm.sh URL → npm:@docsearch/js - imagescript: deno.land/x URL → jsr:@matmen/imagescript Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 25e6357 commit 33ca329

3 files changed

Lines changed: 778 additions & 802 deletions

File tree

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/node": "npm:@types/node@^24.3.0",
5555
"@types/pg": "npm:@types/pg@^8.15.5",
5656
"@types/prismjs": "npm:@types/prismjs@^1.26.5",
57-
"docsearch": "https://esm.sh/@docsearch/js@3.5.2?target=es2020",
57+
"docsearch": "npm:@docsearch/js@^3.5.2",
5858
"esbuild": "npm:esbuild@0.25.7",
5959
"esbuild-wasm": "npm:esbuild-wasm@0.25.7",
6060
"fresh": "jsr:@fresh/core@^2.0.0",
@@ -91,7 +91,7 @@
9191

9292
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
9393
"github-slugger": "npm:github-slugger@^2.0.0",
94-
"imagescript": "https://deno.land/x/imagescript@1.3.0/mod.ts",
94+
"imagescript": "jsr:@matmen/imagescript@^1.3.0",
9595
"marked": "npm:marked@^15.0.11",
9696
"marked-mangle": "npm:marked-mangle@^1.1.9",
9797
"prismjs": "npm:prismjs@^1.29.0",

0 commit comments

Comments
 (0)