promptgraph-mcp 1.5.16 → 1.5.17

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.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -90,6 +90,7 @@ if (args[0] === 'marketplace' && (args[1] === 'bundles' || args[1] === 'bundle')
90
90
  spin.start();
91
91
  const bundles = await browseBundles(1000);
92
92
  spin.stop();
93
+ console.clear();
93
94
 
94
95
  if (bundles?.error) { error(bundles.error); process.exit(1); }
95
96
 
@@ -137,6 +138,7 @@ if (args[0] === 'marketplace') {
137
138
  spin.start();
138
139
  const all = await browseMarketplace(1000);
139
140
  spin.stop();
141
+ console.clear();
140
142
 
141
143
  if (all?.error) {
142
144
  error(all.error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "promptgraph-mcp",
3
- "version": "1.5.16",
3
+ "version": "1.5.17",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "bin": {