@nbtca/prompt 1.1.2 → 1.1.3

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.
@@ -128,7 +128,7 @@ function contentFingerprint(content) {
128
128
  return `${content.length}:${content.slice(0, 80)}:${content.slice(-80)}`;
129
129
  }
130
130
  export function clearDocsCache() {
131
- docsClient = createDocsClient(); // fresh instance resets dir + file caches
131
+ docsClient.clear();
132
132
  renderCache.clear();
133
133
  }
134
134
  async function fetchDirectory(path = '') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nbtca/prompt",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@clack/prompts": "^1.2.0",
42
- "@nbtca/docs": "^0.1.0",
42
+ "@nbtca/docs": "^0.1.2",
43
43
  "@nbtca/nbtcal": "^0.2.1",
44
44
  "chalk": "^5.6.2",
45
45
  "gradient-string": "^3.0.0",