@squiz/dxp-cli-next 3.2.0-develop.1 → 3.2.0-develop.2

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.
@@ -34,7 +34,6 @@ The logs are currently \`bunyan\` formatted and should be piped into the bunyan
34
34
  }
35
35
  return parsedPort;
36
36
  }))
37
- .addOption(new commander_1.Option('-pf, --preview-file <string>', 'Filename to preview the component output'))
38
37
  .addOption(new commander_1.Option('-l, --logging-format <string>', 'Format of log output')
39
38
  .choices(['human', 'json'])
40
39
  .default('human'))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@squiz/dxp-cli-next",
3
- "version": "3.2.0-develop.1",
3
+ "version": "3.2.0-develop.2",
4
4
  "repository": {
5
5
  "url": "https://gitlab.squiz.net/developer-experience/dxp-cli-next"
6
6
  },
@@ -39,7 +39,7 @@
39
39
  "codecov"
40
40
  ],
41
41
  "dependencies": {
42
- "@squiz/component-cli-lib": "1.2.3",
42
+ "@squiz/component-cli-lib": "1.2.4",
43
43
  "@squiz/deployment-service-lib": "1.1.5-alpha.85",
44
44
  "cli-color": "2.0.3",
45
45
  "commander": "9.4.0",