@kevisual/cnb 0.0.66 → 0.0.68

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
@@ -2041,7 +2041,7 @@ declare class CNBManager {
2041
2041
  * @returns CNB 实例
2042
2042
  */
2043
2043
  getContext(ctx: any): Promise<CNB>;
2044
- getCNBItem(ctx: any): Promise<CNBItem>;
2044
+ getCNBItem(ctx: any): Promise<CNBItem | null>;
2045
2045
  addCNB(opts: Partial<CNBItem>): CNBItem;
2046
2046
  clearExpiredCNB(expireTime?: number): void;
2047
2047
  clearUsername(username: string): void;