@prosopo/cli 2.6.9 → 2.6.10

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,11 @@
1
1
  # @prosopo/cli
2
2
 
3
+ ## 2.6.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @prosopo/provider@2.9.6
8
+
3
9
  ## 2.6.9
4
10
 
5
11
  ### Patch Changes
@@ -10361,7 +10361,7 @@ function Pi(e, t, n) {
10361
10361
  throw new Error(`Index ${t} smaller than 0`);
10362
10362
  return e[t];
10363
10363
  }
10364
- const Cj = "2.6.9", z0 = new Array(256), _j = new Array(256 * 256);
10364
+ const Cj = "2.6.10", z0 = new Array(256), _j = new Array(256 * 256);
10365
10365
  for (let e = 0; e < 256; e++)
10366
10366
  z0[e] = e.toString(16).padStart(2, "0");
10367
10367
  for (let e = 0; e < 256; e++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/cli",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "description": "CLI for Prosopo Provider",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -37,7 +37,7 @@
37
37
  "@prosopo/env": "2.6.5",
38
38
  "@prosopo/keyring": "2.6.4",
39
39
  "@prosopo/locale": "2.6.0",
40
- "@prosopo/provider": "2.9.5",
40
+ "@prosopo/provider": "2.9.6",
41
41
  "@prosopo/types": "2.7.1",
42
42
  "@prosopo/user-access-policy": "2.6.4",
43
43
  "@prosopo/util": "2.6.0",