bt-core-app 1.4.547 → 1.4.548

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.
@@ -40770,7 +40770,7 @@ function qV(e) {
40770
40770
  dates: c,
40771
40771
  demo: o,
40772
40772
  filters: e.filters
40773
- }), H2(), vx({
40773
+ }), e.usePWA ?? (e.usePWA = !0), e.usePWA && H2(), vx({
40774
40774
  api: s,
40775
40775
  auth: i,
40776
40776
  dates: c,
package/dist/index.d.ts CHANGED
@@ -396,6 +396,7 @@ export declare interface CreateCoreOptions {
396
396
  /**suboptions */
397
397
  subscriptionOptions?: AuthSubscription[];
398
398
  urls: CreateUrlOptions;
399
+ usePWA?: boolean;
399
400
  }
400
401
 
401
402
  export declare function createCosmetics<T extends BaseCosmeticTheme>(options: UseCosmeticsOptions<T>): BTCosmetics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.547",
3
+ "version": "1.4.548",
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": {