@kevisual/cnb 0.0.64 → 0.0.65

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.
package/dist/routes.d.ts CHANGED
@@ -1797,7 +1797,7 @@ declare class CNBManager {
1797
1797
  * @returns CNB 实例
1798
1798
  */
1799
1799
  getContext(ctx: any): Promise<CNB>;
1800
- getCNBItem(ctx: any): Promise<CNBItem>;
1800
+ getCNBItem(ctx: any): Promise<CNBItem | null>;
1801
1801
  addCNB(opts: Partial<CNBItem>): CNBItem;
1802
1802
  clearExpiredCNB(expireTime?: number): void;
1803
1803
  clearUsername(username: string): void;