@waiting/shared-types
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [5.3.0](https://github.com/waitingsong/shared-types/compare/v5.2.0...v5.3.0) (2020-12-19) | ||
### Features | ||
* **types:** update JsonResp with optional prop reqId: string ([a22c419](https://github.com/waitingsong/shared-types/commit/a22c419a0ea060d4ba422474786e6ceadf67a800)) | ||
# [5.2.0](https://github.com/waitingsong/shared-types/compare/v5.1.0...v5.2.0) (2020-11-24) | ||
@@ -8,0 +19,0 @@ |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @version 5.1.0 | ||
* @version 5.2.0 | ||
* @author waiting | ||
@@ -8,0 +8,0 @@ * @license MIT |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
/* eslint-disable max-len */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
@@ -20,2 +20,4 @@ /** Value of key-value pairs object */ | ||
msg?: string | null; | ||
/** Request id */ | ||
reqId?: string; | ||
} |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
@@ -6,1 +6,2 @@ /** | ||
*/ | ||
export {}; |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
export {}; |
{ | ||
"name": "@waiting/shared-types", | ||
"author": "waiting", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "shared typescript types", | ||
@@ -74,3 +74,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "39ec1d10d76154f1dfe635648ce2822c11a98710" | ||
"gitHead": "8df749331e664613878d380bfaaaf1bc53a81a6f" | ||
} |
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
33253
632