shopify-accelerate-app 1.4.5 → 1.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-accelerate-app",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -184,7 +184,7 @@ export const getSettingsType = (setting: ShopifySettingsInput) => {
184
184
  return "?: _Collection_liquid[]";
185
185
  }
186
186
  case "color":
187
- return "?: _Color_liquid | string";
187
+ return "?: string";
188
188
  case "color_background":
189
189
  return "?: string";
190
190
  case "font_picker":
@@ -192,7 +192,7 @@ export const getSettingsType = (setting: ShopifySettingsInput) => {
192
192
  case "html":
193
193
  return "?: string";
194
194
  case "image_picker":
195
- return "?: _Image_liquid | string";
195
+ return "?: string";
196
196
  case "link_list":
197
197
  return "?: _Linklist_liquid";
198
198
  case "liquid":