@react-querybuilder/core 8.14.2 → 8.14.3-alpha.0

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-querybuilder/core",
3
- "version": "8.14.2",
3
+ "version": "8.14.3-alpha.0",
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"
@@ -204,5 +204,5 @@
204
204
  "typecheck": "tsc --noEmit",
205
205
  "typecheck:watch": "tsc --noEmit --watch"
206
206
  },
207
- "gitHead": "67918a4c19db328a65b0540098f186df8f1f1be4"
207
+ "gitHead": "8bff92cfce2f2df5c95929ae0bbc49eff87111c3"
208
208
  }