@swell/apps-sdk 1.0.30 → 1.0.31
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 +11 -11
- package/dist/index.cjs.map +4 -4
- package/dist/index.js +11 -11
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +4 -4
- package/dist/src/liquid/filters/index.d.ts +2 -0
- package/dist/src/liquid/filters/inline_asset_content.d.ts +2 -0
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@ import font_face from './font_face';
|
|
|
21
21
|
import font_modify from './font_modify';
|
|
22
22
|
import font_url from './font_url';
|
|
23
23
|
import image_tag from './image_tag';
|
|
24
|
+
import inline_asset_content from './inline_asset_content';
|
|
24
25
|
import json from './json';
|
|
25
26
|
import json_pretty from './json_pretty';
|
|
26
27
|
import money from './money';
|
|
@@ -67,6 +68,7 @@ export declare const filters: {
|
|
|
67
68
|
bind(_liquidSwell: LiquidSwell): (imageField: any, ...params: any[]) => Promise<string>;
|
|
68
69
|
resolve: string[][];
|
|
69
70
|
};
|
|
71
|
+
inline_asset_content: typeof inline_asset_content;
|
|
70
72
|
json: typeof json;
|
|
71
73
|
json_pretty: typeof json_pretty;
|
|
72
74
|
money: typeof money;
|