diff --git a/deno.lock b/deno.lock index 3641de3..b71db98 100644 --- a/deno.lock +++ b/deno.lock @@ -2210,8 +2210,9 @@ "https://esm.sh/v133/universal-github-app-jwt@1.1.1/denonext/universal-github-app-jwt.mjs": "546280ef9d50e167172bc039c0c2f4348a728ae1732f467af726b08491d2ea18", "https://esm.sh/v133/universal-user-agent@6.0.0/denonext/universal-user-agent.mjs": "2969647abd054007e6d838dd2ecc7de9c513c18c43322dfa3de57eec8d2d6447", "https://esm.sh/v133/wrappy@1.0.2/denonext/wrappy.mjs": "3c31e4782e0307cf56b319fcec6110f925dafe6cb47a8fa23350d480f5fa8b06", - "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.1.0/deps.ts": "f3763d2a85d4d45abe581faf05154dcb02fecfcc13b773e57b0493b2451ee28d", - "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.1.0/oakmiddlewares/base.ts": "b9319d84c3631ef3951cce3517c2c38a42ad7201920355bac946c107aefce3e1", - "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.1.0/oakmiddlewares/mod.ts": "3e2b8a529fb6a73900182e1d1421b4c0e38f811a71701a48b474b796442cb317" + "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.2.1/deps.ts": "f3763d2a85d4d45abe581faf05154dcb02fecfcc13b773e57b0493b2451ee28d", + "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.2.1/oakmiddlewares/base.ts": "aca0aa99a7a9b066e00e7e6adf8b821bd17e00aa6acf3404cbc05e4e8b594a22", + "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.2.1/oakmiddlewares/mod.ts": "7acf93e024a42ba831f2bb7477e09aaa53ca83bedbb274fb95245dbb96ea7543", + "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.2.1/oakmiddlewares/static.ts": "3118130174e370a700e909074f333ed4eadb049283c08f5ff7bc13345bde0158" } } diff --git a/deps.ts b/deps.ts index df604fc..450a3fe 100644 --- a/deps.ts +++ b/deps.ts @@ -26,7 +26,7 @@ export type { } from "https://deno.land/x/oak@v12.6.1/mod.ts"; export { oakCors } from "https://deno.land/x/cors@v1.2.1/mod.ts"; -export * as basemiddlewares from "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.1.0/oakmiddlewares/mod.ts"; +export * as basemiddlewares from "https://raw.githubusercontent.com/fensak-io/denoxtd/v0.2.1/oakmiddlewares/mod.ts"; import winston from "npm:winston@^3.10.0"; import WinstonTransport from "npm:winston-transport@^4.5.0";