@substrate/txwrapper-polkadot
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [7.2.1](https://github.com/paritytech/txwrapper-core/compare/v7.2.0...v7.2.1) (2024-02-29) | ||
### Bug Fixes | ||
* **deps:** bumped `@substrate/dev` to `v0.7.1` ([#357](https://github.com/paritytech/txwrapper-core/issues/357)) ([47bda87](https://github.com/paritytech/txwrapper-core/commit/47bda87d427adf77bdbd7233668da1e0c931e1cf)) | ||
# [7.2.0](https://github.com/paritytech/txwrapper-core/compare/v7.1.1...v7.2.0) (2023-12-19) | ||
@@ -8,0 +19,0 @@ |
@@ -0,1 +1,6 @@ | ||
/** | ||
* Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation. | ||
* | ||
* @module txwrapper-polkadot | ||
*/ | ||
import { GetRegistryOptsCore, PolkadotSS58Format, TypeRegistry } from '@substrate/txwrapper-core'; | ||
@@ -2,0 +7,0 @@ import { methods as substrateMethods } from '@substrate/txwrapper-substrate'; |
@@ -30,2 +30,7 @@ "use strict"; | ||
exports.getRegistry = exports.methods = void 0; | ||
/** | ||
* Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation. | ||
* | ||
* @module txwrapper-polkadot | ||
*/ | ||
const txwrapper_core_1 = require("@substrate/txwrapper-core"); | ||
@@ -32,0 +37,0 @@ const txwrapper_substrate_1 = require("@substrate/txwrapper-substrate"); |
{ | ||
"name": "@substrate/txwrapper-polkadot", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"author": "Parity Technologies <admin@parity.io>", | ||
@@ -21,9 +21,9 @@ "description": "Helper functions for Polkadot, Kusama, Rococo and Westend offline transaction generation.", | ||
"dependencies": { | ||
"@substrate/txwrapper-core": "^7.2.0", | ||
"@substrate/txwrapper-substrate": "^7.2.0" | ||
"@substrate/txwrapper-core": "^7.2.1", | ||
"@substrate/txwrapper-substrate": "^7.2.1" | ||
}, | ||
"devDependencies": { | ||
"@substrate/txwrapper-dev": "^7.2.0" | ||
"@substrate/txwrapper-dev": "^7.2.1" | ||
}, | ||
"gitHead": "8c7c9e16ab877f0247e547ee6368e22e5579b492" | ||
"gitHead": "c5eee95d8a0309dad8bb218cb26f0c471770625e" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
63018
580
0