Comparing version 3.1.0 to 3.2.0
@@ -5,3 +5,3 @@ # Change Log | ||
# [3.1.0](https://github.com/waitingsong/node-win32-def/compare/v3.0.0...v3.1.0) (2019-03-02) | ||
# [3.2.0](https://github.com/waitingsong/node-win32-def/compare/v3.1.0...v3.2.0) (2019-03-03) | ||
@@ -11,3 +11,3 @@ | ||
* **types:** change ReturnType of cb of async() from void to any ([7456254](https://github.com/waitingsong/node-win32-def/commit/7456254)) | ||
* **types:** set below [@deprecated](https://github.com/deprecated) ([f950a7e](https://github.com/waitingsong/node-win32-def/commit/f950a7e)) | ||
@@ -14,0 +14,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 3.1.0 | ||
* @version 3.2.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 3.1.0 | ||
* @version 3.2.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 3.1.0 | ||
* @version 3.2.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
@@ -30,3 +30,6 @@ /// <reference types="node" /> | ||
} | ||
export { INITCOMMONCONTROLSEX_Struct as InitCommonControlsEXStruct }; | ||
/** | ||
* @deprecated using INITCOMMONCONTROLSEX_Struct | ||
*/ | ||
export declare type InitCommonControlsEXStruct = INITCOMMONCONTROLSEX_Struct; | ||
/** https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagkeybdinput */ | ||
@@ -60,3 +63,6 @@ export declare type KEYBDINPUT = Buffer; | ||
} | ||
export { MSG_Struct as MsgStruct }; | ||
/** | ||
* @deprecated using MSG_Struct | ||
*/ | ||
export declare type MsgStruct = MSG_Struct; | ||
export declare type POINT = Buffer; | ||
@@ -67,3 +73,6 @@ export interface POINT_Struct extends StructInstanceBase { | ||
} | ||
export { POINT_Struct as PointStruct }; | ||
/** | ||
* @deprecated using POINT_Struct | ||
*/ | ||
export declare type PointStruct = POINT_Struct; | ||
/** https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagrawhid */ | ||
@@ -111,3 +120,6 @@ export declare type RAWHID = Buffer; | ||
} | ||
export { WNDClASSEX_Struct as WndClassEXStruct }; | ||
/** | ||
* @deprecated using WNDClASSEX_Struct | ||
*/ | ||
export declare type WndClassEXStruct = WNDClASSEX_Struct; | ||
export declare type WINDOWINFO = Buffer; | ||
@@ -126,3 +138,6 @@ export interface WINDOWINFO_Struct extends StructInstanceBase { | ||
} | ||
export { WINDOWINFO_Struct as WindowInfoStruct }; | ||
/** | ||
* @deprecated using | ||
*/ | ||
export declare type WindowInfoStruct = WINDOWINFO_Struct; | ||
export declare type RECT = Buffer; | ||
@@ -135,2 +150,5 @@ export interface RECT_Struct extends StructInstanceBase { | ||
} | ||
export { RECT_Struct as RectStruct }; | ||
/** | ||
* @deprecated using | ||
*/ | ||
export declare type RectStruct = RECT_Struct; |
{ | ||
"name": "win32-def", | ||
"author": "waiting", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "win32 definitions for node-ffi", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
150742
3206