File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/cli" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"description" : " Alephium command line tool" ,
5
5
"license" : " GPL" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 14
14
"test" : " jest -i --config ./jest-config.json"
15
15
},
16
16
"dependencies" : {
17
- "@alephium/cli" : " ^1.7.2 " ,
18
- "@alephium/web3" : " ^1.7.2 " ,
19
- "@alephium/web3-test" : " ^1.7.2 " ,
20
- "@alephium/web3-wallet" : " ^1.7.2 "
17
+ "@alephium/cli" : " ^1.7.3 " ,
18
+ "@alephium/web3" : " ^1.7.3 " ,
19
+ "@alephium/web3-test" : " ^1.7.3 " ,
20
+ "@alephium/web3-wallet" : " ^1.7.3 "
21
21
},
22
22
"devDependencies" : {
23
23
"@types/jest" : " ^27.5.1" ,
Original file line number Diff line number Diff line change 9
9
"@types/node" : " ^16.18.23" ,
10
10
"@types/react" : " ^18.0.3" ,
11
11
"@types/react-dom" : " ^18.0.0" ,
12
- "@alephium/web3" : " ^1.7.2 " ,
12
+ "@alephium/web3" : " ^1.7.3 " ,
13
13
"react" : " ^18.0.0" ,
14
14
"react-dom" : " ^18.0.0" ,
15
15
"react-scripts" : " 5.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/get-extension-wallet" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"main" : " ./dist/index.js" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/walletconnect-provider" ,
3
3
"description" : " Alephium Provider for WalletConnect Protocol" ,
4
- "version" : " 1.7.2 " ,
4
+ "version" : " 1.7.3 " ,
5
5
"author" : " Alephium dev" ,
6
6
"homepage" : " https://github.com/alephium/walletconnect" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/web3-react" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"homepage" : " https://github.com/alephium/alephium-web3-react" ,
5
5
"license" : " GPL" ,
6
6
"description" : " React components for Alephium Web3." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/web3-test" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"description" : " Utility functions for Alephium test" ,
5
5
"keywords" : [
6
6
" alephium" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/web3-wallet" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"description" : " Simple wallets for Alephium" ,
5
5
"keywords" : [
6
6
" alephium" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @alephium/web3" ,
3
- "version" : " 1.7.2 " ,
3
+ "version" : " 1.7.3 " ,
4
4
"description" : " A JS/TS library to interact with the Alephium platform" ,
5
5
"license" : " GPL" ,
6
6
"main" : " dist/src/index.js" ,
You can’t perform that action at this time.
0 commit comments