@prosopo/provider 3.13.6 → 3.13.7

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.
@@ -1,7 +1,7 @@
1
- import fYWyhW from "./decodePayload.js";
1
+ import EgQSunX from "./decodePayload.js";
2
2
  const DEFAULT_ENTROPY = 13837;
3
3
  const getBotScore = async (payload, headHash, privateKeyString) => {
4
- const result = await fYWyhW(
4
+ const result = await EgQSunX(
5
5
  payload,
6
6
  headHash,
7
7
  privateKeyString
@@ -339,8 +339,8 @@ class FrictionlessManager extends CaptchaManager {
339
339
  decryptionFailed
340
340
  };
341
341
  }
342
- async getClientEntropy(siteKey) {
343
- return this.db.getClientEntropy(siteKey);
342
+ async getClientContextEntropy(siteKey, contextType) {
343
+ return this.db.getClientContextEntropy(siteKey, contextType);
344
344
  }
345
345
  }
346
346
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/provider",
3
- "version": "3.13.6",
3
+ "version": "3.13.7",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -22,22 +22,22 @@
22
22
  "dependencies": {
23
23
  "@noble/hashes": "1.8.0",
24
24
  "@polkadot/util": "13.5.7",
25
- "@prosopo/api": "3.1.36",
26
- "@prosopo/api-express-router": "3.0.39",
27
- "@prosopo/api-route": "2.6.33",
28
- "@prosopo/common": "3.1.25",
29
- "@prosopo/database": "3.5.5",
30
- "@prosopo/datasets": "3.0.48",
31
- "@prosopo/env": "3.2.27",
32
- "@prosopo/keyring": "2.8.39",
33
- "@prosopo/load-balancer": "2.8.12",
34
- "@prosopo/locale": "3.1.25",
35
- "@prosopo/types": "3.6.3",
36
- "@prosopo/types-database": "4.0.5",
37
- "@prosopo/types-env": "2.7.52",
38
- "@prosopo/user-access-policy": "3.5.31",
39
- "@prosopo/util": "3.2.3",
40
- "@prosopo/util-crypto": "13.5.27",
25
+ "@prosopo/api": "3.1.37",
26
+ "@prosopo/api-express-router": "3.0.40",
27
+ "@prosopo/api-route": "2.6.34",
28
+ "@prosopo/common": "3.1.26",
29
+ "@prosopo/database": "3.5.6",
30
+ "@prosopo/datasets": "3.0.49",
31
+ "@prosopo/env": "3.2.28",
32
+ "@prosopo/keyring": "2.8.40",
33
+ "@prosopo/load-balancer": "2.8.13",
34
+ "@prosopo/locale": "3.1.26",
35
+ "@prosopo/types": "3.6.4",
36
+ "@prosopo/types-database": "4.0.6",
37
+ "@prosopo/types-env": "2.7.53",
38
+ "@prosopo/user-access-policy": "3.5.32",
39
+ "@prosopo/util": "3.2.4",
40
+ "@prosopo/util-crypto": "13.5.28",
41
41
  "cron": "3.1.7",
42
42
  "express": "4.21.2",
43
43
  "geolib": "3.3.4",
@@ -49,7 +49,7 @@
49
49
  "zod": "3.23.8"
50
50
  },
51
51
  "devDependencies": {
52
- "@prosopo/config": "3.1.25",
52
+ "@prosopo/config": "3.1.26",
53
53
  "@types/node": "22.5.5",
54
54
  "@types/uuid": "10.0.0",
55
55
  "@vitest/coverage-v8": "3.2.4",