@prosopo/cli 2.6.4 → 2.6.6
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 +14 -0
- package/dist/bundle/provider.cli.bundle.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @prosopo/cli
|
|
2
2
|
|
|
3
|
+
## 2.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @prosopo/provider@2.9.2
|
|
8
|
+
|
|
9
|
+
## 2.6.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [5656b0c]
|
|
14
|
+
- Updated dependencies [5656b0c]
|
|
15
|
+
- @prosopo/provider@2.9.1
|
|
16
|
+
|
|
3
17
|
## 2.6.4
|
|
4
18
|
|
|
5
19
|
### 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.
|
|
10035
|
+
const zL = "2.6.6", 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++) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.6",
|
|
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.4",
|
|
38
38
|
"@prosopo/keyring": "2.6.3",
|
|
39
39
|
"@prosopo/locale": "2.6.0",
|
|
40
|
-
"@prosopo/provider": "2.9.
|
|
40
|
+
"@prosopo/provider": "2.9.2",
|
|
41
41
|
"@prosopo/types": "2.7.0",
|
|
42
42
|
"@prosopo/user-access-policy": "2.6.3",
|
|
43
43
|
"@prosopo/util": "2.6.0",
|