Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Oct 25, 2023
1 parent 7a98fa4 commit 1e3c9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instadapp/utils",
"version": "0.5.0",
"version": "0.5.1",
"description": "",
"repository": "instadapp/utils",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/json-rpc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function defineWritable<T, K extends keyof T> (object: T, name: K, value: T[K]):
Object.defineProperty(object, name, {
enumerable: true,
value,
writable: false
writable: true
})
}

Expand Down

0 comments on commit 1e3c9e8

Please sign in to comment.