@plumile/filter-query 0.1.33 → 0.1.34
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ function ProductsList() {
|
|
|
125
125
|
|
|
126
126
|
- `useFilters(productFilters)` returns typed filter state and immutable helpers.
|
|
127
127
|
- `useFilterDiagnostics()` surfaces parsing issues (unknown field/operator) for UI or logging.
|
|
128
|
-
- Enable the Plumile Router DevTools extension by
|
|
128
|
+
- Enable the Plumile Router DevTools extension by wiring an instrumentation in development: `createRouter(..., { instrumentations: [createDevtoolsBridgeInstrumentation()] })`.
|
|
129
129
|
|
|
130
130
|
## Schema Definition
|
|
131
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plumile/filter-query",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"description": "Typed filter query string parser and serializer for Plumile ecosystem",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "8b1bdfc1fab5f2d65ec39ffdcecc66529948bc78"
|
|
65
65
|
}
|