slnodejs 6.1.206 → 6.1.207

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.
@@ -23622,7 +23622,7 @@ module.exports={
23622
23622
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
23623
23623
  "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
23624
23624
  "_spec": "elliptic@^6.5.3",
23625
- "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
23625
+ "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
23626
23626
  "author": {
23627
23627
  "name": "Fedor Indutny",
23628
23628
  "email": "fedor@indutny.com"
@@ -46750,9 +46750,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46750
46750
  CockpitNotifier.verifyControllerInitialized();
46751
46751
  CockpitNotifier.controller.submitErrorsBatch(messages);
46752
46752
  };
46753
- CockpitNotifier.sendEvent = function (code) {
46753
+ CockpitNotifier.sendEvent = function (code, data) {
46754
46754
  CockpitNotifier.verifyControllerInitialized();
46755
- CockpitNotifier.controller.submitEvent(code);
46755
+ CockpitNotifier.controller.submitEvent(code, data);
46756
46756
  };
46757
46757
  CockpitNotifier.sendEventOnce = function (code) {
46758
46758
  CockpitNotifier.verifyControllerInitialized();