-
Notifications
You must be signed in to change notification settings - Fork 28
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
Showing
19 changed files
with
152 additions
and
42 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
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
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
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": "@substrate/txwrapper-core", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Core components for creating a txwrapper lib.", | ||
"license": "Apache-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
"memoizee": "0.4.15" | ||
}, | ||
"devDependencies": { | ||
"@substrate/txwrapper-dev": "^7.0.1", | ||
"@substrate/txwrapper-dev": "^7.1.0", | ||
"@types/memoizee": "^0.4.3" | ||
} | ||
} |
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
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": "@substrate/txwrapper-dev", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Core components for creating a txwrapper lib.", | ||
"license": "Apache-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
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": "@substrate/txwrapper-examples", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Examples for txwrapper-* usage.", | ||
"license": "Apache-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
}, | ||
"dependencies": { | ||
"@polkadot/api": "^10.9.1", | ||
"@substrate/txwrapper-polkadot": "^7.0.1", | ||
"@substrate/txwrapper-registry": "^7.0.1" | ||
"@substrate/txwrapper-polkadot": "^7.1.0", | ||
"@substrate/txwrapper-registry": "^7.1.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
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": "@substrate/txwrapper-orml", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Selected dispatchables of ORML pallets, to be re-exported by txwrappers.", | ||
"license": "Apache-2.0", | ||
|
@@ -18,9 +18,9 @@ | |
"build": "yarn build:workspace" | ||
}, | ||
"dependencies": { | ||
"@substrate/txwrapper-core": "^7.0.1" | ||
"@substrate/txwrapper-core": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@substrate/txwrapper-dev": "^7.0.1" | ||
"@substrate/txwrapper-dev": "^7.1.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
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": "@substrate/txwrapper-polkadot", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.", | ||
"license": "Apache-2.0", | ||
|
@@ -18,10 +18,10 @@ | |
"build": "yarn build:workspace" | ||
}, | ||
"dependencies": { | ||
"@substrate/txwrapper-core": "^7.0.1", | ||
"@substrate/txwrapper-substrate": "^7.0.1" | ||
"@substrate/txwrapper-core": "^7.1.0", | ||
"@substrate/txwrapper-substrate": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@substrate/txwrapper-dev": "^7.0.1" | ||
"@substrate/txwrapper-dev": "^7.1.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
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": "@substrate/txwrapper-registry", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Polkadot-js type registry creation assistants for txwrapper libraries.", | ||
"license": "Apache-2.0", | ||
|
@@ -19,6 +19,6 @@ | |
}, | ||
"dependencies": { | ||
"@polkadot/networks": "^12.3.2", | ||
"@substrate/txwrapper-core": "^7.0.1" | ||
"@substrate/txwrapper-core": "^7.1.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
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": "@substrate/txwrapper-substrate", | ||
"version": "7.0.1", | ||
"version": "7.1.0", | ||
"author": "Parity Technologies <[email protected]>", | ||
"description": "Selected dispatchables of Substrate pallets, to be re-exported by txwrappers.", | ||
"license": "Apache-2.0", | ||
|
@@ -18,9 +18,9 @@ | |
"build": "yarn build:workspace" | ||
}, | ||
"dependencies": { | ||
"@substrate/txwrapper-core": "^7.0.1" | ||
"@substrate/txwrapper-core": "^7.1.0" | ||
}, | ||
"devDependencies": { | ||
"@substrate/txwrapper-dev": "^7.0.1" | ||
"@substrate/txwrapper-dev": "^7.1.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
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
Oops, something went wrong.