-
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
9 changed files
with
29 additions
and
29 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.1.9-3", | ||
"version": "4.1.9-4", | ||
"private": true, | ||
"engines": { | ||
"node": ">=16" | ||
|
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": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"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": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "the homa sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
"@polkadot/api": "^10" | ||
}, | ||
"dependencies": { | ||
"@acala-network/sdk-core": "4.1.9-3", | ||
"@acala-network/sdk-core": "4.1.9-4", | ||
"@acala-network/types": "^5.1.1", | ||
"@polkadot/api": "^10.7.3", | ||
"lodash": "^4.17.20", | ||
|
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": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "the loan sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
"@polkadot/api": "^10" | ||
}, | ||
"dependencies": { | ||
"@acala-network/sdk": "4.1.9-3", | ||
"@acala-network/sdk": "4.1.9-4", | ||
"@acala-network/types": "^5.1.1", | ||
"@polkadot/api": "^10.7.3", | ||
"lodash": "^4.17.20", | ||
|
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-payment", | ||
"version": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "the payment acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -19,9 +19,9 @@ | |
"@polkadot/api": "^10" | ||
}, | ||
"dependencies": { | ||
"@acala-network/sdk": "^4.1.9-3", | ||
"@acala-network/sdk-core": "^4.1.9-3", | ||
"@acala-network/sdk-swap": "^4.1.9-3" | ||
"@acala-network/sdk": "^4.1.9-4", | ||
"@acala-network/sdk-core": "^4.1.9-4", | ||
"@acala-network/sdk-swap": "^4.1.9-4" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.161" | ||
|
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": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "the swap sub module in acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -19,8 +19,8 @@ | |
"@polkadot/api": "^10" | ||
}, | ||
"dependencies": { | ||
"@acala-network/sdk": "^4.1.9-3", | ||
"@acala-network/sdk-core": "^4.1.9-3", | ||
"@acala-network/sdk": "^4.1.9-4", | ||
"@acala-network/sdk-core": "^4.1.9-4", | ||
"@acala-network/types": "^5.1.1", | ||
"@polkadot/api": "^10.7.3", | ||
"rxjs": "^7.8.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/sdk", | ||
"version": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "acala network sdk", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"dependencies": { | ||
"@acala-network/api": "^5.1.1", | ||
"@acala-network/eth-providers": "~2.7.3", | ||
"@acala-network/sdk-core": "4.1.9-3", | ||
"@acala-network/sdk-core": "4.1.9-4", | ||
"@polkadot/api": "^10.7.3", | ||
"axios": "^0.24.0", | ||
"ethers": "~5.7.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/wormhole-portal", | ||
"version": "4.1.9-3", | ||
"version": "4.1.9-4", | ||
"description": "the wormhole wrapper for acala/karura network", | ||
"main": "index.js", | ||
"author": "Acala Developers <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"dependencies": { | ||
"@acala-network/api": "^5.1.1", | ||
"@acala-network/eth-providers": "~2.7.3", | ||
"@acala-network/sdk": "^4.1.9-3", | ||
"@acala-network/sdk": "^4.1.9-4", | ||
"@certusone/wormhole-sdk": "^0.5.0", | ||
"@ethersproject/bignumber": "^5.7.0", | ||
"@grpc/grpc-js": "^1.6.8", | ||
|
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"@acala-network/[email protected]3, @acala-network/sdk-core@^4.1.9-3, @acala-network/sdk-core@workspace:packages/sdk-core": | ||
"@acala-network/[email protected]4, @acala-network/sdk-core@^4.1.9-4, @acala-network/sdk-core@workspace:packages/sdk-core": | ||
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk-core@workspace:packages/sdk-core" | ||
dependencies: | ||
|
@@ -104,7 +104,7 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk-homa@workspace:packages/sdk-homa" | ||
dependencies: | ||
"@acala-network/sdk-core": 4.1.9-3 | ||
"@acala-network/sdk-core": 4.1.9-4 | ||
"@acala-network/types": ^5.1.1 | ||
"@polkadot/api": ^10.7.3 | ||
"@types/lodash": ^4.14.161 | ||
|
@@ -120,7 +120,7 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk-loan@workspace:packages/sdk-loan" | ||
dependencies: | ||
"@acala-network/sdk": 4.1.9-3 | ||
"@acala-network/sdk": 4.1.9-4 | ||
"@acala-network/types": ^5.1.1 | ||
"@polkadot/api": ^10.7.3 | ||
"@types/lodash": ^4.14.161 | ||
|
@@ -136,22 +136,22 @@ __metadata: | |
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk-payment@workspace:packages/sdk-payment" | ||
dependencies: | ||
"@acala-network/sdk": ^4.1.9-3 | ||
"@acala-network/sdk-core": ^4.1.9-3 | ||
"@acala-network/sdk-swap": ^4.1.9-3 | ||
"@acala-network/sdk": ^4.1.9-4 | ||
"@acala-network/sdk-core": ^4.1.9-4 | ||
"@acala-network/sdk-swap": ^4.1.9-4 | ||
"@types/lodash": ^4.14.161 | ||
peerDependencies: | ||
"@acala-network/types": ^5 | ||
"@polkadot/api": ^10 | ||
languageName: unknown | ||
linkType: soft | ||
|
||
"@acala-network/sdk-swap@^4.1.9-3, @acala-network/sdk-swap@workspace:packages/sdk-swap": | ||
"@acala-network/sdk-swap@^4.1.9-4, @acala-network/sdk-swap@workspace:packages/sdk-swap": | ||
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk-swap@workspace:packages/sdk-swap" | ||
dependencies: | ||
"@acala-network/sdk": ^4.1.9-3 | ||
"@acala-network/sdk-core": ^4.1.9-3 | ||
"@acala-network/sdk": ^4.1.9-4 | ||
"@acala-network/sdk-core": ^4.1.9-4 | ||
"@acala-network/types": ^5.1.1 | ||
"@polkadot/api": ^10.7.3 | ||
"@types/lodash": ^4.14.161 | ||
|
@@ -162,13 +162,13 @@ __metadata: | |
languageName: unknown | ||
linkType: soft | ||
|
||
"@acala-network/[email protected]3, @acala-network/sdk@^4.1.9-3, @acala-network/sdk@workspace:packages/sdk": | ||
"@acala-network/[email protected]4, @acala-network/sdk@^4.1.9-4, @acala-network/sdk@workspace:packages/sdk": | ||
version: 0.0.0-use.local | ||
resolution: "@acala-network/sdk@workspace:packages/sdk" | ||
dependencies: | ||
"@acala-network/api": ^5.1.1 | ||
"@acala-network/eth-providers": ~2.7.3 | ||
"@acala-network/sdk-core": 4.1.9-3 | ||
"@acala-network/sdk-core": 4.1.9-4 | ||
"@polkadot/api": ^10.7.3 | ||
"@typechain/ethers-v5": ^10.1.0 | ||
"@types/dotenv": ^8.2.0 | ||
|
@@ -217,7 +217,7 @@ __metadata: | |
dependencies: | ||
"@acala-network/api": ^5.1.1 | ||
"@acala-network/eth-providers": ~2.7.3 | ||
"@acala-network/sdk": ^4.1.9-3 | ||
"@acala-network/sdk": ^4.1.9-4 | ||
"@certusone/wormhole-sdk": ^0.5.0 | ||
"@ethersproject/bignumber": ^5.7.0 | ||
"@grpc/grpc-js": ^1.6.8 | ||
|