videomail-client 13.8.22 → 13.8.24

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.8.22"
10855
+ rE: "13.8.24"
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.8.22"
3616
+ rE: "13.8.24"
3617
3617
  };
3618
3618
  function isAudioEnabled(options) {
3619
3619
  return Boolean(options.audio.enabled);
@@ -29,7 +29,7 @@ export interface Videomail {
29
29
  mp4?: string;
30
30
  vtt?: string;
31
31
  captions?: string | undefined;
32
- poster: string;
32
+ poster?: string | undefined;
33
33
  browserStats?: BrowserStats | undefined;
34
34
  recordingStats?: RecordingStats | undefined;
35
35
  recordLocation?: string | undefined;
@@ -45,7 +45,7 @@ declare class Form extends Despot {
45
45
  mp4?: string;
46
46
  vtt?: string;
47
47
  captions?: string | undefined | undefined;
48
- poster?: string;
48
+ poster?: string | undefined | undefined;
49
49
  browserStats?: {
50
50
  ua?: string;
51
51
  browser?: {
@@ -221,7 +221,7 @@ declare class Form extends Despot {
221
221
  mp4?: string;
222
222
  vtt?: string;
223
223
  captions?: string | undefined | undefined;
224
- poster?: string;
224
+ poster?: string | undefined | undefined;
225
225
  browserStats?: {
226
226
  ua?: string;
227
227
  browser?: {
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.8.22"
10861
+ rE: "13.8.24"
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.8.22",
3
+ "version": "13.8.24",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -76,12 +76,12 @@
76
76
  },
77
77
  "devDependencies": {
78
78
  "@chromatic-com/storybook": "5.1.2",
79
- "@eslint/config-inspector": "1.5.0",
79
+ "@eslint/config-inspector": "2.0.0",
80
80
  "@eslint/js": "9.39.2",
81
81
  "@rsbuild/plugin-node-polyfill": "1.4.4",
82
82
  "@rsbuild/plugin-stylus": "1.3.1",
83
83
  "@rsdoctor/rspack-plugin": "1.5.9",
84
- "@rslib/core": "0.21.2",
84
+ "@rslib/core": "0.21.3",
85
85
  "@storybook/addon-a11y": "10.3.5",
86
86
  "@storybook/addon-docs": "10.3.5",
87
87
  "@storybook/addon-links": "10.3.5",
@@ -89,12 +89,12 @@
89
89
  "@tsconfig/node24": "24.0.4",
90
90
  "@tsconfig/strictest": "2.0.8",
91
91
  "@types/defined": "1.0.2",
92
- "@types/node": "24.10.8",
92
+ "@types/node": "24.12.2",
93
93
  "@types/superagent": "8.1.9",
94
94
  "@types/ua-parser-js": "0.7.39",
95
95
  "@vitest/eslint-plugin": "1.6.16",
96
96
  "audit-ci": "7.1.0",
97
- "chromatic": "16.3.0",
97
+ "chromatic": "16.5.0",
98
98
  "cross-env": "10.1.0",
99
99
  "eslint": "9.39.2",
100
100
  "eslint-import-resolver-typescript": "4.4.4",
@@ -109,7 +109,7 @@
109
109
  "eslint-plugin-simple-import-sort": "13.0.0",
110
110
  "globals": "17.5.0",
111
111
  "jsdom": "29.0.2",
112
- "msw": "2.13.4",
112
+ "msw": "2.13.5",
113
113
  "msw-storybook-addon": "2.0.7",
114
114
  "prettier": "3.8.3",
115
115
  "prettier-plugin-curly": "0.4.1",
@@ -122,11 +122,11 @@
122
122
  "type-fest": "5.6.0",
123
123
  "typescript": "5.9.3",
124
124
  "typescript-eslint": "8.59.0",
125
- "vitest": "4.1.4"
125
+ "vitest": "4.1.5"
126
126
  },
127
127
  "engines": {
128
- "node": "^24.13.0",
129
- "npm": "^11.6.2"
128
+ "node": "^24.15.0",
129
+ "npm": "^11.12.1"
130
130
  },
131
131
  "msw": {
132
132
  "workerDirectory": [