Skip to content

Commit 83998ff

Browse files
author
decobot
committed
using npm again
1 parent 23171ea commit 83998ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"preact-render-to-string": "npm:[email protected]",
9797
"simple-git": "npm:simple-git@^3.25.0",
9898
"std/": "https://deno.land/[email protected]/",
99-
"brotli": "https://deno.land/x/brotli/mod.ts"
99+
"brotli": "npm:brotli"
100100
},
101101
"compilerOptions": {
102102
"jsx": "react-jsx",

Diff for: runtime/middleware.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// deno-lint-ignore-file no-explicit-any
22
import { HTTPException } from "@hono/hono/http-exception";
33
import { DECO_MATCHER_HEADER_QS } from "../blocks/matcher.ts";
4-
import { context, Context } from "../deco.ts";
4+
import { Context, context } from "../deco.ts";
55
import { Exception, getCookies, SpanStatusCode } from "../deps.ts";
66
import { startObserve } from "../observability/http.ts";
77
import { logger } from "../observability/mod.ts";

0 commit comments

Comments
 (0)