@qiwi/substrate-types
Advanced tools
Comparing version 1.35.0 to 1.36.0
@@ -0,1 +1,8 @@ | ||
# @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) | ||
### Features | ||
* **types:** add IExtra mixer ([5ea83f6](https://github.com/qiwi/substrate/commit/5ea83f6b47f3c9631f844894b373bbeb21253806)) | ||
# @qiwi/substrate-types [1.35.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.34.0...@qiwi/substrate-types@1.35.0) (2020-04-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.35.0", | ||
"version": "1.36.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
@@ -32,1 +32,2 @@ /** @module @qiwi/substrate-types */ | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from './IPipeline'; | ||
export { IExtra as Extra } from './IExtra'; |
@@ -32,1 +32,2 @@ /** @module @qiwi/substrate-types */ | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from './IPipeline'; | ||
export { IExtra } from './IExtra'; |
@@ -32,1 +32,2 @@ /** @module @qiwi/substrate-types */ | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from './IPipeline'; | ||
export { IExtra as Extra } from './IExtra'; |
@@ -32,1 +32,2 @@ /** @module @qiwi/substrate-types */ | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from './IPipeline'; | ||
export { IExtra } from './IExtra'; |
@@ -81,1 +81,2 @@ /** @module @qiwi/substrate-types */ | ||
} from './IPipeline' | ||
export { IExtra as Extra } from './IExtra' |
@@ -81,1 +81,2 @@ /** @module @qiwi/substrate-types */ | ||
} from './IPipeline' | ||
export { IExtra } from './IExtra' |
@@ -137,2 +137,7 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
} | ||
declare module '@qiwi/substrate-types/target/es5/IExtra' { | ||
export type IExtra<K extends string, V> = { | ||
[key in K]: V; | ||
}; | ||
} | ||
declare module '@qiwi/substrate-types/target/es5/IFunction' { | ||
@@ -427,2 +432,3 @@ export type IFunction<A extends any[] = any[], R = any> = (...args: A) => R; | ||
export { IPipe, IPipeline, INormalPipe, INormalPipeline, } from '@qiwi/substrate-types/target/es5/IPipeline'; | ||
export { IExtra } from '@qiwi/substrate-types/target/es5/IExtra'; | ||
} | ||
@@ -490,2 +496,3 @@ declare module '@qiwi/substrate-types/target/es5/IPool' { | ||
export { IPipe as Pipe, IPipeline as Pipeline, INormalPipe as NormalPipe, INormalPipeline as NormalPipeline, } from '@qiwi/substrate-types/target/es5/IPipeline'; | ||
export { IExtra as Extra } from '@qiwi/substrate-types/target/es5/IExtra'; | ||
} | ||
@@ -492,0 +499,0 @@ declare module '@qiwi/substrate-types/target/es5/index' { |
@@ -193,2 +193,9 @@ /** | ||
declare module "@qiwi/substrate-types/target/es5/IExtra" { | ||
declare export type IExtra<K: string, V> = $ObjMapi< | ||
{ [k: K]: any }, | ||
<key>(key) => V | ||
>; | ||
} | ||
declare module "@qiwi/substrate-types/target/es5/IFunction" { | ||
@@ -715,2 +722,4 @@ declare export type IFunction<A: any[] = any[], R = any> = (...args: A) => R; | ||
} from "@qiwi/substrate-types/target/es5/IPipeline"; | ||
declare export { IExtra } from "@qiwi/substrate-types/target/es5/IExtra"; | ||
} | ||
@@ -855,2 +864,4 @@ | ||
} from "@qiwi/substrate-types/target/es5/IPipeline"; | ||
declare export { IExtra as Extra } from "@qiwi/substrate-types/target/es5/IExtra"; | ||
} | ||
@@ -857,0 +868,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
144238
243
3008