videomail-client 13.7.2 → 13.7.3

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.
@@ -10826,7 +10826,7 @@ var __webpack_exports__ = {};
10826
10826
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10827
10827
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10828
10828
  var package_namespaceObject = {
10829
- rE: "13.7.2"
10829
+ rE: "13.7.3"
10830
10830
  };
10831
10831
  function isAudioEnabled(options) {
10832
10832
  return Boolean(options.audio.enabled);
@@ -14722,9 +14722,8 @@ var __webpack_exports__ = {};
14722
14722
  if ((null == params ? void 0 : params.key) || (null == (_this_keyInput = this.keyInput) ? void 0 : _this_keyInput.value)) {
14723
14723
  if ((null == params ? void 0 : params.key) && this.keyInput) {
14724
14724
  this.keyInput.value = params.key;
14725
- this.keyInput.dispatchEvent(new InputEvent("keyInput", {
14726
- bubbles: true,
14727
- data: params.key
14725
+ this.keyInput.dispatchEvent(new InputEvent("input", {
14726
+ bubbles: true
14728
14727
  }));
14729
14728
  }
14730
14729
  } else {
package/dist/esm/index.js CHANGED
@@ -3569,7 +3569,7 @@ const constants = {
3569
3569
  }
3570
3570
  };
3571
3571
  var package_namespaceObject = {
3572
- rE: "13.7.2"
3572
+ rE: "13.7.3"
3573
3573
  };
3574
3574
  function isAudioEnabled(options) {
3575
3575
  return Boolean(options.audio.enabled);
@@ -4128,9 +4128,8 @@ class Form extends util_Despot {
4128
4128
  if (params?.key || this.keyInput?.value) {
4129
4129
  if (params?.key && this.keyInput) {
4130
4130
  this.keyInput.value = params.key;
4131
- this.keyInput.dispatchEvent(new InputEvent("keyInput", {
4132
- bubbles: true,
4133
- data: params.key
4131
+ this.keyInput.dispatchEvent(new InputEvent("input", {
4132
+ bubbles: true
4134
4133
  }));
4135
4134
  }
4136
4135
  } else {
package/dist/umd/index.js CHANGED
@@ -10832,7 +10832,7 @@
10832
10832
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10833
10833
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10834
10834
  var package_namespaceObject = {
10835
- rE: "13.7.2"
10835
+ rE: "13.7.3"
10836
10836
  };
10837
10837
  function isAudioEnabled(options) {
10838
10838
  return Boolean(options.audio.enabled);
@@ -14684,9 +14684,8 @@
14684
14684
  if (params?.key || this.keyInput?.value) {
14685
14685
  if (params?.key && this.keyInput) {
14686
14686
  this.keyInput.value = params.key;
14687
- this.keyInput.dispatchEvent(new InputEvent("keyInput", {
14688
- bubbles: true,
14689
- data: params.key
14687
+ this.keyInput.dispatchEvent(new InputEvent("input", {
14688
+ bubbles: true
14690
14689
  }));
14691
14690
  }
14692
14691
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.7.2",
3
+ "version": "13.7.3",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",