@prosopo/account 2.8.83 → 2.8.84
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @prosopo/account@2.8.
|
|
2
|
+
> @prosopo/account@2.8.84 build:cjs
|
|
3
3
|
> NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
|
|
4
4
|
|
|
5
5
|
ViteCommonJSConfig: .
|
|
@@ -45,4 +45,4 @@ dist/cjs/extension/ExtensionWeb2.cjs 2.73 kB │ gzip: 0.93 kB
|
|
|
45
45
|
dist/cjs/workers/CryptoWorkerManager.cjs 4.01 kB │ gzip: 1.53 kB
|
|
46
46
|
dist/cjs/workers/cryptoWorker.cjs 50.31 kB │ gzip: 22.50 kB
|
|
47
47
|
|
|
48
|
-
[32m✓ built in
|
|
48
|
+
[32m✓ built in 134ms[39m
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
> @prosopo/account@2.8.
|
|
2
|
+
> @prosopo/account@2.8.84 build:tsc
|
|
3
3
|
> npm run typecheck && npm run build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @prosopo/account@2.8.
|
|
6
|
+
> @prosopo/account@2.8.84 typecheck
|
|
7
7
|
> tsc --project tsconfig.types.json
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @prosopo/account@2.8.
|
|
10
|
+
> @prosopo/account@2.8.84 build
|
|
11
11
|
> npm run build:cross-env -- --mode ${NODE_ENV:-development}
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
> @prosopo/account@2.8.
|
|
14
|
+
> @prosopo/account@2.8.84 build:cross-env
|
|
15
15
|
> vite build --config vite.esm.config.ts --mode production
|
|
16
16
|
|
|
17
17
|
ViteEsmConfig: .
|
|
@@ -28,6 +28,7 @@ ViteEsmConfig: .
|
|
|
28
28
|
'/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
|
|
29
29
|
]
|
|
30
30
|
}
|
|
31
|
+
[33mThe plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the [1mresolve.tsconfigPaths[22m option. You can remove the plugin and set [1mresolve.tsconfigPaths: true[22m in your Vite config instead.[39m
|
|
31
32
|
{
|
|
32
33
|
externals: [
|
|
33
34
|
'@prosopo/common',
|
|
@@ -41,7 +42,6 @@ ViteEsmConfig: .
|
|
|
41
42
|
'@prosopo/keyring'
|
|
42
43
|
]
|
|
43
44
|
}
|
|
44
|
-
[33mThe plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the [1mresolve.tsconfigPaths[22m option. You can remove the plugin and set [1mresolve.tsconfigPaths: true[22m in your Vite config instead.[39m
|
|
45
45
|
[36mvite v8.1.5 [32mbuilding ssr environment for production...[36m[39m
|
|
46
46
|
Bundle build started
|
|
47
47
|
[2K
|
|
@@ -56,4 +56,4 @@ dist/extension/ExtensionWeb2.js 2.12 kB │ gzip: 0.81 kB
|
|
|
56
56
|
dist/workers/CryptoWorkerManager.js 3.93 kB │ gzip: 1.52 kB
|
|
57
57
|
dist/workers/cryptoWorker.js 50.48 kB │ gzip: 22.53 kB
|
|
58
58
|
|
|
59
|
-
[32m✓ built in
|
|
59
|
+
[32m✓ built in 102ms[39m
|
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @prosopo/account@2.8.
|
|
2
|
+
> @prosopo/account@2.8.84 build
|
|
3
3
|
> npm run build:cross-env -- --mode ${NODE_ENV:-development}
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @prosopo/account@2.8.
|
|
6
|
+
> @prosopo/account@2.8.84 build:cross-env
|
|
7
7
|
> vite build --config vite.esm.config.ts --mode production
|
|
8
8
|
|
|
9
9
|
ViteEsmConfig: .
|
|
@@ -49,4 +49,4 @@ dist/extension/ExtensionWeb2.js 2.12 kB │ gzip: 0.81 kB
|
|
|
49
49
|
dist/workers/CryptoWorkerManager.js 3.93 kB │ gzip: 1.52 kB
|
|
50
50
|
dist/workers/cryptoWorker.js 50.31 kB │ gzip: 22.51 kB
|
|
51
51
|
|
|
52
|
-
[32m✓ built in
|
|
52
|
+
[32m✓ built in 334ms[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/account",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.84",
|
|
4
4
|
"description": "Services and Utils for Prosopo account gen and management",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@polkadot/util": "13.5.7",
|
|
54
54
|
"@polkadot/util-crypto": "13.5.7",
|
|
55
55
|
"@prosopo/common": "3.1.52",
|
|
56
|
-
"@prosopo/fingerprint": "2.7.
|
|
57
|
-
"@prosopo/keyring": "2.9.
|
|
58
|
-
"@prosopo/types": "5.5.
|
|
56
|
+
"@prosopo/fingerprint": "2.7.38",
|
|
57
|
+
"@prosopo/keyring": "2.9.81",
|
|
58
|
+
"@prosopo/types": "5.5.1",
|
|
59
59
|
"@prosopo/util": "3.3.7",
|
|
60
60
|
"@prosopo/util-crypto": "13.5.30"
|
|
61
61
|
},
|