@types/ora
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,2 +6,3 @@ // Type definitions for ora 1.3 | ||
// BendingBender <https://github.com/BendingBender> | ||
// Aleh Zasypkin <https://github.com/azasypkin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -122,4 +123,2 @@ | ||
color: Color; | ||
promise(action: PromiseLike<any>, options?: Options | string): Ora; | ||
} | ||
@@ -131,2 +130,4 @@ | ||
new (options?: Options | string): Ora; | ||
promise(action: PromiseLike<any>, options?: Options | string): Ora; | ||
} | ||
@@ -133,0 +134,0 @@ |
{ | ||
"name": "@types/ora", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "TypeScript definitions for ora", | ||
@@ -9,11 +9,19 @@ "license": "MIT", | ||
"name": "Basarat Ali Syed", | ||
"url": "https://github.com/basarat" | ||
"url": "https://github.com/basarat", | ||
"githubUsername": "basarat" | ||
}, | ||
{ | ||
"name": "Christian Rackerseder", | ||
"url": "https://github.com/screendriver" | ||
"url": "https://github.com/screendriver", | ||
"githubUsername": "screendriver" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
"url": "https://github.com/BendingBender", | ||
"githubUsername": "BendingBender" | ||
}, | ||
{ | ||
"name": "Aleh Zasypkin", | ||
"url": "https://github.com/azasypkin", | ||
"githubUsername": "azasypkin" | ||
} | ||
@@ -30,4 +38,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "285798b02292465820ec1b599dd12f74011ad19d7de56a645ea0115c47f4fd82", | ||
"typesPublisherContentHash": "3761569dafbabf2e8b98ea6553fe2bb8113e0e5f0dea46b811f96350d4259610", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:59:27 GMT | ||
* Last updated: Mon, 26 Feb 2018 22:52:03 GMT | ||
* Dependencies: node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Basarat Ali Syed <https://github.com/basarat>, Christian Rackerseder <https://github.com/screendriver>, BendingBender <https://github.com/BendingBender>. | ||
These definitions were written by Basarat Ali Syed <https://github.com/basarat>, Christian Rackerseder <https://github.com/screendriver>, BendingBender <https://github.com/BendingBender>, Aleh Zasypkin <https://github.com/azasypkin>. |
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
5418
111