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.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.es.js +1 -1
- package/dist/esm/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -6759,7 +6759,7 @@ var MAX_RETRIES$1 = 5;
|
|
|
6759
6759
|
var CACHE_KEY$1 = "sdk_config-metadata";
|
|
6760
6760
|
// let sdkConfigCache: SdkConfig | null = null;
|
|
6761
6761
|
// let fetchPromise: Promise<SdkConfig | null> | null = null;
|
|
6762
|
-
var defaultFactoryData$1 = '{"etag":"W
|
|
6762
|
+
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}]}}';
|
|
6763
6763
|
var useSdkConfig = function useSdkConfig(appConfig) {
|
|
6764
6764
|
var _a = React.useState(isBrowser() ? window.sdkConfigCache : null),
|
|
6765
6765
|
sdkConfig = _a[0],
|