Skip to content

Commit

Permalink
Merge pull request #3071 from moreal/feat/js/peer-dependencies
Browse files Browse the repository at this point in the history
feat(js): allow to use shared dependency
  • Loading branch information
moreal authored Dec 6, 2024
2 parents f674f0f + 086353b commit 6874cf6
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 6874cf6

Please sign in to comment.