@worldcoin/idkit 1.1.1 → 1.1.2

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/build/index.js +1 -1
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -1774,7 +1774,7 @@ var QRState = ({ qrData, showQR, setShowQR }) => {
1774
1774
  /* @__PURE__ */ jsxs9(
1775
1775
  motion.a,
1776
1776
  {
1777
- href: qrData ? qrData + `&return_to=${encodeURIComponent(window.location.href)}` : "",
1777
+ href: qrData ? qrData + `&return_to=${encodeURIComponent(window.location.href + "#prevent_reload")}` : "",
1778
1778
  whileTap: { scale: 0.95 },
1779
1779
  whileHover: { scale: 1.05 },
1780
1780
  transition: { layout: { duration: 0.15 } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldcoin/idkit",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "homepage": "https://docs.worldcoin.org/id/idkit",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -64,7 +64,7 @@
64
64
  "qrcode": "^1.5.1",
65
65
  "react-shadow": "^19.1.0",
66
66
  "zustand": "^4.3.3",
67
- "@worldcoin/idkit-core": "1.1.1"
67
+ "@worldcoin/idkit-core": "1.1.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/node": "18.11.9",