@prosopo/cli 2.1.15 → 2.1.16
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.
|
@@ -96266,7 +96266,7 @@ function Yr(t, e, n) {
|
|
|
96266
96266
|
throw new Error(`Index ${e} smaller than 0`);
|
|
96267
96267
|
return t[e];
|
|
96268
96268
|
}
|
|
96269
|
-
const _A = (t) => new URL(`https://${t.replace(/^https?:\/\//, "")}`), FL = "2.1.
|
|
96269
|
+
const _A = (t) => new URL(`https://${t.replace(/^https?:\/\//, "")}`), FL = "2.1.16", oy = new Array(256), jL = new Array(256 * 256);
|
|
96270
96270
|
for (let t = 0; t < 256; t++)
|
|
96271
96271
|
oy[t] = t.toString(16).padStart(2, "0");
|
|
96272
96272
|
for (let t = 0; t < 256; t++) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/cli",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.16",
|
|
4
4
|
"description": "CLI for Prosopo Provider",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -29,16 +29,16 @@
|
|
|
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.1.
|
|
33
|
-
"@prosopo/common": "2.1.
|
|
34
|
-
"@prosopo/config": "2.1.
|
|
35
|
-
"@prosopo/contract": "2.1.
|
|
36
|
-
"@prosopo/dotenv": "2.1.
|
|
37
|
-
"@prosopo/env": "2.1.
|
|
38
|
-
"@prosopo/locale": "2.1.
|
|
39
|
-
"@prosopo/provider": "2.1.
|
|
40
|
-
"@prosopo/types": "2.1.
|
|
41
|
-
"@prosopo/util": "2.1.
|
|
32
|
+
"@prosopo/api": "2.1.16",
|
|
33
|
+
"@prosopo/common": "2.1.16",
|
|
34
|
+
"@prosopo/config": "2.1.16",
|
|
35
|
+
"@prosopo/contract": "2.1.16",
|
|
36
|
+
"@prosopo/dotenv": "2.1.16",
|
|
37
|
+
"@prosopo/env": "2.1.16",
|
|
38
|
+
"@prosopo/locale": "2.1.16",
|
|
39
|
+
"@prosopo/provider": "2.1.16",
|
|
40
|
+
"@prosopo/types": "2.1.16",
|
|
41
|
+
"@prosopo/util": "2.1.16",
|
|
42
42
|
"cors": "2.8.5",
|
|
43
43
|
"cron-parser": "4.9.0",
|
|
44
44
|
"dotenv": "16.4.5",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"zod": "3.23.8"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@prosopo/config": "2.1.
|
|
50
|
+
"@prosopo/config": "2.1.16",
|
|
51
51
|
"@types/cors": "2.8.17",
|
|
52
52
|
"@types/yargs": "17.0.33",
|
|
53
53
|
"@vitest/coverage-v8": "2.1.1",
|