Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 30, 2023
1 parent c840291 commit e7bd3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion typescript/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ export class NativePointer {
return +this.api.cmd(`pv2d@"${this.addr}`);
}
readU32(): number {
return +this.api.cmd(`pv4d@"${this.addr}`); // requiers 5.8.9
return +this.api.cmd(`pv4d@"${this.addr}`); // requires 5.8.9
}
readU64(): number {
// XXX: use bignum or string here
Expand Down
4 changes: 2 additions & 2 deletions typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2papi",
"version": "0.1.4",
"version": "0.1.5",
"description": "r2api on top of r2pipe for typescript and js",
"author": "",
"homepage": "http://www.radare.org",
Expand Down

0 comments on commit e7bd3cc

Please sign in to comment.