jscrambler 6.0.0 → 6.0.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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -530,7 +530,7 @@ exports.default = {
530
530
  }).catch(function () {
531
531
  return debug && console.error(e);
532
532
  }).finally(function () {
533
- return process.exit(0);
533
+ return process.exit(1);
534
534
  });
535
535
  };
536
536
 
@@ -755,7 +755,7 @@ exports.default = {
755
755
  }).catch(function () {
756
756
  return debug && console.error(e);
757
757
  }).finally(function () {
758
- return process.exit(0);
758
+ return process.exit(1);
759
759
  });
760
760
  };
761
761
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler API client.",
4
- "version": "6.0.0",
4
+ "version": "6.0.1",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": {
7
7
  "name": "magalhas",