typedoc-plugin-extras
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "typedoc-plugin-extras", | ||
"version": "2.3.2", | ||
"description": "A TypeDoc plugin to add extras (favicon, generation date, etc.) to the output documentation", | ||
"version": "2.3.3", | ||
"description": "A TypeDoc plugin to add extras (favicon, generation date, Google Analytics...) to the output documentation", | ||
"main": "./dist/main.js", | ||
@@ -37,8 +37,8 @@ "exports": "./dist/main.js", | ||
"peerDependencies": { | ||
"typedoc": "0.23.x" | ||
"typedoc": "0.24.x" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.11.18", | ||
"typescript": "^4.9.4" | ||
"@types/node": "^18.15.11", | ||
"typescript": "^5.0.4" | ||
} | ||
} |
@@ -80,3 +80,3 @@ # typedoc-plugin-extras | ||
- `--favicon`<br> | ||
- `--gaMeasurementId`<br> | ||
Specify a [Google Analytics](https://support.google.com/analytics/answer/1008080?hl=en&ref_topic=1008079#zippy=%2Cin-this-article%2Cstatic-website) measurement ID to insert in a `gtag.js` snippet.<br> | ||
@@ -83,0 +83,0 @@ Example: `abc123`<br> |
25471