File tree Expand file tree Collapse file tree 12 files changed +16
-59
lines changed
jellyfish-wallet-mnemonic Expand file tree Collapse file tree 12 files changed +16
-59
lines changed Original file line number Diff line number Diff line change 17
17
"workspaces" : [
18
18
" ./packages/*"
19
19
],
20
+ "engines" : {
21
+ "node" : " >=14.x"
22
+ },
20
23
"scripts" : {
21
24
"prepare" : " husky install" ,
22
25
"build" : " lerna run build" ,
23
26
"version" : " lerna version $1 --yes --no-push --no-git-tag-version" ,
24
- "publish:next" : " lerna run publish: next" ,
25
- "publish:latest" : " lerna run publish: latest" ,
27
+ "publish:next" : " lerna exec -- npm publish --tag next --access public " ,
28
+ "publish:latest" : " lerna exec -- npm publish --tag latest --access public " ,
26
29
"standard" : " ts-standard --fix" ,
27
30
"test" : " jest" ,
28
31
"test:ci" : " jest --ci --coverage --forceExit" ,
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"dependencies" : {
43
38
"@defichain/jellyfish-json" : " 0.0.0"
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"dependencies" : {
43
38
"@defichain/jellyfish-api-core" : " 0.0.0" ,
Original file line number Diff line number Diff line change 32
32
" dist"
33
33
],
34
34
"scripts" : {
35
- "build" : " tsc" ,
36
- "publish:next" : " npm publish --tag next --access public" ,
37
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
38
36
},
39
37
"dependencies" : {
40
38
"bech32" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"peerDependencies" : {
43
38
"bignumber.js" : " ^9.0.1"
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"devDependencies" : {
43
38
"typescript" : " >=4.2.0"
Original file line number Diff line number Diff line change 32
32
" dist"
33
33
],
34
34
"scripts" : {
35
- "build" : " tsc" ,
36
- "publish:next" : " npm publish --tag next --access public" ,
37
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
38
36
},
39
37
"peerDependencies" : {
40
38
"bignumber.js" : " ^9.0.1"
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"dependencies" : {
43
38
"@defichain/jellyfish-wallet" : " 0.0.0" ,
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"dependencies" : {
43
38
"@defichain/jellyfish-crypto" : " 0.0.0" ,
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
35
32
" dist"
36
33
],
37
34
"scripts" : {
38
- "build" : " tsc" ,
39
- "publish:next" : " npm publish --tag next --access public" ,
40
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
41
36
},
42
37
"peerDependencies" : {
43
38
"bignumber.js" : " ^9.0.1"
Original file line number Diff line number Diff line change 13
13
"repository" : " DeFiCh/jellyfish" ,
14
14
"bugs" : " https://github.com/DeFiCh/jellyfish/issues" ,
15
15
"license" : " MIT" ,
16
- "publishConfig" : {
17
- "access" : " public"
18
- },
19
16
"contributors" : [
20
17
{
21
18
"name" : " DeFiChain Foundation" ,
52
49
"electron" : " >=10.x"
53
50
},
54
51
"scripts" : {
55
- "build" : " parcel build src/jellyfish.ts" ,
56
- "publish:next" : " npm publish --tag next --access public" ,
57
- "publish:latest" : " npm publish --tag latest --access public"
52
+ "build" : " parcel build src/jellyfish.ts"
58
53
},
59
54
"dependencies" : {
60
55
"@defichain/jellyfish-api-core" : " 0.0.0" ,
Original file line number Diff line number Diff line change 32
32
" dist"
33
33
],
34
34
"scripts" : {
35
- "build" : " tsc" ,
36
- "publish:next" : " npm publish --tag next --access public" ,
37
- "publish:latest" : " npm publish --tag latest --access public"
35
+ "build" : " tsc"
38
36
},
39
37
"dependencies" : {
40
38
"dockerode" : " ^3.2.1" ,
You can’t perform that action at this time.
0 commit comments