Skip to content

Commit

Permalink
Merge pull request #18 from fireblocks/update_packages_security
Browse files Browse the repository at this point in the history
update_packages_security - version
  • Loading branch information
scohenFireblocks authored Sep 28, 2022
2 parents c03bf5f + b3e5109 commit 618b09a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fireblocks-defi-sdk",
"version": "1.2.5",
"version": "1.2.8",
"description": "Fireblocks DeFi SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,11 +17,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"link": "npm run build && cd dist && npm link",
"preinstall": "npx npm-force-resolutions"
"link": "npm run build && cd dist && npm link"
},
"overrides": {
"es5-ext": "0.10.50"
"es5-ext": "0.10.50",
"parse-url": ""
},
"dependencies": {
"bn": "^1.0.5",
Expand Down

0 comments on commit 618b09a

Please sign in to comment.