solidity-docgen
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -77,3 +77,3 @@ "use strict"; | ||
get linkable() { | ||
return [this, ...this.modifiers, ...this.variables, ...this.functions, ...this.events]; | ||
return [this, ...this.ownModifiers, ...this.ownVariables, ...this.ownFunctions, ...this.ownEvents]; | ||
} | ||
@@ -80,0 +80,0 @@ get inheritance() { |
{ | ||
"name": "solidity-docgen", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Solidity API documentation automatic generator.", | ||
@@ -28,3 +28,3 @@ "bin": { | ||
"globby": "^10.0.1", | ||
"handlebars": "^4.4.0", | ||
"handlebars": "^4.5.3", | ||
"json5": "^2.1.0", | ||
@@ -41,6 +41,6 @@ "lodash": "^4.17.15", | ||
"@types/json5": "0.0.30", | ||
"@types/lodash": "^4.14.146", | ||
"@types/micromatch": "^3.1.0", | ||
"@types/lodash": "^4.14.149", | ||
"@types/micromatch": "^3.1.1", | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^12.12.7", | ||
"@types/node": "^12.12.9", | ||
"@types/semver": "^6.0.2", | ||
@@ -47,0 +47,0 @@ "ava": "^2.4.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
262429
Updatedhandlebars@^4.5.3