Skip to content

Commit

Permalink
feat: v0.1.6 | Improve ASN1 schema for CSCA
Browse files Browse the repository at this point in the history
  • Loading branch information
li0ard committed Sep 13, 2024
1 parent 8226416 commit 71e172f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@
## Installation

```bash
bunx jsr add @li0ard/tsemrtd
npx jsr add @li0ard/tsemrtd # for npm
# from NPM
npm i @li0ard/tsemrtd

# from JSR
bunx jsr add @li0ard/tsemrtd
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@li0ard/tsemrtd",
"version": "0.1.5",
"version": "0.1.6",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@li0ard/tsemrtd",
"module": "index.ts",
"version": "0.1.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.1.6",
"type": "module",
"author": "li0ard",
"repository": {
Expand Down

0 comments on commit 71e172f

Please sign in to comment.