@gmickel/gno 1.0.4 → 1.0.5

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -964,3 +964,7 @@ Interpretation:
964
964
  <p align="center">
965
965
  made with ❤️ by <a href="https://twitter.com/gmickel">@gmickel</a>
966
966
  </p>
967
+
968
+ ## Download history
969
+
970
+ [![ClawHub download history](https://skill-history.com/chart/gmickel/gno.svg)](https://skill-history.com/gmickel/gno)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gmickel/gno",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Local semantic search for your documents. Index Markdown, PDF, and Office files with hybrid BM25 + vector search.",
5
5
  "keywords": [
6
6
  "embeddings",
@@ -155,7 +155,7 @@
155
155
  "commander": "^14.0.2",
156
156
  "embla-carousel-react": "^8.6.0",
157
157
  "franc": "^6.2.0",
158
- "lucide-react": "^0.563.0",
158
+ "lucide-react": "^1.8.0",
159
159
  "markitdown-ts": "^0.0.9",
160
160
  "minimatch": "^10.1.1",
161
161
  "nanoid": "^5.1.6",
@@ -168,7 +168,7 @@
168
168
  "react-markdown": "^10.1.0",
169
169
  "rehype-sanitize": "^6.0.0",
170
170
  "remark-gfm": "^4.0.1",
171
- "shiki": "^3.20.0",
171
+ "shiki": "^4.0.2",
172
172
  "sqlite-vec": "^0.1.7-alpha.2",
173
173
  "streamdown": "^2.0.1",
174
174
  "tailwind-merge": "^3.4.0",