@neutrome-labs/merchantduo 0.0.2 → 0.0.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.
package/README.md CHANGED
@@ -3,7 +3,7 @@ Simple terminal interface to deploy Magento 2 stores onto the Cloudflare Edge.
3
3
 
4
4
  # How To Use
5
5
 
6
- pnpx @neutrome-labs/merchantduo help
6
+ > `pnpx @neutrome-labs/merchantduo help`
7
7
 
8
8
  ```
9
9
  MerchantDuo developer CLI
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ function configureCliLogging() {
25
25
  {
26
26
  category: ["merchantduo", "cli"],
27
27
  sinks: ["console"],
28
- lowestLevel: "info"
28
+ lowestLevel: "warning"
29
29
  }
30
30
  ]
31
31
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutrome-labs/merchantduo",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
package/src/logging.ts CHANGED
@@ -20,7 +20,7 @@ export function configureCliLogging(): void {
20
20
  {
21
21
  category: ["merchantduo", "cli"],
22
22
  sinks: ["console"],
23
- lowestLevel: "info",
23
+ lowestLevel: "warning",
24
24
  },
25
25
  ],
26
26
  });