Skip to content

Commit 1ba94f6

Browse files
committed
v0.2.5 and JSR publishing
1 parent 440d132 commit 1ba94f6

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
node-version: 24.x
7777
registry-url: "https://registry.npmjs.org"
78+
- run: npx jsr publish
7879
- run: npm clean-install
7980
- run: npm publish --provenance --access public
8081
env:

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,22 @@ Go library for FIDO2 tokens.
1818

1919
## Installation
2020

21+
This package is `age-encryption` on npm, and `jsr:@age/age-encryption` on JSR.
22+
23+
It's compiled for ES2023, and compatible with Node.js 20+, Bun, Deno, and all recent browsers.
24+
2125
```sh
2226
npm install age-encryption
2327
```
2428

29+
```sh
30+
deno add jsr:@age/age-encryption
31+
```
32+
2533
## Usage
2634

2735
`age-encryption` is a modern ES Module with built-in types.
2836

29-
It's compiled for ES2023, and compatible with Node.js 20+, Bun, Deno, and all recent browsers.
30-
3137
#### Encrypt and decrypt a file with a new recipient / identity pair
3238

3339
```ts

jsr.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "@age/age-encryption",
3+
"version": "0.2.5",
4+
"exports": "./lib/index.ts",
5+
"license": "BSD-3-Clause"
6+
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "age-encryption",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"files": [
55
"dist/"
66
],

0 commit comments

Comments
 (0)