@prosopo/cli 3.0.9 → 3.0.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
|
@@ -9675,7 +9675,7 @@ function d8e(e) {
|
|
|
9675
9675
|
}
|
|
9676
9676
|
return t.sort((n, i) => i.length - n.length), t;
|
|
9677
9677
|
}
|
|
9678
|
-
const ive = "3.0.
|
|
9678
|
+
const ive = "3.0.10", gI = new Array(256), sve = new Array(256 * 256);
|
|
9679
9679
|
for (let e = 0; e < 256; e++)
|
|
9680
9680
|
gI[e] = e.toString(16).padStart(2, "0");
|
|
9681
9681
|
for (let e = 0; e < 256; e++) {
|
|
@@ -108780,7 +108780,7 @@ const qUe = ir.object({
|
|
|
108780
108780
|
accessPolicy: Wq,
|
|
108781
108781
|
policyScope: $N.optional(),
|
|
108782
108782
|
userScopes: ir.array(BN),
|
|
108783
|
-
|
|
108783
|
+
expirationTimestamp: ir.number().optional().transform((e) => e !== void 0 ? Math.floor(e) : e)
|
|
108784
108784
|
});
|
|
108785
108785
|
class GUe {
|
|
108786
108786
|
constructor(t) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "CLI for Prosopo Provider",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@polkadot/types-codec": "10.13.1",
|
|
30
|
-
"@prosopo/api": "3.0.
|
|
30
|
+
"@prosopo/api": "3.0.8",
|
|
31
31
|
"@prosopo/api-express-router": "3.0.3",
|
|
32
32
|
"@prosopo/common": "3.0.2",
|
|
33
33
|
"@prosopo/config": "3.1.0",
|
|
34
34
|
"@prosopo/dotenv": "3.0.4",
|
|
35
|
-
"@prosopo/env": "3.0.
|
|
35
|
+
"@prosopo/env": "3.0.8",
|
|
36
36
|
"@prosopo/keyring": "2.8.6",
|
|
37
37
|
"@prosopo/locale": "3.0.2",
|
|
38
|
-
"@prosopo/provider": "3.1.
|
|
38
|
+
"@prosopo/provider": "3.1.3",
|
|
39
39
|
"@prosopo/types": "3.0.3",
|
|
40
|
-
"@prosopo/user-access-policy": "3.2.
|
|
40
|
+
"@prosopo/user-access-policy": "3.2.1",
|
|
41
41
|
"@prosopo/util": "3.0.2",
|
|
42
42
|
"@prosopo/util-crypto": "13.5.1",
|
|
43
43
|
"@typegoose/auto-increment": "4.13.0",
|