@prosopo/account 2.8.74 → 2.8.75

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.74 build:cjs
2
+ > @prosopo/account@2.8.75 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 100ms
48
+ ✓ built in 189ms
@@ -1,17 +1,17 @@
1
1
 
2
- > @prosopo/account@2.8.74 build:tsc
2
+ > @prosopo/account@2.8.75 build:tsc
3
3
  > npm run typecheck && npm run build
4
4
 
5
5
 
6
- > @prosopo/account@2.8.74 typecheck
6
+ > @prosopo/account@2.8.75 typecheck
7
7
  > tsc --project tsconfig.types.json
8
8
 
9
9
 
10
- > @prosopo/account@2.8.74 build
10
+ > @prosopo/account@2.8.75 build
11
11
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
12
12
 
13
13
 
14
- > @prosopo/account@2.8.74 build:cross-env
14
+ > @prosopo/account@2.8.75 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 94ms
59
+ ✓ built in 140ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/account@2.8.74 build
2
+ > @prosopo/account@2.8.75 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/account@2.8.74 build:cross-env
6
+ > @prosopo/account@2.8.75 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 122ms
52
+ ✓ built in 127ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.8.75
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [35f640f]
7
+ - @prosopo/types@5.2.1
8
+ - @prosopo/fingerprint@2.7.29
9
+ - @prosopo/keyring@2.9.72
10
+
3
11
  ## 2.8.74
4
12
  ### Patch Changes
5
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "2.8.74",
3
+ "version": "2.8.75",
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.50",
56
- "@prosopo/fingerprint": "2.7.28",
57
- "@prosopo/keyring": "2.9.71",
58
- "@prosopo/types": "5.2.0",
56
+ "@prosopo/fingerprint": "2.7.29",
57
+ "@prosopo/keyring": "2.9.72",
58
+ "@prosopo/types": "5.2.1",
59
59
  "@prosopo/util": "3.3.6",
60
60
  "@prosopo/util-crypto": "13.5.30"
61
61
  },