spec-up-t 0.11.35 → 0.11.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spec-up-t",
3
- "version": "0.11.35",
3
+ "version": "0.11.36",
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": {
@@ -116,7 +116,7 @@ function getXrefsData() {
116
116
  }
117
117
  });
118
118
  } else {
119
- console.error(`File not found: ${outputPathJSON}`);
119
+ console.log(`File not found at this point: ${outputPathJSON}. Don't worry, it will be created later.`);
120
120
  }
121
121
 
122
122
  return commitHash;