Skip to content

Commit

Permalink
Merge pull request #10 from cashubtc/nut12-exports-hotfix
Browse files Browse the repository at this point in the history
Nut12 exports hotfix
  • Loading branch information
gandlafbtc authored Oct 29, 2024
2 parents cd883d9 + c3d6ed4 commit 75c528a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,16 @@
"types": "./modules/mint/NUT11.d.ts",
"import": "./modules/esm/mint/NUT11.js",
"default": "./modules/mint/NUT11.js"
},
"./modules/mint/NUT12": {
"types": "./modules/mint/NUT12.d.ts",
"import": "./modules/esm/mint/NUT12.js",
"default": "./modules/mint/NUT12.js"
},
"./modules/client/NUT12": {
"types": "./modules/mint/NUT12.d.ts",
"import": "./modules/esm/mint/NUT12.js",
"default": "./modules/mint/NUT12.js"
}
}
}

0 comments on commit 75c528a

Please sign in to comment.