@qiwi/substrate-types
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -0,1 +1,8 @@ | ||
# [@qiwi/substrate-types-v1.8.0](https://github.com/qiwi/substrate/compare/v1.7.0...v1.8.0) (2019-03-27) | ||
### Features | ||
* add ICurrency ([#26](https://github.com/qiwi/substrate/issues/26)) ([c14f73b](https://github.com/qiwi/substrate/commit/c14f73b)) | ||
# [@qiwi/substrate-types-v1.7.0](https://github.com/qiwi/substrate/compare/v1.6.0...v1.7.0) (2019-03-26) | ||
@@ -2,0 +9,0 @@ |
@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap'; | ||
export { ICloneable } from './ICloneable'; | ||
export { ICurrency } from './ICurrency'; |
@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap'; | ||
export { ICloneable } from './ICloneable'; | ||
export { ICurrency } from './ICurrency'; |
@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap' | ||
export { ICloneable } from './ICloneable' | ||
export { ICurrency } from './ICurrency' |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"main": "lib/es5/index.js", | ||
@@ -5,0 +5,0 @@ "types": "typings/index.d.ts", |
@@ -12,2 +12,5 @@ declare module '@qiwi/substrate-types/lib/es5/IAnyMap' { | ||
} | ||
declare module '@qiwi/substrate-types/lib/es5/ICurrency' { | ||
type ICurrency = string; | ||
} | ||
declare module '@qiwi/substrate-types/lib/es5/IEventEmitter' { | ||
@@ -76,2 +79,3 @@ type IEventListener = (...args: any[]) => void; | ||
export { ICloneable } from '@qiwi/substrate-types/lib/es5/ICloneable'; | ||
export { ICurrency } from '@qiwi/substrate-types/lib/es5/ICurrency'; | ||
} | ||
@@ -78,0 +82,0 @@ declare module '@qiwi/substrate-types' { |
@@ -20,2 +20,5 @@ /** | ||
} | ||
declare module "@qiwi/substrate-types/lib/es5/ICurrency" { | ||
declare type ICurrency = string; | ||
} | ||
declare module "@qiwi/substrate-types/lib/es5/IEventEmitter" { | ||
@@ -123,2 +126,4 @@ declare type IEventListener = (...args: any[]) => void; | ||
declare export { ICloneable } from "@qiwi/substrate-types/lib/es5/ICloneable"; | ||
declare export { ICurrency } from "@qiwi/substrate-types/lib/es5/ICurrency"; | ||
} | ||
@@ -125,0 +130,0 @@ declare module "@qiwi/substrate-types" { |
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
23796
82
412