@qiwi/substrate-types
Advanced tools
Comparing version 1.37.0 to 1.38.0
@@ -0,1 +1,8 @@ | ||
# @qiwi/substrate-types [1.38.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.37.0...@qiwi/substrate-types@1.38.0) (2020-04-08) | ||
### Features | ||
* **types:** add IStorageExtra as IStoreExtra alias ([4ccfe18](https://github.com/qiwi/substrate/commit/4ccfe18eff9189811702c524f7c5c81ff238f441)) | ||
# @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) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.37.0", | ||
"version": "1.38.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
import { IExtra } from './IExtra'; | ||
import { IStorage } from './IStorage'; | ||
export declare type IStoreExtra = IExtra<'store', IStorage>; | ||
export declare type IStorageExtra = IExtra<'storage', IStorage>; |
import { IExtra } from './IExtra'; | ||
import { IStorage } from './IStorage'; | ||
export declare type IStoreExtra = IExtra<'store', IStorage>; | ||
export declare type IStorageExtra = IExtra<'storage', IStorage>; |
@@ -5,1 +5,2 @@ import { IExtra } from './IExtra' | ||
export type IStoreExtra = IExtra<'store', IStorage> | ||
export type IStorageExtra = IExtra<'storage', IStorage> |
@@ -500,2 +500,3 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
export type IStoreExtra = IExtra<'store', IStorage>; | ||
export type IStorageExtra = IExtra<'storage', IStorage>; | ||
} | ||
@@ -502,0 +503,0 @@ declare module '@qiwi/substrate-types/target/es5/index' { |
@@ -872,2 +872,3 @@ /** | ||
declare export type IStoreExtra = IExtra<"store", IStorage>; | ||
declare export type IStorageExtra = IExtra<"storage", IStorage>; | ||
} | ||
@@ -874,0 +875,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146731
3041