@usermaven/react 1.5.6-rc.101 → 1.5.7-rc.102

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 (2) hide show
  1. package/lib/index.es.js +1 -1
  2. package/package.json +2 -2
package/lib/index.es.js CHANGED
@@ -1292,7 +1292,7 @@ function $e(n) {
1292
1292
  };
1293
1293
  e.privacyPolicy === "strict" && (e.cookiePolicy = "strict", e.ipPolicy = "strict"), e.cookiePolicy === "comply" && e.useBeaconApi && (e.cookiePolicy = "strict");
1294
1294
  const t = C(e), i = e.namespace || "usermaven";
1295
- return u() && e.autoPageview !== !1 && t.pageview(), Se(i, t), t;
1295
+ return u() && t.pageview(), Se(i, t), t;
1296
1296
  }
1297
1297
  function Se(n, e) {
1298
1298
  let t = !1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermaven/react",
3
- "version": "1.5.6-rc.101",
3
+ "version": "1.5.7-rc.102",
4
4
  "description": "Usermaven JavaScript SDK for React",
5
5
  "author": "Usermaven <hello@usermaven.com>",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "access": "public"
19
19
  },
20
20
  "dependencies": {
21
- "@usermaven/sdk-js": "1.5.6-rc.101"
21
+ "@usermaven/sdk-js": "1.5.7-rc.102"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": "15.x || 16.x || 17.x || 18.x || 19.x",