@prosopo/keyring 2.9.56 → 2.9.57

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/keyring@2.9.56 build:cjs
2
+ > @prosopo/keyring@2.9.57 build:cjs
3
3
  > NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
4
4
 
5
5
  ViteCommonJSConfig: .
@@ -42,4 +42,4 @@ rendering chunks...
42
42
  dist/cjs/pair/decode.cjs  1.49 kB
43
43
  dist/cjs/pair/index.cjs  5.24 kB
44
44
  dist/cjs/keyring/keyring.cjs 10.59 kB
45
- ✓ built in 275ms
45
+ ✓ built in 266ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/keyring@2.9.56 build:tsc
2
+ > @prosopo/keyring@2.9.57 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 1:21:24 PM - Projects in this build:
5
+ 4:35:17 PM - Projects in this build:
6
6
  * ../../dev/config/tsconfig.json
7
7
  * ../locale/tsconfig.json
8
8
  * ../util/tsconfig.json
@@ -12,21 +12,21 @@
12
12
  * ../common/tsconfig.json
13
13
  * tsconfig.json
14
14
 
15
- 1:21:24 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/webpack/webpack.config.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
15
+ 4:35:17 PM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/index.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
16
16
 
17
- 1:21:24 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
17
+ 4:35:17 PM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/translationKey.ts' is older than output '../locale/tsconfig.tsbuildinfo'
18
18
 
19
- 1:21:24 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
19
+ 4:35:17 PM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
20
20
 
21
- 1:21:24 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
21
+ 4:35:17 PM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
22
22
 
23
- 1:21:24 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
23
+ 4:35:17 PM - Project '../util-crypto/tsconfig.json' is up to date because newest input '../util-crypto/src/types.ts' is older than output '../util-crypto/tsconfig.tsbuildinfo'
24
24
 
25
- 1:21:24 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/provider/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
+ 4:35:17 PM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/keyring/keyring/types.ts' is older than output '../types/tsconfig.tsbuildinfo'
26
26
 
27
- 1:21:24 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
27
+ 4:35:17 PM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
28
28
 
29
- 1:21:24 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
29
+ 4:35:17 PM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
30
30
 
31
- 1:21:24 PM - Building project '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'...
31
+ 4:35:17 PM - Building project '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'...
32
32
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/keyring@2.9.56 build
2
+ > @prosopo/keyring@2.9.57 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/keyring@2.9.56 build:cross-env
6
+ > @prosopo/keyring@2.9.57 build:cross-env
7
7
  > vite build --config vite.esm.config.ts --mode production
8
8
 
9
9
  ViteEsmConfig: .
@@ -46,4 +46,4 @@ rendering chunks...
46
46
  dist/accounts/getPair.js  1.34 kB
47
47
  dist/pair/index.js  5.18 kB
48
48
  dist/keyring/keyring.js 10.45 kB
49
- ✓ built in 293ms
49
+ ✓ built in 230ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prosopo/keyring
2
2
 
3
+ ## 2.9.57
4
+ ### Patch Changes
5
+
6
+ - @prosopo/common@3.1.46
7
+ - @prosopo/types@4.9.9
8
+
3
9
  ## 2.9.56
4
10
  ### Patch Changes
5
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/keyring",
3
- "version": "2.9.56",
3
+ "version": "2.9.57",
4
4
  "description": "Keypair generator for Prosopo",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@polkadot/util": "13.5.7",
41
41
  "@polkadot/util-crypto": "13.5.7",
42
- "@prosopo/common": "3.1.45",
43
- "@prosopo/types": "4.9.8",
42
+ "@prosopo/common": "3.1.46",
43
+ "@prosopo/types": "4.9.9",
44
44
  "@prosopo/util": "3.3.4",
45
45
  "@prosopo/util-crypto": "13.5.30",
46
46
  "dotenv": "16.4.5"