-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc4f170
commit 8baa50a
Showing
12 changed files
with
5,456 additions
and
510 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,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/api-derive", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Additional polkadot.js derives for Acala Network", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
"@acala-network/types": "6.0.3" | ||
"@acala-network/types": "6.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/api": "^10.9.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": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Acala JS API", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,8 +23,8 @@ | |
"publish:manual": "npm publish --tolerate-republish --access public" | ||
}, | ||
"dependencies": { | ||
"@acala-network/api-derive": "6.0.3", | ||
"@acala-network/types": "6.0.3" | ||
"@acala-network/api-derive": "6.0.4", | ||
"@acala-network/types": "6.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/api": "^10.9.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/types", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Acala types for @polkadot/api", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Oops, something went wrong.