spec-up-t 1.0.56 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -304,6 +304,7 @@ module.exports = function (options = {}) {
304
304
  externalReferences: JSON.stringify(externalReferences),
305
305
  xrefsData: xrefsData,
306
306
  specLogo: spec.logo,
307
+ specFavicon: spec.favicon,
307
308
  specLogoLink: spec.logo_link,
308
309
  spec: JSON.stringify(spec)
309
310
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Technical specification drafting tool that generates rich specification documents from markdown. Forked from https://github.com/decentralized-identity/spec-up by Daniel Buchner (https://github.com/csuwildcat)",
5
5
  "main": "./index",
6
6
  "repository": {
@@ -5,9 +5,9 @@
5
5
  <meta charset="utf-8">
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8
-
8
+ <meta name="generator" content="Spec-Up-T" />
9
9
  <title>${title}</title>
10
-
10
+ <link rel="icon" href="${specFavicon}" type="image/x-icon">
11
11
  <link href="https://fonts.googleapis.com/css2?family=Heebo:wght@300;400&display=swap" rel="stylesheet">
12
12
 
13
13
  ${assetsHead}