@shoper/cli 0.5.1-1 → 0.5.1-3

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.
@@ -61,7 +61,7 @@ export class ThemeFilesStructureUtils {
61
61
  * Brzydki fix, poprawione w partial push na ładniej
62
62
  */
63
63
  if (!mappedFilesRecords['settings/thumbnail.jpg']) {
64
- mappedFilesRecords['settings/thumbnail.jpg'] = 'null';
64
+ mappedFilesRecords['settings/thumbnail.jpg'] = null;
65
65
  }
66
66
  return mappedFilesRecords;
67
67
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/cli",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "0.5.1-1",
5
+ "version": "0.5.1-3",
6
6
  "description": "CLI tool for Shoper",
7
7
  "author": "Joanna Firek",
8
8
  "license": "MIT",