quackstack 1.0.13 → 1.0.14

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,9 @@ Check out the QuackStack Live demo [here](https://courageous-spaniel.clueso.site
17
17
  * 📦 **Local database** - Your code stays on your infrastructure
18
18
  * 🌍 **Multi-language** - Supports JS/TS, Python, Go, Rust, Java, C/C++, C#, Ruby, PHP, Swift, Kotlin, and more
19
19
 
20
+
21
+ ## 💻 Frontend
22
+ Check out the Frontend Repo [here](https://github.com/woustachemax/quack-web)
20
23
  ## 📦 Installation
21
24
 
22
25
  ### Global Install (Recommended)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quackstack",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Your cracked unpaid intern for all things codebase related! AI-powered codebase search and Q&A.",
5
5
  "type": "module",
6
6
  "main": "dist/cli.cjs",