@visitorquery/react 0.0.19 → 0.0.20

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.
@@ -24,7 +24,7 @@ export type VisitorQueryProviderProps = {
24
24
  * you are using custom/vanity domains
25
25
  */
26
26
  endpoint?: string;
27
- children: React.ReactNode;
27
+ children?: React.ReactNode;
28
28
  /**
29
29
  * A trigger that can be used to re-run the VisitorQuery script.
30
30
  * This could be a route change or any other event that you want to use to
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.19",
2
+ "version": "0.0.20",
3
3
  "name": "@visitorquery/react",
4
4
  "module": "./dist/index.js",
5
5
  "type": "module",