From e2cc2f890d75977b46bb1f679c2aee7114030f24 Mon Sep 17 00:00:00 2001 From: hugoalh <32359235+hugoalh@users.noreply.github.com> Date: Mon, 6 May 2024 11:18:05 +0800 Subject: [PATCH] Update readme --- .dnt.ts | 2 +- README.md | 36 +++++++++++------------------------- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/.dnt.ts b/.dnt.ts index 1826c48..c7a1dca 100644 --- a/.dnt.ts +++ b/.dnt.ts @@ -1,9 +1,9 @@ -import { dirname as pathDirname } from "node:path"; import { transform, type TransformOutput } from "DNT/transform"; import { copy as fsCopy } from "STD/fs/copy"; import { emptyDir } from "STD/fs/empty-dir"; import { ensureDir } from "STD/fs/ensure-dir"; import { walk as readDir, type WalkEntry } from "STD/fs/walk"; +import { dirname as pathDirname } from "node:path"; const pathsMain: WalkEntry[] = await Array.fromAsync(readDir(".")); const transformResult: TransformOutput = await transform({ entryPoints: ["mod.ts"], diff --git a/README.md b/README.md index 9ee92be..08cf37f 100644 --- a/README.md +++ b/README.md @@ -16,37 +16,23 @@ An ES (JavaScript & TypeScript) module to provide an easier symmetric crypto. |:--|:--|:--|:--| | **[Bun](https://bun.sh/)** >= v1.1.0 | [✔️ `node_modules`](https://jsr.io/docs/npm-compatibility) | [✔️ Specifier `npm:`](https://bun.sh/docs/runtime/autoimport) | ❌ | | **[Cloudflare Workers](https://workers.cloudflare.com/)** | [✔️ `node_modules`](https://jsr.io/docs/with/cloudflare-workers) | [✔️ `node_modules`](https://docs.npmjs.com/using-npm-packages-in-your-projects) | ❌ | -| **[Deno](https://deno.land/)** >= v1.43.0 | [✔️ Specifier `jsr:`](https://jsr.io/docs/with/deno) | [✔️ Specifier `npm:`](https://docs.deno.com/runtime/manual/node/npm_specifiers) | [✔️](https://docs.deno.com/runtime/manual/basics/modules/#remote-import) | +| **[Deno](https://deno.land/)** >= v1.42.0 | [✔️ Specifier `jsr:`](https://jsr.io/docs/with/deno) | [✔️ Specifier `npm:`](https://docs.deno.com/runtime/manual/node/npm_specifiers) | [✔️](https://docs.deno.com/runtime/manual/basics/modules/#remote-import) | | **[NodeJS](https://nodejs.org/)** >= v16.13.0 | [✔️ `node_modules`](https://jsr.io/docs/with/node) | [✔️ `node_modules`](https://docs.npmjs.com/using-npm-packages-in-your-projects) | ❌ | > **ℹ️ Note** > -> It is possible to use this module in other ways which not listed in here, however it is not officially supported. +> It is possible to use this module in other methods/ways which not listed in here, however it is not officially supported. ### #️⃣ Registries Identifier -
JSR | -- -``` -@hugoalh/symmetric-crypto -``` - - | -
---|---|
NPM | -- -``` -@hugoalh/symmetric-crypto -``` - - | -