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.
- package/dist/index.js +3 -1
- 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,
|
|
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;
|