Skip to content

Commit

Permalink
feat(js): allow to use shared dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Dec 6, 2024
1 parent f674f0f commit 086353b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
8 changes: 5 additions & 3 deletions integrations/javascript/@planetarium/lib9c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
"vitest": "^1.5.2"
},
"dependencies": {
"@planetarium/account": "^4.4.1",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/tx": "^4.4.1",
"buffer": "^6.0.3",
"decimal.js": "^10.4.3",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@planetarium/account": "5.x",
"@planetarium/tx": "5.x"
}
}
}
25 changes: 13 additions & 12 deletions integrations/javascript/@planetarium/pnpm-lock.yaml

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

0 comments on commit 086353b

Please sign in to comment.