Skip to content

Commit

Permalink
Update the version of the elliptic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Aug 14, 2024
1 parent ad60521 commit 852a6ad
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 204 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radixdlt/radix-engine-toolkit",
"version": "1.0.4",
"version": "1.0.5",
"description": "A TypeScript wrapper for the Radix Engine Toolkit that provides many of the necessary tools to interact with the Radix ledger",
"types": "./dist/index.d.ts",
"main": "./dist/radix-engine-toolkit.umd.js",
Expand Down Expand Up @@ -68,5 +68,8 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"overrides": {
"elliptic": "6.5.7"
}
}
Loading

0 comments on commit 852a6ad

Please sign in to comment.