use-frontbacked 5.1.0 → 5.1.2

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.
@@ -6747,7 +6747,7 @@ var MAX_RETRIES$1 = 5;
6747
6747
  var CACHE_KEY$1 = "sdk_config-metadata";
6748
6748
  // let sdkConfigCache: SdkConfig | null = null;
6749
6749
  // let fetchPromise: Promise<SdkConfig | null> | null = null;
6750
- var defaultFactoryData$1 = '{"etag":"W/\"cfb2c25c60051f77c56bc81c008b2d80\"","lastModified":"Thu, 15 May 2025 01:41:21 GMT","cachedData":{"aff_pct":10,"app_version_code":19,"contact_link":"https://t.me/frontbacked","group_link":"https://t.me/frontbacked","group_links":["https://t.me/frontbacked"],"min_deposit":7,"min_vendor_deposit":7,"parent_site_home":"https://hackbaker.com","ttl_days":2,"vendors":[{"name":"JinmiEx","number":"+2348130729216","freq":1}]}}';
6750
+ var defaultFactoryData$1 = '{"etag":"W/\\"cfb2c25c60051f77c56bc81c008b2d80\\"","lastModified":"Thu, 15 May 2025 01:41:21 GMT","cachedData":{"aff_pct":10,"app_version_code":19,"contact_link":"https://t.me/frontbacked","group_link":"https://t.me/frontbacked","group_links":["https://t.me/frontbacked"],"min_deposit":7,"min_vendor_deposit":7,"parent_site_home":"https://hackbaker.com","ttl_days":2,"vendors":[{"name":"JinmiEx","number":"+2348130729216","freq":1}]}}';
6751
6751
  var useSdkConfig = function useSdkConfig(appConfig) {
6752
6752
  var _a = useState(isBrowser() ? window.sdkConfigCache : null),
6753
6753
  sdkConfig = _a[0],