videomail-client 14.1.0 → 14.1.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.
@@ -10876,7 +10876,7 @@ var __webpack_exports__ = {};
10876
10876
  var client = __webpack_require__(5734);
10877
10877
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10878
10878
  var package_namespaceObject = {
10879
- rE: "14.1.0"
10879
+ rE: "14.1.1"
10880
10880
  };
10881
10881
  function isAudioEnabled(options) {
10882
10882
  return Boolean(options.audio.enabled);
@@ -17623,10 +17623,10 @@ var __webpack_exports__ = {};
17623
17623
  const command = JSON.parse(data.toString());
17624
17624
  this.executeCommand(command);
17625
17625
  } catch (exc) {
17626
- this.options.logger.debug(`Failed to parse command: ${exc}`);
17626
+ this.options.logger.error(`Failed to parse command: ${exc}`);
17627
17627
  const err = error_createError({
17628
17628
  message: "Invalid server command",
17629
- explanation: `Contact us asap. Bad command was ${data.toString()}. `,
17629
+ explanation: `Contact us. The invalid command was: ${data.toString()}.`,
17630
17630
  options: this.options,
17631
17631
  exc
17632
17632
  });
package/dist/esm/index.js CHANGED
@@ -3617,7 +3617,7 @@ const constants = {
3617
3617
  }
3618
3618
  };
3619
3619
  var package_namespaceObject = {
3620
- rE: "14.1.0"
3620
+ rE: "14.1.1"
3621
3621
  };
3622
3622
  function isAudioEnabled(options) {
3623
3623
  return Boolean(options.audio.enabled);
@@ -6737,10 +6737,10 @@ class Recorder extends util_Despot {
6737
6737
  const command = JSON.parse(data.toString());
6738
6738
  this.executeCommand(command);
6739
6739
  } catch (exc) {
6740
- this.options.logger.debug(`Failed to parse command: ${exc}`);
6740
+ this.options.logger.error(`Failed to parse command: ${exc}`);
6741
6741
  const err = error_createError({
6742
6742
  message: "Invalid server command",
6743
- explanation: `Contact us asap. Bad command was ${data.toString()}. `,
6743
+ explanation: `Contact us. The invalid command was: ${data.toString()}.`,
6744
6744
  options: this.options,
6745
6745
  exc
6746
6746
  });
package/dist/umd/index.js CHANGED
@@ -10882,7 +10882,7 @@
10882
10882
  var client = __webpack_require__(5734);
10883
10883
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10884
10884
  var package_namespaceObject = {
10885
- rE: "14.1.0"
10885
+ rE: "14.1.1"
10886
10886
  };
10887
10887
  function isAudioEnabled(options) {
10888
10888
  return Boolean(options.audio.enabled);
@@ -17387,10 +17387,10 @@
17387
17387
  const command = JSON.parse(data.toString());
17388
17388
  this.executeCommand(command);
17389
17389
  } catch (exc) {
17390
- this.options.logger.debug(`Failed to parse command: ${exc}`);
17390
+ this.options.logger.error(`Failed to parse command: ${exc}`);
17391
17391
  const err = error_createError({
17392
17392
  message: "Invalid server command",
17393
- explanation: `Contact us asap. Bad command was ${data.toString()}. `,
17393
+ explanation: `Contact us. The invalid command was: ${data.toString()}.`,
17394
17394
  options: this.options,
17395
17395
  exc
17396
17396
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "14.1.0",
3
+ "version": "14.1.1",
4
4
  "description": "A wicked npm package to record videos directly in the browser, for Deaf and Sign Language!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -76,32 +76,32 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@chromatic-com/storybook": "5.2.1",
79
- "@eslint/config-inspector": "3.0.4",
79
+ "@eslint/config-inspector": "3.1.0",
80
80
  "@eslint/js": "10.0.1",
81
81
  "@rsbuild/plugin-node-polyfill": "1.4.6",
82
82
  "@rsbuild/plugin-stylus": "2.0.1",
83
- "@rsdoctor/rspack-plugin": "1.5.18",
83
+ "@rsdoctor/rspack-plugin": "1.6.0",
84
84
  "@rslib/core": "0.23.2",
85
- "@storybook/addon-a11y": "10.4.6",
86
- "@storybook/addon-docs": "10.4.6",
87
- "@storybook/addon-links": "10.4.6",
88
- "@storybook/html": "10.4.6",
85
+ "@storybook/addon-a11y": "10.5.0",
86
+ "@storybook/addon-docs": "10.5.0",
87
+ "@storybook/addon-links": "10.5.0",
88
+ "@storybook/html": "10.5.0",
89
89
  "@tsconfig/node24": "24.0.4",
90
90
  "@tsconfig/strictest": "2.0.8",
91
91
  "@types/defined": "1.0.2",
92
92
  "@types/node": "24.13.3",
93
- "@types/superagent": "8.1.10",
93
+ "@types/superagent": "8.1.11",
94
94
  "@types/ua-parser-js": "0.7.39",
95
- "@vitest/eslint-plugin": "1.6.22",
95
+ "@vitest/eslint-plugin": "1.6.23",
96
96
  "audit-ci": "7.1.0",
97
97
  "chromatic": "18.0.1",
98
98
  "cross-env": "10.1.0",
99
- "eslint": "10.6.0",
99
+ "eslint": "10.7.0",
100
100
  "eslint-import-resolver-typescript": "4.4.5",
101
- "eslint-plugin-de-morgan": "2.1.2",
101
+ "eslint-plugin-de-morgan": "2.1.3",
102
102
  "eslint-plugin-depend": "1.5.0",
103
103
  "eslint-plugin-import-x": "4.17.1",
104
- "eslint-plugin-package-json": "1.5.0",
104
+ "eslint-plugin-package-json": "1.6.0",
105
105
  "eslint-plugin-regexp": "3.1.1",
106
106
  "eslint-plugin-simple-import-sort": "13.0.0",
107
107
  "globals": "17.7.0",
@@ -112,13 +112,13 @@
112
112
  "prettier-plugin-curly": "0.4.1",
113
113
  "prettier-plugin-jsdoc": "1.8.1",
114
114
  "prettier-plugin-packagejson": "3.0.2",
115
- "prettier-plugin-sh": "0.18.1",
115
+ "prettier-plugin-sh": "0.19.0",
116
116
  "release-it": "20.2.1",
117
- "storybook": "10.4.6",
117
+ "storybook": "10.5.0",
118
118
  "storybook-html-rsbuild": "3.3.4",
119
119
  "type-fest": "5.8.0",
120
120
  "typescript": "6.0.3",
121
- "typescript-eslint": "8.63.0",
121
+ "typescript-eslint": "8.64.0",
122
122
  "vitest": "4.1.10"
123
123
  },
124
124
  "engines": {