bt-core-app 2.0.129 → 2.0.131

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/index.d.ts CHANGED
@@ -497,6 +497,7 @@ export declare function checkImage(url: string, onGood: (this: GlobalEventHandle
497
497
 
498
498
  declare interface CloseBladeOptions {
499
499
  all?: boolean;
500
+ except?: string | string[];
500
501
  mode?: 'remove' | 'hide';
501
502
  bladeName?: string;
502
503
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.129",
3
+ "version": "2.0.131",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {