@foldkit/devtools
Advanced tools
+4
-4
| { | ||
| "name": "@foldkit/devtools", | ||
| "version": "0.114.1", | ||
| "version": "0.115.0", | ||
| "description": "In-browser DevTools overlay for Foldkit applications", | ||
@@ -31,4 +31,4 @@ "type": "module", | ||
| "typescript": "^6.0.3", | ||
| "@foldkit/ui": "0.114.1", | ||
| "foldkit": "0.114.1" | ||
| "@foldkit/ui": "0.115.0", | ||
| "foldkit": "0.115.0" | ||
| }, | ||
@@ -58,5 +58,5 @@ "keywords": [ | ||
| "watch": "tsc -b tsconfig.build.json --watch", | ||
| "lint": "eslint src", | ||
| "lint": "pnpm --filter @foldkit/oxlint-plugin build && oxlint src", | ||
| "typecheck": "tsc -b tsconfig.build.json --noEmit" | ||
| } | ||
| } |
94430
0.05%