@rahul05ranjan/dhruv-cli 1.1.1 → 1.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.1](https://github.com/rahul05ranjan/dhruv-cli/compare/v1.1.0...v1.1.1) (2025-06-29)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **init:** add type declaration for dynamically imported node-fetch ([4014dc4](https://github.com/rahul05ranjan/dhruv-cli/commit/4014dc4e8f3e4779296a2d97c7526cabb1cc05ec))
9
+
3
10
  ## [1.1.0](https://github.com/rahul05ranjan/dhruv-cli/compare/v1.0.0...v1.1.0) (2025-06-29)
4
11
 
5
12
 
package/README.md CHANGED
@@ -22,7 +22,7 @@ AI-powered CLI assistant for developers using Ollama.
22
22
 
23
23
  ## 🛠️ Installation
24
24
  ```bash
25
- npm install -g dhruv-cli
25
+ npm install -g @rahul05ranjan/dhruv-cli
26
26
  ```
27
27
 
28
28
  ## 📝 Usage Examples
package/docs/index.html CHANGED
@@ -366,7 +366,7 @@
366
366
  </section>
367
367
  <section class="tab-content" id="installTab">
368
368
  <h2>Install</h2>
369
- <pre><code>npm install -g dhruv-cli</code></pre>
369
+ <pre><code>npm install -g @rahul05ranjan/dhruv-cli</code></pre>
370
370
  <p>Requires <a href="https://nodejs.org/" target="_blank">Node.js</a> 18+ and <a href="https://ollama.com/" target="_blank">Ollama</a> for local AI models.</p>
371
371
  </section>
372
372
  <section class="tab-content" id="usageTab">
@@ -501,7 +501,7 @@ dhruv completion bash &gt; dhruv-complete.sh</code></pre>
501
501
 
502
502
  // Copy install command
503
503
  function copyInstall() {
504
- navigator.clipboard.writeText('npm install -g dhruv-cli');
504
+ navigator.clipboard.writeText('npm install -g @rahul05ranjan/dhruv-cli');
505
505
  const btn = document.getElementById('installBtn');
506
506
  const icon = document.getElementById('copyIcon');
507
507
  icon.textContent = '✅';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahul05ranjan/dhruv-cli",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "AI-powered CLI assistant for developers using Ollama",
5
5
  "keywords": [
6
6
  "ai",