Skip to content

Commit

Permalink
chore(as-sdk): bump version to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Sep 18, 2024
1 parent ed53de9 commit 5a4c13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/as-sdk/assembly/bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export class Bytes {
*/
toNumber<T = u64>(bigEndian: bool = false): T {
const sizeOfNumber = sizeof<T>();

// Make sure the byte amount is exactly the amount required for an integer
// Otherwise we could interpret the bytes wrong
if ((this.length as usize) !== sizeOfNumber) {
Expand Down
2 changes: 1 addition & 1 deletion libs/as-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@seda-protocol/as-sdk",
"type": "module",
"version": "0.0.12",
"version": "0.0.13",
"types": "./assembly/index.ts",
"dependencies": {
"@assemblyscript/wasi-shim": "git+https://github.com/sedaprotocol/wasi-shim.git",
Expand Down

0 comments on commit 5a4c13c

Please sign in to comment.