@cenk1cenk2/oclif-common 3.8.2 → 3.9.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1187,7 +1187,7 @@ var Command = class extends import_core3.Command {
1187
1187
  json: this.flags.json
1188
1188
  });
1189
1189
  const context = this.cs.command.id ? this.cs.command.id : this.cs.command.name;
1190
- this.logger = new Logger(context, { level: this.cs.logLevel });
1190
+ this.logger = new Logger(null, { level: this.cs.logLevel });
1191
1191
  this.store = new StoreService();
1192
1192
  this.greet();
1193
1193
  if (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/oclif-common",
3
- "version": "3.8.2",
3
+ "version": "3.9.0",
4
4
  "description": "Oclif common package for oclif2 projects.",
5
5
  "repository": "https://gitlab.kilic.dev/libraries/oclif-tools",
6
6
  "author": {