@prosopo/account 2.8.77 → 2.8.79

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.77 build:cjs
2
+ > @prosopo/account@2.8.79 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 159ms
48
+ ✓ built in 179ms
@@ -1,17 +1,17 @@
1
1
 
2
- > @prosopo/account@2.8.77 build:tsc
2
+ > @prosopo/account@2.8.79 build:tsc
3
3
  > npm run typecheck && npm run build
4
4
 
5
5
 
6
- > @prosopo/account@2.8.77 typecheck
6
+ > @prosopo/account@2.8.79 typecheck
7
7
  > tsc --project tsconfig.types.json
8
8
 
9
9
 
10
- > @prosopo/account@2.8.77 build
10
+ > @prosopo/account@2.8.79 build
11
11
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
12
12
 
13
13
 
14
- > @prosopo/account@2.8.77 build:cross-env
14
+ > @prosopo/account@2.8.79 build:cross-env
15
15
  > vite build --config vite.esm.config.ts --mode production
16
16
 
17
17
  ViteEsmConfig: .
@@ -31,6 +31,7 @@ ViteEsmConfig: .
31
31
  {
32
32
  externals: [
33
33
  '@prosopo/common',
34
+ The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
34
35
  '@prosopo/locale',
35
36
  '@prosopo/logger',
36
37
  '@prosopo/util',
@@ -41,7 +42,6 @@ ViteEsmConfig: .
41
42
  '@prosopo/keyring'
42
43
  ]
43
44
  }
44
- The plugin "vite-tsconfig-paths" is detected. Vite now supports tsconfig paths resolution natively via the resolve.tsconfigPaths option. You can remove the plugin and set resolve.tsconfigPaths: true in your Vite config instead.
45
45
  vite v8.1.5 building ssr environment for production...
46
46
  Bundle build started
47
47
  
@@ -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 155ms
59
+ ✓ built in 113ms
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/account@2.8.77 build
2
+ > @prosopo/account@2.8.79 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/account@2.8.77 build:cross-env
6
+ > @prosopo/account@2.8.79 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 162ms
52
+ ✓ built in 208ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.8.79
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [6411f64]
7
+ - @prosopo/types@5.2.5
8
+ - @prosopo/fingerprint@2.7.33
9
+ - @prosopo/keyring@2.9.76
10
+
11
+ ## 2.8.78
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c629c01]
15
+ - @prosopo/types@5.2.4
16
+ - @prosopo/fingerprint@2.7.32
17
+ - @prosopo/keyring@2.9.75
18
+
3
19
  ## 2.8.77
4
20
  ### Patch Changes
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/account",
3
- "version": "2.8.77",
3
+ "version": "2.8.79",
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.31",
57
- "@prosopo/keyring": "2.9.74",
58
- "@prosopo/types": "5.2.3",
56
+ "@prosopo/fingerprint": "2.7.33",
57
+ "@prosopo/keyring": "2.9.76",
58
+ "@prosopo/types": "5.2.5",
59
59
  "@prosopo/util": "3.3.6",
60
60
  "@prosopo/util-crypto": "13.5.30"
61
61
  },