@shoper/cli 0.4.0 → 0.5.0

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.
@@ -46,7 +46,6 @@ const isCommandsTopic = (arg) => {
46
46
  const getCommandWithTopicBaseInitializers = () => {
47
47
  const topic = process.argv[2];
48
48
  const command = process.argv[3];
49
- console.log('topic', topic, 'command', command);
50
49
  switch (topic) {
51
50
  case THEME_TOPIC_NAME: {
52
51
  return getThemeInitializersForCommand(command);
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.4.0",
5
+ "version": "0.5.0",
6
6
  "description": "CLI tool for Shoper",
7
7
  "author": "Joanna Firek",
8
8
  "license": "MIT",