Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 19, 2025
1 parent 685f708 commit e539624
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 75 deletions.
93 changes: 24 additions & 69 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-ordinals",
"version": "0.1.1",
"version": "0.2.0",
"description": "Manage ordinals, inscriptions and runes using scure-btc-signer",
"files": [
"lib",
Expand All @@ -14,12 +14,12 @@
"types": "lib/index.d.ts",
"dependencies": {
"@scure/base": "~1.2.1",
"@scure/btc-signer": "~1.3.2",
"@scure/btc-signer": "~1.6.0",
"enquirer": "2.4.1",
"micro-packed": "~0.7.1"
},
"devDependencies": {
"@noble/curves": "^1.8.0",
"@noble/curves": "~1.8.0",
"@paulmillr/jsbt": "0.3.1",
"@types/node": "20.12.7",
"micro-bmark": "0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions test/build/package-lock.json

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

0 comments on commit e539624

Please sign in to comment.