jscrambler 6.1.1 → 6.1.2

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2065,7 +2065,9 @@ var _default = {
2065
2065
  }
2066
2066
 
2067
2067
  _context41.next = 3;
2068
- return _this13.createApplicationProtection(client, applicationId, protectionOptions, fragments);
2068
+ return _this13.createApplicationProtection(client, applicationId, _objectSpread(_objectSpread({}, protectionOptions), {}, {
2069
+ numberOfProtections: undefined
2070
+ }), fragments);
2069
2071
 
2070
2072
  case 3:
2071
2073
  result = _context41.sent;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler API client.",
4
- "version": "6.1.1",
4
+ "version": "6.1.2",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <code@jscrambler.com>",
7
7
  "repository": {