@gmickel/gno 0.28.0 → 0.28.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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmickel/gno",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.2",
|
|
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",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@codemirror/lang-markdown": "^6.5.0",
|
|
125
125
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
126
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
126
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
127
127
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
128
128
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
129
129
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -166,24 +166,24 @@
|
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
168
|
"@ai-sdk/openai": "^3.0.2",
|
|
169
|
-
"@biomejs/biome": "2.3.
|
|
169
|
+
"@biomejs/biome": "2.3.14",
|
|
170
170
|
"@tailwindcss/cli": "^4.1.18",
|
|
171
171
|
"@types/bun": "latest",
|
|
172
|
-
"@types/react": "^19.2.
|
|
172
|
+
"@types/react": "^19.2.13",
|
|
173
173
|
"@types/react-dom": "^19.2.3",
|
|
174
174
|
"ajv": "^8.17.1",
|
|
175
175
|
"ajv-formats": "^3.0.1",
|
|
176
176
|
"docx": "^9.5.1",
|
|
177
177
|
"evalite": "^1.0.0-beta.15",
|
|
178
178
|
"exceljs": "^4.4.0",
|
|
179
|
-
"lefthook": "^2.0
|
|
179
|
+
"lefthook": "^2.1.0",
|
|
180
180
|
"oxfmt": "^0.28.0",
|
|
181
181
|
"oxlint": "^1.42.0",
|
|
182
|
-
"oxlint-tsgolint": "^0.11.
|
|
182
|
+
"oxlint-tsgolint": "^0.11.5",
|
|
183
183
|
"pdf-lib": "^1.17.1",
|
|
184
|
-
"playwright": "^1.
|
|
184
|
+
"playwright": "^1.58.2",
|
|
185
185
|
"pptxgenjs": "^4.0.1",
|
|
186
|
-
"ultracite": "7.1.
|
|
186
|
+
"ultracite": "7.1.5",
|
|
187
187
|
"vitest": "^4.0.16"
|
|
188
188
|
},
|
|
189
189
|
"peerDependencies": {
|