@filtron/core
Advanced tools
+1
-1
| MIT License | ||
| Copyright (c) 2025 Johan Bergström | ||
| Copyright (c) 2026 Johan Bergström | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+5
-5
| { | ||
| "$schema": "https://json.schemastore.org/package.json", | ||
| "name": "@filtron/core", | ||
| "version": "1.3.1", | ||
| "version": "1.3.2", | ||
| "description": "Filtron parses human-friendly filter strings into structured queries you can use anywhere — SQL databases, in-memory arrays, or your own custom backend.", | ||
@@ -52,8 +52,8 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@filtron/benchmark": "workspace:*", | ||
| "@types/bun": "catalog:", | ||
| "typescript": "catalog:" | ||
| "@filtron/benchmark": "1.0.0", | ||
| "@types/bun": "1.3.5", | ||
| "typescript": "5.9.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "typescript": "catalog:" | ||
| "typescript": "5.9.3" | ||
| }, | ||
@@ -60,0 +60,0 @@ "peerDependenciesMeta": { |
66313
-0.02%