@prosopo/account 2.8.78 → 2.8.80

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.78 build:cjs
2
+ > @prosopo/account@2.8.80 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
- ✓ built in 132ms
48
+ ✓ built in 157ms
@@ -1,17 +1,17 @@
1
1
 
2
- > @prosopo/account@2.8.78 build:tsc
2
+ > @prosopo/account@2.8.80 build:tsc
3
3
  > npm run typecheck && npm run build
4
4
 
5
5
 
6
- > @prosopo/account@2.8.78 typecheck
6
+ > @prosopo/account@2.8.80 typecheck
7
7
  > tsc --project tsconfig.types.json
8
8
 
9
9
 
10
- > @prosopo/account@2.8.78 build
10
+ > @prosopo/account@2.8.80 build
11
11
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
12
12
 
13
13
 
14
- > @prosopo/account@2.8.78 build:cross-env
14
+ > @prosopo/account@2.8.80 build:cross-env
15
15
  > vite build --config vite.esm.config.ts --mode production
16
16
 
17
17
  ViteEsmConfig: .
@@ -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
- ✓ built in 111ms
59
+ ✓ built in 114ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/account@2.8.78 build
2
+ > @prosopo/account@2.8.80 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/account@2.8.78 build:cross-env
6
+ > @prosopo/account@2.8.80 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
- ✓ built in 153ms
52
+ ✓ built in 417ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.8.80
4
+ ### Patch Changes
5
+
6
+ - 68a9b41: chore(deps): bump the npm-minor-and-patch group across 1 directory with 36 updates
7
+ - Updated dependencies [68a9b41]
8
+ - Updated dependencies [ce5a3d7]
9
+ - @prosopo/types@5.2.6
10
+ - @prosopo/util@3.3.7
11
+ - @prosopo/common@3.1.51
12
+ - @prosopo/fingerprint@2.7.34
13
+ - @prosopo/keyring@2.9.77
14
+
15
+ ## 2.8.79
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [6411f64]
19
+ - @prosopo/types@5.2.5
20
+ - @prosopo/fingerprint@2.7.33
21
+ - @prosopo/keyring@2.9.76
22
+
3
23
  ## 2.8.78
4
24
  ### Patch Changes
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "2.8.78",
3
+ "version": "2.8.80",
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",
@@ -47,20 +47,20 @@
47
47
  },
48
48
  "homepage": "https://github.com/prosopo/captcha#readme",
49
49
  "dependencies": {
50
- "@polkadot/extension-base": "0.62.3",
51
- "@polkadot/extension-dapp": "0.62.3",
52
- "@polkadot/extension-inject": "0.62.3",
50
+ "@polkadot/extension-base": "0.63.1",
51
+ "@polkadot/extension-dapp": "0.63.1",
52
+ "@polkadot/extension-inject": "0.63.1",
53
53
  "@polkadot/util": "13.5.7",
54
54
  "@polkadot/util-crypto": "13.5.7",
55
- "@prosopo/common": "3.1.50",
56
- "@prosopo/fingerprint": "2.7.32",
57
- "@prosopo/keyring": "2.9.75",
58
- "@prosopo/types": "5.2.4",
59
- "@prosopo/util": "3.3.6",
55
+ "@prosopo/common": "3.1.51",
56
+ "@prosopo/fingerprint": "2.7.34",
57
+ "@prosopo/keyring": "2.9.77",
58
+ "@prosopo/types": "5.2.6",
59
+ "@prosopo/util": "3.3.7",
60
60
  "@prosopo/util-crypto": "13.5.30"
61
61
  },
62
62
  "devDependencies": {
63
- "@prosopo/config": "3.3.11",
63
+ "@prosopo/config": "3.3.12",
64
64
  "@types/node": "22.10.2",
65
65
  "@vitest/coverage-v8": "4.1.10",
66
66
  "concurrently": "9.0.1",