Skip to content

Commit

Permalink
Merge pull request #3073 from moreal/revert-3071
Browse files Browse the repository at this point in the history
Revert "Merge pull request #3071 from moreal/feat/js/peer-dependencies"
  • Loading branch information
moreal authored Dec 6, 2024
2 parents 6874cf6 + e0b90e4 commit e8fec78
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion integrations/javascript/@planetarium/lib9c/jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@planetarium/lib9c",
"version": "0.3.0",
"version": "0.4.0",
"exports": "./src/index.ts",
"publish": {
"include": [
Expand Down
8 changes: 3 additions & 5 deletions integrations/javascript/@planetarium/lib9c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@planetarium/lib9c",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"module": "dist/index.js",
"type": "module",
Expand Down Expand Up @@ -28,13 +28,11 @@
"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: 12 additions & 13 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 e8fec78

Please sign in to comment.