Skip to content

Commit

Permalink
Merge branch 'development' into feature/fix-synthesize-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-doobu authored Dec 6, 2024
2 parents f95cdad + 1da6f39 commit 78f50de
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 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: 4 additions & 4 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,11 +28,11 @@
"vitest": "^1.5.2"
},
"dependencies": {
"@planetarium/account": "^4.4.1",
"@planetarium/account": "^5.4.1",
"@planetarium/bencodex": "^0.2.2",
"@planetarium/tx": "^4.4.1",
"@planetarium/tx": "^5.4.1",
"buffer": "^6.0.3",
"decimal.js": "^10.4.3",
"uuid": "^9.0.1"
}
}
}
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 78f50de

Please sign in to comment.