@prosopo/account 2.8.39 → 2.8.40

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.39 build:cjs
2
+ > @prosopo/account@2.8.40 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -1,17 +1,17 @@
1
1
 
2
- > @prosopo/account@2.8.39 build:tsc
2
+ > @prosopo/account@2.8.40 build:tsc
3
3
  > npm run typecheck && npm run build
4
4
 
5
5
 
6
- > @prosopo/account@2.8.39 typecheck
6
+ > @prosopo/account@2.8.40 typecheck
7
7
  > tsc --project tsconfig.types.json
8
8
 
9
9
 
10
- > @prosopo/account@2.8.39 build
10
+ > @prosopo/account@2.8.40 build
11
11
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
12
12
 
13
13
 
14
- > @prosopo/account@2.8.39 build:cross-env
14
+ > @prosopo/account@2.8.40 build:cross-env
15
15
  > vite build --config vite.esm.config.ts --mode production
16
16
 
17
17
  ViteEsmConfig: .
@@ -73,4 +73,4 @@ rendering chunks...
73
73
  dist/extension/ExtensionWeb2.js  2.38 kB
74
74
  dist/workers/CryptoWorkerManager.js  4.63 kB
75
75
  dist/workers/cryptoWorker.js 19.64 kB
76
- ✓ built in 1.23s
76
+ ✓ built in 1.18s
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/account@2.8.39 build
2
+ > @prosopo/account@2.8.40 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/account@2.8.39 build:cross-env
6
+ > @prosopo/account@2.8.40 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -65,4 +65,4 @@ rendering chunks...
65
65
  dist/extension/ExtensionWeb2.js  2.38 kB
66
66
  dist/workers/CryptoWorkerManager.js  4.63 kB
67
67
  dist/workers/cryptoWorker.js 19.63 kB
68
- ✓ built in 1.40s
68
+ ✓ built in 1.52s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @prosopo/account
2
2
 
3
+ ## 2.8.40
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [55b1388]
7
+ - @prosopo/util@3.3.0
8
+ - @prosopo/types@4.6.0
9
+ - @prosopo/keyring@2.9.39
10
+ - @prosopo/common@3.1.39
11
+
3
12
  ## 2.8.39
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.39",
3
+ "version": "2.8.40",
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",
@@ -51,11 +51,11 @@
51
51
  "@polkadot/extension-inject": "0.62.3",
52
52
  "@polkadot/util": "13.5.7",
53
53
  "@polkadot/util-crypto": "13.5.7",
54
- "@prosopo/common": "3.1.38",
54
+ "@prosopo/common": "3.1.39",
55
55
  "@prosopo/fingerprint": "2.6.31",
56
- "@prosopo/keyring": "2.9.38",
57
- "@prosopo/types": "4.5.0",
58
- "@prosopo/util": "3.2.15",
56
+ "@prosopo/keyring": "2.9.39",
57
+ "@prosopo/types": "4.6.0",
58
+ "@prosopo/util": "3.3.0",
59
59
  "@prosopo/util-crypto": "13.5.29"
60
60
  },
61
61
  "devDependencies": {