Skip to content

Commit

Permalink
Merge pull request #1453 from o1-labs/signer-export-types
Browse files Browse the repository at this point in the history
Export Mina-Signer types.
  • Loading branch information
shimkiv authored Feb 21, 2024
2 parents b0fb1c8 + a5332b1 commit 376fe57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/mina-signer/package-lock.json

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

3 changes: 2 additions & 1 deletion src/mina-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mina-signer",
"description": "Node API for signing transactions on various networks for Mina Protocol",
"version": "3.0.3",
"version": "3.0.4",
"type": "module",
"scripts": {
"build": "tsc -p ../../tsconfig.mina-signer.json",
Expand All @@ -23,6 +23,7 @@
"main": "dist/node/mina-signer/mina-signer.js",
"types": "dist/node/mina-signer/index.d.ts",
"exports": {
"types": "./dist/node/mina-signer/mina-signer.d.ts",
"web": "./dist/web/index.js",
"require": "./dist/node/mina-signer/index.cjs",
"node": "./dist/node/mina-signer/mina-signer.js",
Expand Down

0 comments on commit 376fe57

Please sign in to comment.