videomail-client 13.12.2 → 13.12.4

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.
@@ -10852,7 +10852,7 @@ var __webpack_exports__ = {};
10852
10852
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10853
10853
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10854
10854
  var package_namespaceObject = {
10855
- rE: "13.12.2"
10855
+ rE: "13.12.4"
10856
10856
  };
10857
10857
  function isAudioEnabled(options) {
10858
10858
  return Boolean(options.audio.enabled);
package/dist/esm/index.js CHANGED
@@ -3613,7 +3613,7 @@ const constants = {
3613
3613
  }
3614
3614
  };
3615
3615
  var package_namespaceObject = {
3616
- rE: "13.12.2"
3616
+ rE: "13.12.4"
3617
3617
  };
3618
3618
  function isAudioEnabled(options) {
3619
3619
  return Boolean(options.audio.enabled);
@@ -50,10 +50,8 @@ export interface Videomail {
50
50
  userKey?: UserKey | undefined;
51
51
  reactions?: ReactionsByUserKey | undefined;
52
52
  reactionsPretty?: ReactionsPrettyByUserKey | undefined;
53
- comment?: {
54
- count?: number | undefined;
55
- url?: string | undefined;
56
- };
53
+ commentUrl?: string | undefined;
54
+ commentCount?: number | undefined;
57
55
  shareUrl?: string | undefined;
58
56
  userPublicPoster?: string | undefined;
59
57
  public?: boolean;
@@ -175,10 +175,8 @@ declare class Form extends Despot {
175
175
  } | undefined;
176
176
  };
177
177
  } | undefined;
178
- comment?: {
179
- count?: number | undefined | undefined;
180
- url?: string | undefined | undefined;
181
- };
178
+ commentUrl?: string | undefined | undefined;
179
+ commentCount?: number | undefined | undefined;
182
180
  shareUrl?: string | undefined | undefined;
183
181
  userPublicPoster?: string | undefined | undefined;
184
182
  public?: boolean;
@@ -354,10 +352,8 @@ declare class Form extends Despot {
354
352
  } | undefined;
355
353
  };
356
354
  } | undefined;
357
- comment?: {
358
- count?: number | undefined | undefined;
359
- url?: string | undefined | undefined;
360
- };
355
+ commentUrl?: string | undefined | undefined;
356
+ commentCount?: number | undefined | undefined;
361
357
  shareUrl?: string | undefined | undefined;
362
358
  userPublicPoster?: string | undefined | undefined;
363
359
  public?: boolean;
package/dist/umd/index.js CHANGED
@@ -10858,7 +10858,7 @@
10858
10858
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10859
10859
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10860
10860
  var package_namespaceObject = {
10861
- rE: "13.12.2"
10861
+ rE: "13.12.4"
10862
10862
  };
10863
10863
  function isAudioEnabled(options) {
10864
10864
  return Boolean(options.audio.enabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.12.2",
3
+ "version": "13.12.4",
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",
@@ -80,7 +80,7 @@
80
80
  "@eslint/js": "10.0.1",
81
81
  "@rsbuild/plugin-node-polyfill": "1.4.4",
82
82
  "@rsbuild/plugin-stylus": "1.3.2",
83
- "@rsdoctor/rspack-plugin": "1.5.9",
83
+ "@rsdoctor/rspack-plugin": "1.5.10",
84
84
  "@rslib/core": "0.21.4",
85
85
  "@storybook/addon-a11y": "10.3.6",
86
86
  "@storybook/addon-docs": "10.3.6",
@@ -92,9 +92,9 @@
92
92
  "@types/node": "24.12.2",
93
93
  "@types/superagent": "8.1.9",
94
94
  "@types/ua-parser-js": "0.7.39",
95
- "@vitest/eslint-plugin": "1.6.16",
95
+ "@vitest/eslint-plugin": "1.6.17",
96
96
  "audit-ci": "7.1.0",
97
- "chromatic": "16.9.0",
97
+ "chromatic": "16.9.1",
98
98
  "cross-env": "10.1.0",
99
99
  "eslint": "10.3.0",
100
100
  "eslint-import-resolver-typescript": "4.4.4",
@@ -106,7 +106,7 @@
106
106
  "eslint-plugin-simple-import-sort": "13.0.0",
107
107
  "globals": "17.6.0",
108
108
  "jsdom": "29.1.1",
109
- "msw": "2.14.3",
109
+ "msw": "2.14.5",
110
110
  "msw-storybook-addon": "2.0.7",
111
111
  "prettier": "3.8.3",
112
112
  "prettier-plugin-curly": "0.4.1",