kcommons 5.29.7 → 5.29.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -61,7 +61,7 @@ export declare enum VENDOR_INCLUDE {
61
61
  }
62
62
  export interface IVENDOR_TOKEN_PAYLOAD {
63
63
  id: string;
64
- jwtVersion: number;
64
+ jwtVersion: string;
65
65
  }
66
66
  export declare enum VENDOR_TYPE {
67
67
  MFG = "Manufracturing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "5.29.7",
3
+ "version": "5.29.8",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.js",