@swell/apps-sdk 1.0.47 → 1.0.48
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.cjs +9 -9
- package/dist/index.cjs.map +3 -3
- package/dist/index.js +10 -10
- package/dist/index.js.map +3 -3
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +3 -3
- package/dist/src/api.d.ts +1 -4
- package/dist/src/cache/theme-cache.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/api.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export declare class Swell {
|
|
|
7
7
|
swellHeaders: SwellData;
|
|
8
8
|
queryParams: SwellData;
|
|
9
9
|
workerEnv?: CFThemeEnv;
|
|
10
|
+
private themeCache;
|
|
10
11
|
config?: SwellAppConfig;
|
|
11
12
|
shopifyCompatibilityConfig?: SwellAppShopifyCompatibilityConfig;
|
|
12
13
|
backend?: SwellBackendAPI;
|
|
@@ -55,10 +56,6 @@ export declare class Swell {
|
|
|
55
56
|
private getStorefrontInstance;
|
|
56
57
|
private isStorefrontRequestCacheable;
|
|
57
58
|
private getCacheableStorefrontRequestHandler;
|
|
58
|
-
/**
|
|
59
|
-
* Caches client theme in perstent cache + in memory.
|
|
60
|
-
*/
|
|
61
|
-
private getThemeCache;
|
|
62
59
|
/**
|
|
63
60
|
* Caches client resources in memory.
|
|
64
61
|
*/
|