jscrambler 6.2.6 → 6.2.8

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.
@@ -15,8 +15,6 @@ var _config3 = _interopRequireDefault(require("../config"));
15
15
 
16
16
  var _ = _interopRequireDefault(require("../"));
17
17
 
18
- var _cli = require("../cli");
19
-
20
18
  var _utils = require("../utils");
21
19
 
22
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -253,7 +251,7 @@ var _config2 = config,
253
251
  numberOfProtections = _config2.numberOfProtections,
254
252
  ensureCodeAnnotation = _config2.ensureCodeAnnotation,
255
253
  forceAppEnvironment = _config2.forceAppEnvironment;
256
- var params = (0, _cli.mergeAndParseParams)(_commander.default, config.params);
254
+ var params = config.params;
257
255
  var incompatibleOptions = ['sourceMaps', 'instrument', 'startProfiling', 'stopProfiling'];
258
256
  var usedIncompatibleOptions = [];
259
257
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler API client.",
4
- "version": "6.2.6",
4
+ "version": "6.2.8",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <code@jscrambler.com>",
7
7
  "repository": {