jscrambler 6.1.4 → 6.1.5

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
@@ -265,7 +265,9 @@ var _default = {
265
265
  errorHandler(removeRes);
266
266
  return _this.addApplicationSource(client, applicationId, source);
267
267
  }).then(errorHandler).catch(function (e) {
268
- console.warn("Update application sources failed with ".concat(e.message));
268
+ if (debug) {
269
+ console.warn("Warning: Update application sources failed with ".concat(e.message));
270
+ }
269
271
  });
270
272
 
271
273
  case 27:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jscrambler",
3
3
  "description": "Jscrambler API client.",
4
- "version": "6.1.4",
4
+ "version": "6.1.5",
5
5
  "homepage": "https://github.com/jscrambler/jscrambler",
6
6
  "author": "Jscrambler <code@jscrambler.com>",
7
7
  "repository": {