Skip to content

Commit

Permalink
Release 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 3, 2025
1 parent ffa0b85 commit 1a3de52
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/post-quantum",
"version": "0.2.1",
"version": "0.3.0",
"exports": {
".": "./src/index.ts",
"./_crystals": "./src/_crystals.ts",
Expand All @@ -10,7 +10,7 @@
"./utils": "./src/utils.ts"
},
"imports": {
"@noble/hashes": "jsr:@noble/hashes@1.6.1"
"@noble/hashes": "jsr:@noble/hashes@1.7.0"
},
"publish": {
"include": [
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/post-quantum",
"version": "0.2.1",
"version": "0.3.0",
"description": "Auditable & minimal JS implementation of post-quantum public-key cryptography: FIPS 203, 204, 205",
"files": [
"*.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@noble/hashes": "1.6.1"
"@noble/hashes": "1.7.0"
},
"devDependencies": {
"@paulmillr/jsbt": "0.2.1",
Expand Down

0 comments on commit 1a3de52

Please sign in to comment.