Skip to content

Commit

Permalink
prepare v0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinweb committed Jul 14, 2022
1 parent 4df6d00 commit d36289d
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 35 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "solidity-visual-auditor" extension will be documented in this file.

## v0.0.20
- new: added `solidity-code-metrics` command
- new: updated solidity-parser, solidity-doppelganger

## v0.0.19
- new: metrics for `tryCatch` and `unchecked` blocks

Expand Down
83 changes: 51 additions & 32 deletions package-lock.json

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

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "solidity-code-metrics",
"version": "0.0.19",
"version": "0.0.20",
"description": "Solidity Code Metrics",
"main": "src/index.js",
"bin": {
"solidity-code-metrics": "src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -25,9 +28,9 @@
},
"homepage": "https://github.com/ConsenSys/solidity-metrics#readme",
"dependencies": {
"@solidity-parser/parser": "^0.13.2",
"@solidity-parser/parser": "^0.14.3",
"sloc": "^0.2.1",
"solidity-doppelganger": "0.0.7",
"solidity-doppelganger": "^0.0.9",
"surya": "^0.4.2"
}
}
1 change: 1 addition & 0 deletions src/cli.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
'use strict';
/**
* @author github.com/tintinweb
Expand Down

0 comments on commit d36289d

Please sign in to comment.