@hubspot/cli 7.7.16-experimental.1 → 7.7.16-experimental.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.
package/lib/commonOpts.js CHANGED
@@ -136,7 +136,7 @@ async function addCustomHelpOutput(yargs, command, describe) {
136
136
  function setLogLevel(options) {
137
137
  const { debug, networkDebug, json } = options;
138
138
  if (json) {
139
- (0, logger_1.setLogLevel)(logger_1.LOG_LEVEL.NONE);
139
+ (0, logger_1.setLogLevel)(logger_1.LOG_LEVEL.ERROR);
140
140
  }
141
141
  else if (debug) {
142
142
  (0, logger_1.setLogLevel)(logger_1.LOG_LEVEL.DEBUG);
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@hubspot/cli",
3
- "version": "7.7.16-experimental.1",
3
+ "version": "7.7.16-experimental.2",
4
4
  "description": "The official CLI for developing on HubSpot",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/HubSpot/hubspot-cli",
7
7
  "dependencies": {
8
- "@hubspot/local-dev-lib": "3.10.0-beta.0",
8
+ "@hubspot/local-dev-lib": "3.10.0",
9
9
  "@hubspot/project-parsing-lib": "0.3.2",
10
10
  "@hubspot/serverless-dev-runtime": "7.0.6",
11
11
  "@hubspot/theme-preview-dev-server": "0.0.10",