@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 +7 -0
- package/README.md +1 -1
- package/docs/index.html +2 -2
- package/package.json +1 -1
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
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 > 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 = '✅';
|