@types/knockout
Advanced tools
Comparing version 3.4.65 to 3.4.66
@@ -16,3 +16,3 @@ // Type definitions for Knockout v3.4.0 | ||
/** | ||
* Notify subscribers of knockout "change" event. This doesn't acctually change the observable value. | ||
* Notify subscribers of knockout "change" event. This doesn't actually change the observable value. | ||
* @param eventValue A value to be sent with the event. | ||
@@ -77,3 +77,3 @@ * @param event The knockout event. | ||
/** | ||
* Adds a new item to the end of array. | ||
* Adds new item or items to the end of array. | ||
* @param items Items to be added. | ||
@@ -87,3 +87,3 @@ */ | ||
/** | ||
* Inserts a new item at the beginning of the array. | ||
* Inserts new item or items at the beginning of the array. | ||
* @param items Items to be added. | ||
@@ -90,0 +90,0 @@ */ |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.65", | ||
"version": "3.4.66", | ||
"description": "TypeScript definitions for Knockout", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0c268f8926a803116f02944ee727de2e766632c72288036f4a6adc22ee4a049c", | ||
"typesPublisherContentHash": "960a2a9e9562390f1fded145be400eb8f7ca82ee6e4b981d6e53e6f0902362db", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 16 Apr 2019 21:34:52 GMT | ||
* Last updated: Wed, 15 May 2019 15:58:30 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: ko |
47426