@prosopo/account 2.7.42 → 2.7.43

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.
@@ -0,0 +1,40 @@
1
+
2
+ > @prosopo/account@2.7.43 build:cjs
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
+
5
+ ViteCommonJSConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
15
+ ]
16
+ }
17
+ {
18
+ externals: [
19
+ '@prosopo/common',
20
+ '@prosopo/locale',
21
+ '@prosopo/types',
22
+ '@prosopo/util',
23
+ '@prosopo/util-crypto',
24
+ '@prosopo/fingerprint',
25
+ '@prosopo/keyring'
26
+ ]
27
+ }
28
+ vite v6.4.1 building SSR bundle for production...
29
+ Bundle build started
30
+ transforming...
31
+ Build end
32
+ ✓ 4 modules transformed.
33
+ Entry module "src/extension/ExtensionWeb2.ts" is using named and default exports together. Consumers of your bundle will have to use `..default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
34
+ Entry module "src/extension/ExtensionWeb3.ts" is using named and default exports together. Consumers of your bundle will have to use `..default` to access the default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
35
+ rendering chunks...
36
+ dist/cjs/extension/Extension.cjs 0.14 kB
37
+ dist/cjs/index.cjs 0.42 kB
38
+ dist/cjs/extension/ExtensionWeb3.cjs 1.31 kB
39
+ dist/cjs/extension/ExtensionWeb2.cjs 3.50 kB
40
+ ✓ built in 231ms
@@ -0,0 +1,38 @@
1
+
2
+ > @prosopo/account@2.7.43 build
3
+ > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.esm.config.ts --mode $NODE_ENV
4
+
5
+ ViteEsmConfig: .
6
+ {
7
+ tsConfigPaths: [
8
+ '/home/runner/work/captcha/captcha/packages/common/tsconfig.json',
9
+ '/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
10
+ '/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
11
+ '/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
12
+ '/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
13
+ '/home/runner/work/captcha/captcha/packages/fingerprint/tsconfig.json',
14
+ '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'
15
+ ]
16
+ }
17
+ {
18
+ externals: [
19
+ '@prosopo/common',
20
+ '@prosopo/locale',
21
+ '@prosopo/types',
22
+ '@prosopo/util',
23
+ '@prosopo/util-crypto',
24
+ '@prosopo/fingerprint',
25
+ '@prosopo/keyring'
26
+ ]
27
+ }
28
+ vite v6.4.1 building SSR bundle for production...
29
+ Bundle build started
30
+ transforming...
31
+ Build end
32
+ ✓ 4 modules transformed.
33
+ rendering chunks...
34
+ dist/extension/Extension.js 0.04 kB
35
+ dist/index.js 0.24 kB
36
+ dist/extension/ExtensionWeb3.js 1.11 kB
37
+ dist/extension/ExtensionWeb2.js 2.13 kB
38
+ ✓ built in 213ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.7.43
4
+ ### Patch Changes
5
+
6
+ - 7d5eb3f: bump
7
+ - Updated dependencies [7d5eb3f]
8
+ - @prosopo/common@3.1.26
9
+ - @prosopo/fingerprint@2.6.27
10
+ - @prosopo/keyring@2.8.40
11
+ - @prosopo/types@3.6.4
12
+ - @prosopo/util@3.2.4
13
+ - @prosopo/util-crypto@13.5.28
14
+
3
15
  ## 2.7.42
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "2.7.42",
3
+ "version": "2.7.43",
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",
@@ -49,15 +49,15 @@
49
49
  "@polkadot/extension-inject": "0.62.3",
50
50
  "@polkadot/util": "13.5.7",
51
51
  "@polkadot/util-crypto": "13.5.7",
52
- "@prosopo/common": "3.1.25",
53
- "@prosopo/fingerprint": "2.6.26",
54
- "@prosopo/keyring": "2.8.39",
55
- "@prosopo/types": "3.6.3",
56
- "@prosopo/util": "3.2.3",
57
- "@prosopo/util-crypto": "13.5.27"
52
+ "@prosopo/common": "3.1.26",
53
+ "@prosopo/fingerprint": "2.6.27",
54
+ "@prosopo/keyring": "2.8.40",
55
+ "@prosopo/types": "3.6.4",
56
+ "@prosopo/util": "3.2.4",
57
+ "@prosopo/util-crypto": "13.5.28"
58
58
  },
59
59
  "devDependencies": {
60
- "@prosopo/config": "3.1.25",
60
+ "@prosopo/config": "3.1.26",
61
61
  "@types/node": "22.10.2",
62
62
  "@vitest/coverage-v8": "3.2.4",
63
63
  "concurrently": "9.0.1",