@prosopo/cli 2.6.1 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/cli
2
2
 
3
+ ## 2.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6ff193a]
8
+ - @prosopo/types@2.6.2
9
+ - @prosopo/provider@2.7.1
10
+ - @prosopo/api@2.6.2
11
+ - @prosopo/env@2.6.2
12
+ - @prosopo/keyring@2.6.2
13
+ - @prosopo/user-access-policy@2.6.2
14
+
3
15
  ## 2.6.1
4
16
 
5
17
  ### Patch Changes
@@ -10032,7 +10032,7 @@ function Ri(e, t, n) {
10032
10032
  throw new Error(`Index ${t} smaller than 0`);
10033
10033
  return e[t];
10034
10034
  }
10035
- const zL = "2.6.1", D0 = new Array(256), VL = new Array(256 * 256);
10035
+ const zL = "2.6.2", D0 = new Array(256), VL = new Array(256 * 256);
10036
10036
  for (let e = 0; e < 256; e++)
10037
10037
  D0[e] = e.toString(16).padStart(2, "0");
10038
10038
  for (let e = 0; e < 256; e++) {
@@ -70643,10 +70643,10 @@ var cs;
70643
70643
  e.image = "image", e.pow = "pow", e.frictionless = "frictionless";
70644
70644
  })(cs || (cs = {}));
70645
70645
  const Og = fo(cs), uie = cs.frictionless, lie = [], fie = 0.5, die = 4, hie = 0.8, Dz = _t({
70646
- captchaType: Og.default(uie),
70647
- domains: ar(ut()).default([...lie]),
70648
- frictionlessThreshold: sn().default(fie),
70649
- powDifficulty: sn().default(die),
70646
+ captchaType: Og.optional().default(uie),
70647
+ domains: ar(ut()).optional().default([...lie]),
70648
+ frictionlessThreshold: sn().optional().default(fie),
70649
+ powDifficulty: sn().optional().default(die),
70650
70650
  imageThreshold: sn().default(hie)
70651
70651
  }), b6 = 60 * 1e3, ql = b6, Nz = ql * 2, Pz = ql * 3, w6 = ql * 15, Ag = b6, Cg = Ag * 2, kz = Ag * 3, Bz = b6 * 15;
70652
70652
  var xp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/cli",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "CLI for Prosopo Provider",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -29,17 +29,17 @@
29
29
  "@polkadot/keyring": "12.6.2",
30
30
  "@polkadot/types-codec": "10.13.1",
31
31
  "@polkadot/util-crypto": "12.6.2",
32
- "@prosopo/api": "2.6.1",
32
+ "@prosopo/api": "2.6.2",
33
33
  "@prosopo/api-express-router": "2.6.0",
34
34
  "@prosopo/common": "2.6.0",
35
35
  "@prosopo/config": "2.6.0",
36
36
  "@prosopo/dotenv": "2.6.0",
37
- "@prosopo/env": "2.6.1",
38
- "@prosopo/keyring": "2.6.1",
37
+ "@prosopo/env": "2.6.2",
38
+ "@prosopo/keyring": "2.6.2",
39
39
  "@prosopo/locale": "2.6.0",
40
- "@prosopo/provider": "2.7.0",
41
- "@prosopo/types": "2.6.1",
42
- "@prosopo/user-access-policy": "2.6.1",
40
+ "@prosopo/provider": "2.7.1",
41
+ "@prosopo/types": "2.6.2",
42
+ "@prosopo/user-access-policy": "2.6.2",
43
43
  "@prosopo/util": "2.6.0",
44
44
  "cors": "2.8.5",
45
45
  "cron-parser": "4.9.0",