@qiwi/substrate-types
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -0,1 +1,8 @@ | ||
# [@qiwi/substrate-types-v1.14.0](https://github.com/qiwi/substrate/compare/v1.13.0...v1.14.0) (2019-06-07) | ||
### Features | ||
* **types:** add IConfigurable ([ee773a4](https://github.com/qiwi/substrate/commit/ee773a4)), closes [#12](https://github.com/qiwi/substrate/issues/12) | ||
# [@qiwi/substrate-types-v1.13.0](https://github.com/qiwi/substrate/compare/v1.12.0...v1.13.0) (2019-05-22) | ||
@@ -2,0 +9,0 @@ |
@@ -17,1 +17,2 @@ export { IStringMap } from './IStringMap'; | ||
export { TPredicate } from './TPredicate'; | ||
export { IConfigurable } from './IConfigurable'; |
@@ -17,1 +17,2 @@ export { IStringMap } from './IStringMap'; | ||
export { TPredicate } from './TPredicate'; | ||
export { IConfigurable } from './IConfigurable'; |
@@ -17,1 +17,2 @@ export { IStringMap } from './IStringMap' | ||
export { TPredicate } from './TPredicate' | ||
export { IConfigurable } from './IConfigurable' |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"main": "lib/es5/index.js", | ||
@@ -16,3 +16,3 @@ "types": "typings/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf lib flow-typed", | ||
"clean": "rm -rf lib", | ||
"build": "yarn build_es5 && yarn build_es6 && yarn build_ts && yarn libdef", | ||
@@ -38,20 +38,20 @@ "build_es5": "mkdir -p lib/es5 && tsc -p tsconfig.json --target ES5 --outDir lib/es5", | ||
"devDependencies": { | ||
"@types/bluebird": "^3.5.26", | ||
"@types/jest": "^24.0.11", | ||
"@types/lodash": "^4.14.123", | ||
"@types/node": "^11.11.3", | ||
"@types/bluebird": "^3.5.27", | ||
"@types/jest": "^24.0.13", | ||
"@types/lodash": "^4.14.133", | ||
"@types/node": "^12.0.4", | ||
"@types/parsimmon": "^1.10.0", | ||
"@types/underscore": "^1.8.13", | ||
"bluebird": "^3.5.3", | ||
"@types/underscore": "^1.8.18", | ||
"bluebird": "^3.5.5", | ||
"dts-generator": "^3.0.0", | ||
"dtslint": "^0.5.5", | ||
"flowgen": "^1.7.0", | ||
"dtslint": "^0.7.7", | ||
"flowgen": "^1.8.3", | ||
"lodash": "^4.17.11", | ||
"replace-in-file": "^3.4.4", | ||
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.0.3", | ||
"replace-in-file": "^4.1.0", | ||
"ts-loader": "^6.0.2", | ||
"ts-node": "^8.2.0", | ||
"ts-to-flow": "^0.0.3", | ||
"typescript": "3.3.3333", | ||
"typescript": "3.5.1", | ||
"underscore": "^1.9.1" | ||
} | ||
} |
@@ -23,2 +23,8 @@ declare module '@qiwi/substrate-types/lib/es5/IAnyMap' { | ||
} | ||
declare module '@qiwi/substrate-types/lib/es5/IConfigurable' { | ||
interface IConfigurable { | ||
setConfig: (options?: any) => void; | ||
getConfig: () => any; | ||
} | ||
} | ||
declare module '@qiwi/substrate-types/lib/es5/ICurrency' { | ||
@@ -151,2 +157,3 @@ type ICurrency = string; | ||
export { TPredicate } from '@qiwi/substrate-types/lib/es5/TPredicate'; | ||
export { IConfigurable } from '@qiwi/substrate-types/lib/es5/IConfigurable'; | ||
} | ||
@@ -153,0 +160,0 @@ declare module '@qiwi/substrate-types' { |
/** | ||
* Flowtype definitions for index | ||
* Generated by Flowgen from a Typescript Definition | ||
* Flowgen v1.7.0 | ||
* Flowgen v1.8.3 | ||
* Author: [Joar Wilk](http://twitter.com/joarwilk) | ||
@@ -31,2 +31,8 @@ * Repo: http://github.com/joarwilk/flowgen | ||
} | ||
declare module "@qiwi/substrate-types/lib/es5/IConfigurable" { | ||
declare interface IConfigurable { | ||
setConfig: (options?: any) => void; | ||
getConfig: () => any; | ||
} | ||
} | ||
declare module "@qiwi/substrate-types/lib/es5/ICurrency" { | ||
@@ -222,2 +228,6 @@ declare type ICurrency = string; | ||
declare export { TPredicate } from "@qiwi/substrate-types/lib/es5/TPredicate"; | ||
declare export { | ||
IConfigurable | ||
} from "@qiwi/substrate-types/lib/es5/IConfigurable"; | ||
} | ||
@@ -224,0 +234,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
43835
131
799