shopify-accelerate-app 1.2.11 → 1.2.12

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.2.11",
3
+ "version": "1.2.12",
4
4
  "description": "Shopify App development with full Typescript Support",
5
5
  "author": "Felix Tellmann",
6
6
  "license": "MIT",
package/require.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { createRequire } from "module";
2
-
3
- // export const require = createRequire(import.meta.url);
1
+ import { createRequire } from "module";
2
+
3
+ // export const require = createRequire(import.meta.url);
@@ -194,6 +194,7 @@ export const generateLiquidFiles = (final?: boolean, cssOutput?: string) => {
194
194
  }
195
195
  }
196
196
 
197
+ // @ts-ignore
197
198
  translationArray.push(generateBlockFiles(schema));
198
199
 
199
200
  const outputContent = translationArray.join("\n");