@cenk1cenk2/oclif-common 3.1.0 → 3.1.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.
@@ -251,7 +251,7 @@ var _JsonParser = class {
251
251
  try {
252
252
  return JSON.parse(data.toString());
253
253
  } catch (e) {
254
- this.logger.fatal("Error during parsing JSON file: %s", e.message);
254
+ this.logger.trace("Error during parsing JSON file: %s", e.message);
255
255
  throw e;
256
256
  }
257
257
  }
@@ -279,7 +279,7 @@ var _YamlParser = class {
279
279
  try {
280
280
  return (0, import_yaml.parse)(data.toString());
281
281
  } catch (e) {
282
- this.logger.fatal("Error during parsing YAML file: %s", e.message);
282
+ this.logger.trace("Error during parsing YAML file: %s", e.message);
283
283
  throw e;
284
284
  }
285
285
  }
@@ -230,7 +230,7 @@ var _JsonParser = class {
230
230
  try {
231
231
  return JSON.parse(data.toString());
232
232
  } catch (e) {
233
- this.logger.fatal("Error during parsing JSON file: %s", e.message);
233
+ this.logger.trace("Error during parsing JSON file: %s", e.message);
234
234
  throw e;
235
235
  }
236
236
  }
@@ -258,7 +258,7 @@ var _YamlParser = class {
258
258
  try {
259
259
  return (0, import_yaml.parse)(data.toString());
260
260
  } catch (e) {
261
- this.logger.fatal("Error during parsing YAML file: %s", e.message);
261
+ this.logger.trace("Error during parsing YAML file: %s", e.message);
262
262
  throw e;
263
263
  }
264
264
  }
package/dist/index.js CHANGED
@@ -341,7 +341,7 @@ var _JsonParser = class {
341
341
  try {
342
342
  return JSON.parse(data.toString());
343
343
  } catch (e) {
344
- this.logger.fatal("Error during parsing JSON file: %s", e.message);
344
+ this.logger.trace("Error during parsing JSON file: %s", e.message);
345
345
  throw e;
346
346
  }
347
347
  }
@@ -369,7 +369,7 @@ var _YamlParser = class {
369
369
  try {
370
370
  return (0, import_yaml.parse)(data.toString());
371
371
  } catch (e) {
372
- this.logger.fatal("Error during parsing YAML file: %s", e.message);
372
+ this.logger.trace("Error during parsing YAML file: %s", e.message);
373
373
  throw e;
374
374
  }
375
375
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/oclif-common",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Oclif common package for oclif2 projects.",
5
5
  "repository": "https://gitlab.kilic.dev/libraries/oclif-tools",
6
6
  "author": {