-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"private": true, | ||
"engines": { | ||
"yarn": "^1.10.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/api-derive", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "Additional polkadot.js derives for Acala Network", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"homepage": "https://github.com/AcalaNetwork/acala.js", | ||
"dependencies": { | ||
"@acala-network/types": "3.0.3-25", | ||
"@acala-network/types": "4.0.1", | ||
"@babel/runtime": "^7.10.2", | ||
"@open-web3/orml-types": "^1.0.2-0", | ||
"@polkadot/api-derive": "^7.1.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/api", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "Acala JS API", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -15,8 +15,8 @@ | |
}, | ||
"homepage": "https://github.com/AcalaNetwork/acala.js", | ||
"dependencies": { | ||
"@acala-network/api-derive": "3.0.3-25", | ||
"@acala-network/types": "3.0.3-25", | ||
"@acala-network/api-derive": "4.0.1", | ||
"@acala-network/types": "4.0.1", | ||
"@babel/runtime": "^7.10.2", | ||
"@open-web3/orml-api-derive": "^1.0.2-0", | ||
"@polkadot/api": "^7.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/app-util", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "Utilities to work with Acala Network", | ||
"author": "Acala Developers <[email protected]>", | ||
"main": "index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk-core", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "the core of acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk-homa", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "the homa sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"homepage": "https://github.com/AcalaNetwork/acala.js", | ||
"dependencies": { | ||
"@acala-network/sdk-core": "3.0.3-25", | ||
"@acala-network/sdk-core": "4.0.1", | ||
"lodash": "^4.17.20", | ||
"rxjs": "^7.4.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk-loan", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "the loan sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk-swap", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "the swap sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk-wallet", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "the wallet sdk for acala/karura network", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/sdk", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -15,8 +15,8 @@ | |
}, | ||
"homepage": "https://github.com/AcalaNetwork/acala.js", | ||
"dependencies": { | ||
"@acala-network/api": "3.0.3-25", | ||
"@acala-network/type-definitions": "3.0.3-25", | ||
"@acala-network/api": "4.0.1", | ||
"@acala-network/type-definitions": "4.0.1", | ||
"@polkadot/api": "^7.1.1", | ||
"@polkadot/types": "^7.1.1", | ||
"@types/events": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/type-definitions", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "Polkadot.js type definations for Acala Network", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/types", | ||
"version": "3.0.3-25", | ||
"version": "4.0.1", | ||
"description": "Polkadot.js type definations for Acala Network", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -15,7 +15,7 @@ | |
}, | ||
"homepage": "https://github.com/AcalaNetwork/acala.js", | ||
"dependencies": { | ||
"@acala-network/type-definitions": "3.0.3-25", | ||
"@acala-network/type-definitions": "4.0.1", | ||
"@babel/runtime": "^7.10.2", | ||
"@open-web3/api-mobx": "^1.0.2-0", | ||
"@open-web3/orml-types": "^1.0.2-0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters