@cenk1cenk2/oclif-common 3.4.0 → 3.4.1

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
@@ -280,7 +280,7 @@ var ListrLogger = class extends import_listr22.Logger {
280
280
  this.logger.warn(message, { status: "skip" });
281
281
  }
282
282
  success(message) {
283
- this.logger.info(message, { status: "done" });
283
+ this.logger.info(message, { status: "end" });
284
284
  }
285
285
  data(message) {
286
286
  this.logger.info(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/oclif-common",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "Oclif common package for oclif2 projects.",
5
5
  "repository": "https://gitlab.kilic.dev/libraries/oclif-tools",
6
6
  "author": {