ros.grant.common 2.0.1160 → 2.0.1164

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.
@@ -1 +1 @@
1
- /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function() {if (!window['___grecaptcha_cfg']) { window['___grecaptcha_cfg'] = {}; };if (!window['___grecaptcha_cfg']['render']) { window['___grecaptcha_cfg']['render'] = 'onload'; };window['__google_recaptcha_client'] = true;var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;po.src = 'https://www.gstatic.com/recaptcha/api2/v1523554879111/recaptcha__ru.js'; var elem = document.querySelector('script[nonce]');var nonce = elem && (elem['nonce'] || elem.getAttribute('nonce'));if (nonce) { po.setAttribute('nonce', nonce); }var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})();
1
+ /* PLEASE DO NOT COPY AND PASTE THIS CODE. */(function () { var w = window, C = '___grecaptcha_cfg', cfg = w[C] = w[C] || {}, N = 'grecaptcha'; var gr = w[N] = w[N] || {}; gr.ready = gr.ready || function (f) { (cfg['fns'] = cfg['fns'] || []).push(f); }; w['__recaptcha_api'] = 'https://www.google.com/recaptcha/api2/'; (cfg['render'] = cfg['render'] || []).push('explicit'); (cfg['onload'] = cfg['onload'] || []).push('onloadCallback'); w['__google_recaptcha_client'] = true; var d = document, po = d.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://www.gstatic.com/recaptcha/releases/nEGwmCAyCoKVn9PSwAGnQWhY/recaptcha__ru.js'; po.crossOrigin = 'anonymous'; po.integrity = 'sha384-uUp3rZyQEhVDSpkvAnEyq43lCKZgTGQGyE+Pd4qOoi6abN4YOFxH130ls6PSXwu2'; var e = d.querySelector('script[nonce]'), n = e && (e['nonce'] || e.getAttribute('nonce')); if (n) { po.setAttribute('nonce', n); } var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1160",
2
+ "version": "2.0.1164",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",
@@ -13,6 +13,7 @@
13
13
  "babel-polyfill": "^6.26.0",
14
14
  "babel-preset-env": "^1.7.0",
15
15
  "chosen-js": "^1.8.7",
16
+ "es5-ext": "^0.10.53",
16
17
  "fine-uploader": "^5.16.2",
17
18
  "gulp": "^4.0.2",
18
19
  "gulp-add-src": "^1.0.0",