@types/knockout
Advanced tools
Comparing version 3.4.46 to 3.4.47
// Type definitions for Knockout v3.4.0 | ||
// Project: http://knockoutjs.com | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> | ||
// Igor Oleinikov <https://github.com/Igorbek/> | ||
// Clément Bourgeois <https://github.com/moonpyk/> | ||
// Matt Brooks <https://github.com/EnableSoftware> | ||
// Benjamin Eckardt <https://github.com/BenjaminEckardt> | ||
// Definitions by: Boris Yankov <https://github.com/borisyankov>, | ||
// Igor Oleinikov <https://github.com/Igorbek>, | ||
// Clément Bourgeois <https://github.com/moonpyk>, | ||
// Matt Brooks <https://github.com/EnableSoftware>, | ||
// Benjamin Eckardt <https://github.com/BenjaminEckardt>, | ||
// Mathias Lorenzen <https://github.com/ffMathy> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
interface KnockoutExtensionFunctions { | ||
@@ -12,0 +13,0 @@ [key: string]: any; |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.46", | ||
"version": "3.4.47", | ||
"description": "TypeScript definitions for Knockout", | ||
@@ -9,14 +9,17 @@ "license": "MIT", | ||
"name": "Boris Yankov", | ||
"url": "https://github.com/borisyankov/" | ||
"url": "https://github.com/borisyankov", | ||
"githubUsername": "borisyankov" | ||
}, | ||
{ | ||
"name": "Igor Oleinikov", | ||
"url": "https://github.com/Igorbek/" | ||
"name": "\r\n// Igor Oleinikov", | ||
"url": "https://github.com/Igorbek", | ||
"githubUsername": "Igorbek" | ||
}, | ||
{ | ||
"name": "Clément Bourgeois", | ||
"url": "https://github.com/moonpyk/" | ||
"name": "\r\n// Clément Bourgeois", | ||
"url": "https://github.com/moonpyk", | ||
"githubUsername": "moonpyk" | ||
}, | ||
{ | ||
"name": "Matt Brooks", | ||
"name": "\r\n// Matt Brooks", | ||
"url": "https://github.com/EnableSoftware", | ||
@@ -26,5 +29,10 @@ "githubUsername": "EnableSoftware" | ||
{ | ||
"name": "Benjamin Eckardt", | ||
"name": "\r\n// Benjamin Eckardt", | ||
"url": "https://github.com/BenjaminEckardt", | ||
"githubUsername": "BenjaminEckardt" | ||
}, | ||
{ | ||
"name": "\r\n// Mathias Lorenzen", | ||
"url": "https://github.com/ffMathy", | ||
"githubUsername": "ffMathy" | ||
} | ||
@@ -39,4 +47,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "147159dc4355fc65f1c665f95455e8e5a3740d724aa6d3167c4b6280f2c1d65a", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "8f103dee4e571d978f256a3bb9261b01685a38cb71892caed23f18252a7a5696", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 03 Oct 2017 22:59:48 GMT | ||
* Last updated: Wed, 15 Nov 2017 11:28:30 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,7 @@ * Global values: ko | ||
# Credits | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov/>, Igor Oleinikov <https://github.com/Igorbek/>, Clément Bourgeois <https://github.com/moonpyk/>, Matt Brooks <https://github.com/EnableSoftware>, Benjamin Eckardt <https://github.com/BenjaminEckardt>. | ||
These definitions were written by Boris Yankov <https://github.com/borisyankov>, | ||
// Igor Oleinikov <https://github.com/Igorbek>, | ||
// Clément Bourgeois <https://github.com/moonpyk>, | ||
// Matt Brooks <https://github.com/EnableSoftware>, | ||
// Benjamin Eckardt <https://github.com/BenjaminEckardt>, | ||
// Mathias Lorenzen <https://github.com/ffMathy>. |
29474
522
22