solidity-docgen
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -36,3 +36,7 @@ "use strict"; | ||
function compile(template) { | ||
return H.compile(template, { noEscape: true }); | ||
const compiledTemplate = H.compile(template, { noEscape: true }); | ||
return context => compiledTemplate(context, { | ||
allowProtoPropertiesByDefault: true, | ||
allowProtoMethodsByDefault: true, | ||
}); | ||
} | ||
@@ -39,0 +43,0 @@ exports.compile = compile; |
{ | ||
"name": "solidity-docgen", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "Solidity API documentation automatic generator.", | ||
@@ -17,4 +17,6 @@ "bin": { | ||
"coverage": "nyc --reporter=lcov npm test", | ||
"docs": "oz-docs -c docs", | ||
"docs:watch": "npm run docs watch", | ||
"test": "tsc && ava", | ||
"test:watch": "concurrently -krs first -n ava,tsc 'ava --watch' 'tsc --watch --preserveWatchOutput'", | ||
"test:watch": "fgbg 'ava --watch' 'tsc --watch'", | ||
"prepare": "npm run build" | ||
@@ -26,6 +28,6 @@ }, | ||
"@oclif/errors": "^1.2.2", | ||
"@oclif/plugin-help": "^2.2.1", | ||
"@oclif/plugin-help": "^2.2.3", | ||
"fs-extra": "^8.1.0", | ||
"globby": "^10.0.1", | ||
"handlebars": "^4.5.3", | ||
"globby": "^11.0.0", | ||
"handlebars": "^4.7.2", | ||
"json5": "^2.1.0", | ||
@@ -35,20 +37,21 @@ "lodash": "^4.17.15", | ||
"minimatch": "^3.0.4", | ||
"semver": "^6.3.0", | ||
"solc": "^0.5.12" | ||
"semver": "^7.1.2", | ||
"solc": "^0.5.14" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^0.1.3", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@types/fs-extra": "^8.0.0", | ||
"@types/json5": "0.0.30", | ||
"@types/lodash": "^4.14.149", | ||
"@types/micromatch": "^3.1.1", | ||
"@types/micromatch": "^4.0.1", | ||
"@types/minimatch": "^3.0.3", | ||
"@types/node": "^12.12.9", | ||
"@types/semver": "^6.0.2", | ||
"ava": "^2.4.0", | ||
"@types/node": "^10.17.14", | ||
"@types/semver": "^7.1.0", | ||
"ava": "^3.2.0", | ||
"code-style": "github:OpenZeppelin/code-style", | ||
"codecov": "^3.6.1", | ||
"concurrently": "^5.0.0", | ||
"nyc": "^14.1.1", | ||
"typescript": "^3.7.2" | ||
"codecov": "^3.6.4", | ||
"fgbg": "^0.1.4", | ||
"nyc": "^15.0.0", | ||
"openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -55,0 +58,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
272247
1337
15
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/node@22.13.9(transitive)
- Removedglobby@10.0.2(transitive)
- Removedsemver@6.3.1(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@oclif/plugin-help@^2.2.3
Updatedglobby@^11.0.0
Updatedhandlebars@^4.7.2
Updatedsemver@^7.1.2
Updatedsolc@^0.5.14