@prosopo/procaptcha-frictionless 0.3.36 → 0.3.37

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.
@@ -91,11 +91,13 @@ const Manager = (configInput, state, onStateUpdate, callbacks) => {
91
91
  return;
92
92
  }
93
93
  resetState();
94
+ updateState({
95
+ loading: true
96
+ });
94
97
  const config = getConfig();
95
98
  const ext = new ExtensionWeb2.ExtensionWeb2();
96
99
  const userAccount = config.userAccountAddress || (await ext.getAccount(config)).account.address;
97
100
  updateState({
98
- loading: true,
99
101
  account: { account: { address: userAccount } }
100
102
  });
101
103
  updateState({ dappAccount: config.account.address });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-frictionless",
3
- "version": "0.3.36",
3
+ "version": "0.3.37",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -35,9 +35,9 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@fingerprintjs/botd": "^1.9.0",
38
- "@prosopo/procaptcha-pow": "0.3.36",
39
- "@prosopo/procaptcha-react": "0.3.36",
40
- "@prosopo/web-components": "0.3.36",
38
+ "@prosopo/procaptcha-pow": "0.3.37",
39
+ "@prosopo/procaptcha-react": "0.3.37",
40
+ "@prosopo/web-components": "0.3.37",
41
41
  "react": "^18.2.0"
42
42
  },
43
43
  "devDependencies": {