New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@substrate/txwrapper-registry

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/txwrapper-registry - npm Package Compare versions

Comparing version

to
4.0.3

@@ -6,2 +6,13 @@ # Change Log

## [4.0.3](https://github.com/paritytech/txwrapper-core/compare/v4.0.2...v4.0.3) (2022-12-07)
### Bug Fixes
* **types:** Update polkadot-js deps to get the latest types ([#272](https://github.com/paritytech/txwrapper-core/issues/272)) ([b78b085](https://github.com/paritytech/txwrapper-core/commit/b78b0850343c8fe269c96b2ec9d1dbbe6a466a34))
## [4.0.2](https://github.com/paritytech/txwrapper-core/compare/v4.0.1...v4.0.2) (2022-11-28)

@@ -8,0 +19,0 @@

{
"name": "@substrate/txwrapper-registry",
"version": "4.0.2",
"version": "4.0.3",
"author": "Parity Technologies <admin@parity.io>",

@@ -21,6 +21,6 @@ "description": "Polkadot-js type registry creation assistants for txwrapper libraries.",

"dependencies": {
"@polkadot/networks": "^10.1.13",
"@substrate/txwrapper-core": "^4.0.2"
"@polkadot/networks": "10.2.1",
"@substrate/txwrapper-core": "^4.0.3"
},
"gitHead": "34706725b1fac02a6fcf2666efe5a59db3c3d00c"
"gitHead": "78f2432ca4fef6b181e3ace756b5d1aaf6a134b8"
}