Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qiwi/substrate-types

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-types - npm Package Compare versions

Comparing version 1.36.0 to 1.37.0

target/es5/extras.d.ts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# @qiwi/substrate-types [1.37.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.36.0...@qiwi/substrate-types@1.37.0) (2020-04-07)
### Features
* **types:** add IStoreExtra ([0dce3ff](https://github.com/qiwi/substrate/commit/0dce3ff2d6f32ef89d095f2fc07603485cdd16cd))
# @qiwi/substrate-types [1.36.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.35.0...@qiwi/substrate-types@1.36.0) (2020-04-07)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@qiwi/substrate-types",
"version": "1.36.0",
"version": "1.37.0",
"main": "target/es5/index.js",

@@ -5,0 +5,0 @@ "source": "target/ts/index.ts",

@@ -6,1 +6,2 @@ /** @module @qiwi/substrate-types */

export * from './helpers';
export * from './extras';

@@ -6,1 +6,2 @@ /** @module @qiwi/substrate-types */

export * from './helpers';
export * from './extras';

@@ -7,1 +7,2 @@ /** @module @qiwi/substrate-types */

export * from './helpers'
export * from './extras'

@@ -496,2 +496,7 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' {

}
declare module '@qiwi/substrate-types/target/es5/extras' {
import { IExtra } from '@qiwi/substrate-types/target/es5/IExtra';
import { IStorage } from '@qiwi/substrate-types/target/es5/IStorage';
export type IStoreExtra = IExtra<'store', IStorage>;
}
declare module '@qiwi/substrate-types/target/es5/index' {

@@ -503,2 +508,3 @@ /** @qiwi/substrate-types */

export * from '@qiwi/substrate-types/target/es5/helpers';
export * from '@qiwi/substrate-types/target/es5/extras';
}

@@ -505,0 +511,0 @@ declare module '@qiwi/substrate-types' {

@@ -866,2 +866,10 @@ /**

declare module "@qiwi/substrate-types/target/es5/extras" {
import type { IExtra } from "@qiwi/substrate-types/target/es5/IExtra";
import type { IStorage } from "@qiwi/substrate-types/target/es5/IStorage";
declare export type IStoreExtra = IExtra<"store", IStorage>;
}
declare module "@qiwi/substrate-types/target/es5/index" {

@@ -873,2 +881,4 @@ declare export * from "@qiwi/substrate-types/target/es5/export"

declare export * from "@qiwi/substrate-types/target/es5/helpers"
declare export * from "@qiwi/substrate-types/target/es5/extras"
}

@@ -875,0 +885,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc