@worldcoin/idkit 1.0.0-alpha.0 → 1.0.0-alpha.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 +0 -2
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -1680,8 +1680,6 @@ var useWorldBridge = (app_id, action, signal, bridge_url, credential_types, acti
1680
1680
  const ref_credential_types = useRef(credential_types);
1681
1681
  const { reset, result, connectorURI, createClient, pollForUpdates, verificationState, errorCode } = useWorldBridgeStore();
1682
1682
  useEffect3(() => {
1683
- if (!app_id)
1684
- return;
1685
1683
  if (!connectorURI) {
1686
1684
  void createClient(app_id, action, signal, bridge_url, ref_credential_types.current, action_description);
1687
1685
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldcoin/idkit",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.2",
4
4
  "homepage": "https://docs.worldcoin.org/id/idkit",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -53,7 +53,7 @@
53
53
  "qrcode": "^1.5.1",
54
54
  "react-shadow": "^19.0.3",
55
55
  "zustand": "^4.3.3",
56
- "@worldcoin/idkit-core": "1.0.0-alpha.0"
56
+ "@worldcoin/idkit-core": "1.0.0-alpha.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@testing-library/jest-dom": "^5.16.5",