chore: update package version to 0.0.42 and remove pnpm lockfile

feat: enhance RouteInfo type with additional viewItem properties and implement removeViewItemFromRoutes function to clean up route metadata
This commit is contained in:
2026-02-17 23:13:05 +08:00
parent 395a4b8e48
commit ec094a594b
4 changed files with 27 additions and 824 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/query",
"version": "0.0.41",
"version": "0.0.42",
"type": "module",
"scripts": {
"build": "npm run clean && bun run bun.config.ts",