jscrambler 8.0.0 → 8.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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -482,7 +482,7 @@ var _default = exports.default = {
|
|
|
482
482
|
|
|
483
483
|
// change this to have the variable that checks if the protection is to be removed
|
|
484
484
|
if (deleteProtectionOnSuccess) {
|
|
485
|
-
_this.removeProtection(client, protection._id, applicationId).then(() => {
|
|
485
|
+
await _this.removeProtection(client, protection._id, applicationId).then(() => {
|
|
486
486
|
if (debug) {
|
|
487
487
|
console.log('Protection has been successful and will now be deleted');
|
|
488
488
|
}
|
package/package.json
CHANGED