Comparing version 0.3.3 to 0.3.4
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"packageManager": "bun@1.1.3", | ||
@@ -9,0 +9,0 @@ "types": "./src/cli.d.ts", |
@@ -10,2 +10,3 @@ <h1 align=center>tatami-ng</h1> | ||
[![Npm Weekly Downloads](https://badgen.net/npm/dw/tatami-ng?icon=npm)](https://www.npmjs.com/package/tatami-ng) | ||
[![JSR Version](https://jsr.io/badges/@poolifier/tatami-ng)](https://jsr.io/@poolifier/tatami-ng) | ||
[![CI Workflow](https://github.com/poolifier/tatami-ng/actions/workflows/ci.yml/badge.svg)](https://github.com/poolifier/tatami-ng/actions/workflows/ci.yml) | ||
@@ -23,3 +24,3 @@ [![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](https://makeapullrequest.com) | ||
standard deviation, p-quantiles, ... ✔ | ||
- Zero cost abstraction support for multiple JS runtime ✔ | ||
- Zero cost abstraction for multiple JS runtime support ✔ | ||
- Support for ESM and TypeScript ✔ | ||
@@ -31,2 +32,4 @@ | ||
#### npmjs | ||
```shell | ||
@@ -36,6 +39,12 @@ npm install tatami-ng | ||
#### JSR | ||
```shell | ||
npx jsr add @poolifier/tatami-ng | ||
``` | ||
### Deno | ||
```shell | ||
deno add npm:tatami-ng | ||
deno add @poolifier/tatami-ng | ||
``` | ||
@@ -50,2 +59,4 @@ | ||
#### npmjs | ||
```shell | ||
@@ -55,2 +66,8 @@ bun add tatami-ng | ||
#### JSR | ||
```shell | ||
bunx jsr add @poolifier/tatami-ng | ||
``` | ||
Bun versions >= 1.x are supported. | ||
@@ -64,3 +81,3 @@ | ||
... | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.3.3/src/cli.mjs' | ||
} from 'https://cdn.jsdelivr.net/npm/tatami-ng@0.3.4/src/cli.mjs' | ||
</script> | ||
@@ -67,0 +84,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60026
124