@prosopo/account 2.8.90 → 2.8.91

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.90 build:cjs
2
+ > @prosopo/account@2.8.91 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 63.49 kB │ gzip: 26.75 kB
47
47
 
48
- ✓ built in 163ms
48
+ ✓ built in 198ms
@@ -1,17 +1,17 @@
1
1
 
2
- > @prosopo/account@2.8.90 build:tsc
2
+ > @prosopo/account@2.8.91 build:tsc
3
3
  > npm run typecheck && npm run build
4
4
 
5
5
 
6
- > @prosopo/account@2.8.90 typecheck
6
+ > @prosopo/account@2.8.91 typecheck
7
7
  > tsc --project tsconfig.types.json
8
8
 
9
9
 
10
- > @prosopo/account@2.8.90 build
10
+ > @prosopo/account@2.8.91 build
11
11
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
12
12
 
13
13
 
14
- > @prosopo/account@2.8.90 build:cross-env
14
+ > @prosopo/account@2.8.91 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 63.67 kB │ gzip: 26.78 kB
58
58
 
59
- ✓ built in 151ms
59
+ ✓ built in 217ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/account@2.8.90 build
2
+ > @prosopo/account@2.8.91 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/account@2.8.90 build:cross-env
6
+ > @prosopo/account@2.8.91 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 63.49 kB │ gzip: 26.76 kB
51
51
 
52
- ✓ built in 211ms
52
+ ✓ built in 183ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.8.91
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [477b4e7]
7
+ - Updated dependencies [e4d6f06]
8
+ - @prosopo/types@5.8.2
9
+ - @prosopo/fingerprint@2.7.45
10
+ - @prosopo/keyring@2.9.88
11
+
3
12
  ## 2.8.90
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "2.8.90",
3
+ "version": "2.8.91",
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,14 +53,14 @@
53
53
  "@polkadot/util": "13.5.7",
54
54
  "@polkadot/util-crypto": "14.0.3",
55
55
  "@prosopo/common": "3.1.54",
56
- "@prosopo/fingerprint": "2.7.44",
57
- "@prosopo/keyring": "2.9.87",
58
- "@prosopo/types": "5.8.1",
56
+ "@prosopo/fingerprint": "2.7.45",
57
+ "@prosopo/keyring": "2.9.88",
58
+ "@prosopo/types": "5.8.2",
59
59
  "@prosopo/util": "3.3.9",
60
60
  "@prosopo/util-crypto": "13.5.31"
61
61
  },
62
62
  "devDependencies": {
63
- "@prosopo/config": "3.3.15",
63
+ "@prosopo/config": "3.3.16",
64
64
  "@types/node": "22.10.2",
65
65
  "@vitest/coverage-v8": "4.1.11",
66
66
  "concurrently": "9.0.1",