shopify-accelerate-app 1.0.43 → 1.0.44

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.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
@@ -63,6 +63,8 @@ export const generateSchemaVariables = () => {
63
63
  (setting) => !contentAfterEnd.includes(RESERVED_VARIABLES.includes(setting.id) ? `_${setting.id}` : setting.id)
64
64
  );
65
65
 
66
+ console.log({ unusedSettings });
67
+
66
68
  if (unusedSettings.length) {
67
69
  variables.splice(
68
70
  -3,