@swell/apps-sdk 1.0.93 → 1.0.95
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 +39 -39
- package/dist/index.cjs.map +4 -4
- package/dist/index.js +39 -39
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +39 -39
- package/dist/index.mjs.map +4 -4
- package/dist/src/liquid/filters/index.d.ts +2 -0
- package/dist/src/liquid/filters/locale_flag.d.ts +2 -0
- package/package.json +2 -1
- package/dist/src/liquid/array.d.ts +0 -5
|
@@ -24,6 +24,7 @@ import image_tag from './image_tag';
|
|
|
24
24
|
import inline_asset_content from './inline_asset_content';
|
|
25
25
|
import json from './json';
|
|
26
26
|
import json_pretty from './json_pretty';
|
|
27
|
+
import locale_flag from './locale_flag';
|
|
27
28
|
import money from './money';
|
|
28
29
|
import money_with_currency from './money_with_currency';
|
|
29
30
|
import money_without_currency from './money_without_currency';
|
|
@@ -71,6 +72,7 @@ export declare const filters: {
|
|
|
71
72
|
inline_asset_content: typeof inline_asset_content;
|
|
72
73
|
json: typeof json;
|
|
73
74
|
json_pretty: typeof json_pretty;
|
|
75
|
+
locale_flag: typeof locale_flag;
|
|
74
76
|
money: typeof money;
|
|
75
77
|
money_with_currency: typeof money_with_currency;
|
|
76
78
|
money_without_currency: typeof money_without_currency;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swell/apps-sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.95",
|
|
5
5
|
"description": "Swell SDK for building isomorphic apps.",
|
|
6
6
|
"author": "Swell",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"bluebird": "^3.7.2",
|
|
43
43
|
"cache-manager": "^6.3.2",
|
|
44
44
|
"color": "^4.2.3",
|
|
45
|
+
"country-flag-icons": "1.5.18",
|
|
45
46
|
"keyv": "^5.2.3",
|
|
46
47
|
"liquidjs": "^10.16.7",
|
|
47
48
|
"lodash": "^4.17.21",
|