feat: update deno libries
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import {
|
||||
decodeBase64Url,
|
||||
encodeBase64Url,
|
||||
getHomeDirOrDie,
|
||||
hexStringToUint8Array,
|
||||
resolveFilename,
|
||||
} from "https://global.hatter.ink/script/get/@9/deno-commons-mod.ts";
|
||||
import {getRandomValues} from "node:crypto";
|
||||
import {assertEquals} from "jsr:@std/assert";
|
||||
|
||||
const COMMONS_LOCAL_ENCRYPT_TINY_ENCRYPT_MASTER_KEY_FILE = getHomeDirOrDie() +
|
||||
"/.cache/commons-local-encrypt-tiny-encrypt-master-key";
|
||||
const COMMONS_LOCAL_ENCRYPT_TINY_ENCRYPT_MASTER_KEY_FILE = resolveFilename(
|
||||
"~/.cache/commons-local-encrypt-tiny-encrypt-master-key",
|
||||
);
|
||||
|
||||
interface TinyEncryptSimpleDecryptObject {
|
||||
code: number;
|
||||
|
||||
Reference in New Issue
Block a user