@react-querybuilder/core 8.22.3 → 8.22.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-querybuilder/core",
|
|
3
|
-
"version": "8.22.
|
|
3
|
+
"version": "8.22.4",
|
|
4
4
|
"description": "React Query Builder component for constructing queries and filters, with utilities for executing them in various database and evaluation contexts",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -251,5 +251,5 @@
|
|
|
251
251
|
"typecheck": "../../node_modules/typescript/bin/tsc --noEmit",
|
|
252
252
|
"typecheck:watch": "../../node_modules/typescript/bin/tsc --noEmit --watch"
|
|
253
253
|
},
|
|
254
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "c872028cde00a7a877ebf072af8a7849e3fef196"
|
|
255
255
|
}
|