Skip to content

Commit

Permalink
fix: pin axios to v1.1.3 to fix end-of-file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Dec 19, 2022
1 parent 1a93c63 commit b448ae4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
run: sol2uml flatten 0x2762e676a9f17c7de34fe4b124424837c7e18e1c -v
env:
NODE_URL: ${{ secrets.NODE_URL }}
- name: Resonate Fantom flatten
run: sol2uml flatten --network fantom 0x1a5c2ee3fb7fe4a2c2e42474a3657c71f6c775cf -v
env:
NODE_URL: ${{ secrets.NODE_URL }}
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sol2uml",
"version": "2.4.1",
"version": "2.4.2",
"description": "Solidity contract visualisation tool.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@aduh95/viz.js": "^3.7.0",
"@solidity-parser/parser": "^0.14.5",
"axios": "^1.1.3",
"axios": "1.1.3",
"axios-debug-log": "^1.0.0",
"cli-color": "^2.0.3",
"commander": "^9.4.1",
Expand Down

0 comments on commit b448ae4

Please sign in to comment.