File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 4.2 .0" ,
6
+ "version" : " 4.3 .0" ,
7
7
"npmClient" : " yarn" ,
8
8
"useWorkspaces" : true ,
9
9
"workspaces" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cityofzion/neon-api" ,
3
3
"description" : " Neon-API module: High level API for neon-js" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/CityOfZion/neon-js.git"
32
32
"test:unit" : " jest /packages/.*/__tests__/.*"
33
33
},
34
34
"dependencies" : {
35
- "@cityofzion/neon-core" : " ^4.2 .0" ,
35
+ "@cityofzion/neon-core" : " ^4.3 .0" ,
36
36
"axios" : " 0.18.0"
37
37
},
38
38
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cityofzion/neon-core" ,
3
3
"description" : " Neon-JS Core functionality" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/CityOfZion/neon-js.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cityofzion/neon-js" ,
3
3
"description" : " Neon-JS SDK for interacting with NEO blockchain" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/CityOfZion/neon-js.git"
30
30
"pretty" : " prettier --write --loglevel=warn \" ./{src,__{tests,integration}__}/**/*.ts\" "
31
31
},
32
32
"dependencies" : {
33
- "@cityofzion/neon-api" : " ^4.2 .0" ,
34
- "@cityofzion/neon-core" : " ^4.2 .0" ,
35
- "@cityofzion/neon-nep5" : " ^4.2 .0"
33
+ "@cityofzion/neon-api" : " ^4.3 .0" ,
34
+ "@cityofzion/neon-core" : " ^4.3 .0" ,
35
+ "@cityofzion/neon-nep5" : " ^4.3 .0"
36
36
},
37
37
"devDependencies" : {
38
38
"clean-webpack-plugin" : " 1.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cityofzion/neon-nep5" ,
3
3
"description" : " Neon-NEP5 Module" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/CityOfZion/neon-js.git"
32
32
"test:unit" : " jest /packages/.*/__tests__/.*"
33
33
},
34
34
"dependencies" : {
35
- "@cityofzion/neon-core" : " ^4.2 .0"
35
+ "@cityofzion/neon-core" : " ^4.3 .0"
36
36
},
37
37
"peerDependencies" : {
38
38
"@cityofzion/neon-core" : " ^4.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cityofzion/neon-nep9" ,
3
3
"description" : " Neon-NEP9 Module" ,
4
- "version" : " 4.2 .0" ,
4
+ "version" : " 4.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/CityOfZion/neon-js.git"
31
31
"test:unit" : " jest /packages/.*/__tests__/.*"
32
32
},
33
33
"dependencies" : {
34
- "@cityofzion/neon-core" : " ^4.2 .0"
34
+ "@cityofzion/neon-core" : " ^4.3 .0"
35
35
},
36
36
"peerDependencies" : {
37
37
"@cityofzion/neon-core" : " ^4.0.0"
You can’t perform that action at this time.
0 commit comments