@prosopo/keyring 2.9.53 → 2.9.54

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.53 build:cjs
2
+ > @prosopo/keyring@2.9.54 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 274ms
45
+ ✓ built in 283ms
@@ -1,8 +1,8 @@
1
1
 
2
- > @prosopo/keyring@2.9.53 build:tsc
2
+ > @prosopo/keyring@2.9.54 build:tsc
3
3
  > tsc --build --verbose
4
4
 
5
- 11:41:44 AM - Projects in this build:
5
+ 8:56:40 AM - 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
- 11:41:44 AM - Project '../../dev/config/tsconfig.json' is up to date because newest input '../../dev/config/src/vite/NodejsPolarsNativeFilePlugin.ts' is older than output '../../dev/config/tsconfig.tsbuildinfo'
15
+ 8:56:40 AM - 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'
16
16
 
17
- 11:41:44 AM - Project '../locale/tsconfig.json' is up to date because newest input '../locale/src/useTranslation.ts' is older than output '../locale/tsconfig.tsbuildinfo'
17
+ 8:56:40 AM - 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
- 11:41:44 AM - Project '../util/tsconfig.json' is up to date because newest input '../util/src/url.ts' is older than output '../util/tsconfig.tsbuildinfo'
19
+ 8:56:40 AM - 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
- 11:41:44 AM - Project '../logger/tsconfig.json' is up to date because newest input '../logger/src/index.ts' is older than output '../logger/tsconfig.tsbuildinfo'
21
+ 8:56:40 AM - 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
- 11:41:44 AM - 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
+ 8:56:40 AM - 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
- 11:41:44 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/provider/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
25
+ 8:56:40 AM - Project '../types/tsconfig.json' is up to date because newest input '../types/src/provider/api.ts' is older than output '../types/tsconfig.tsbuildinfo'
26
26
 
27
- 11:41:45 AM - Project '../common/tsconfig.json' is up to date because newest input '../common/src/index.ts' is older than output '../common/tsconfig.tsbuildinfo'
27
+ 8:56:40 AM - 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
- 11:41:45 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
29
+ 8:56:40 AM - Project 'tsconfig.json' is out of date because output file 'tsconfig.tsbuildinfo' does not exist
30
30
 
31
- 11:41:45 AM - Building project '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'...
31
+ 8:56:40 AM - Building project '/home/runner/work/captcha/captcha/packages/keyring/tsconfig.json'...
32
32
 
@@ -1,9 +1,9 @@
1
1
 
2
- > @prosopo/keyring@2.9.53 build
2
+ > @prosopo/keyring@2.9.54 build
3
3
  > npm run build:cross-env -- --mode ${NODE_ENV:-development}
4
4
 
5
5
 
6
- > @prosopo/keyring@2.9.53 build:cross-env
6
+ > @prosopo/keyring@2.9.54 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 281ms
49
+ ✓ built in 289ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prosopo/keyring
2
2
 
3
+ ## 2.9.54
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [8bde5df]
7
+ - @prosopo/types@4.9.7
8
+
3
9
  ## 2.9.53
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.53",
3
+ "version": "2.9.54",
4
4
  "description": "Keypair generator for Prosopo",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "@polkadot/util": "13.5.7",
41
41
  "@polkadot/util-crypto": "13.5.7",
42
42
  "@prosopo/common": "3.1.43",
43
- "@prosopo/types": "4.9.6",
43
+ "@prosopo/types": "4.9.7",
44
44
  "@prosopo/util": "3.3.3",
45
45
  "@prosopo/util-crypto": "13.5.30",
46
46
  "dotenv": "16.4.5"