diff --git a/api/bundle/css/bundle.ts b/api/bundle/css/bundle.ts index 3121f2d0..53fc40ff 100644 --- a/api/bundle/css/bundle.ts +++ b/api/bundle/css/bundle.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { bundle } from "@libs/bundle/css" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/bundle/css/compatibility.ts b/api/bundle/css/compatibility.ts index f254cadd..1cdeaf9c 100644 --- a/api/bundle/css/compatibility.ts +++ b/api/bundle/css/compatibility.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { compatibility } from "@libs/bundle/css" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/bundle/ts/bundle.ts b/api/bundle/ts/bundle.ts index 8ed4b911..603dd3c5 100644 --- a/api/bundle/ts/bundle.ts +++ b/api/bundle/ts/bundle.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { bundle } from "@libs/bundle/ts" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/crypto/totp/get.ts b/api/crypto/totp/get.ts index 878adcc5..d1f5da50 100644 --- a/api/crypto/totp/get.ts +++ b/api/crypto/totp/get.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { totp } from "@libs/crypto/totp" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/crypto/totp/qrcode.ts b/api/crypto/totp/qrcode.ts index 56ef8f68..3f178ac3 100644 --- a/api/crypto/totp/qrcode.ts +++ b/api/crypto/totp/qrcode.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { qrcode } from "@libs/qrcode" import { otpauth } from "@libs/crypto/totp" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/crypto/totp/secret.ts b/api/crypto/totp/secret.ts index b29ad31c..b1334a07 100644 --- a/api/crypto/totp/secret.ts +++ b/api/crypto/totp/secret.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { otpsecret } from "@libs/crypto/totp" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/crypto/totp/verify.ts b/api/crypto/totp/verify.ts index 2fb40c74..cbabf9bb 100644 --- a/api/crypto/totp/verify.ts +++ b/api/crypto/totp/verify.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { verify } from "@libs/crypto/totp" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/deno/run.ts b/api/deno/run.ts index 93a352cf..0601cc25 100644 --- a/api/deno/run.ts +++ b/api/deno/run.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" /** Maximum runtime execution */ diff --git a/api/diff/diff.ts b/api/diff/diff.ts index 9f0ff675..11ca6b76 100644 --- a/api/diff/diff.ts +++ b/api/diff/diff.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { diff } from "@libs/diff/diff" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/qrcode/get.ts b/api/qrcode/get.ts index c310b798..13753936 100644 --- a/api/qrcode/get.ts +++ b/api/qrcode/get.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import { qrcode } from "@libs/qrcode" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status" diff --git a/api/xml/parse.ts b/api/xml/parse.ts index b807ae7a..272c1442 100644 --- a/api/xml/parse.ts +++ b/api/xml/parse.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import * as XML from "@libs/xml/parse" import { STATUS_CODE, STATUS_TEXT } from "@std/http" diff --git a/api/xml/stringify.ts b/api/xml/stringify.ts index 99572999..813a7dce 100644 --- a/api/xml/stringify.ts +++ b/api/xml/stringify.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.0.6 +#!/usr/bin/env DENO_DIR=/tmp deno run --version=v2.1.2 import * as XML from "@libs/xml/stringify" import { STATUS_CODE, STATUS_TEXT } from "@std/http/status"