videomail-client 13.8.21 → 13.8.23

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.21"
10855
+ rE: "13.8.23"
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.21"
3616
+ rE: "13.8.23"
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;
@@ -50,6 +50,7 @@ export interface Videomail {
50
50
  siteName?: string | undefined;
51
51
  url: string;
52
52
  userKey?: UserKey | undefined;
53
+ userPublicPoster?: string | undefined;
53
54
  versions: {
54
55
  videomailNinjaFormPlugin?: string;
55
56
  videomailClient: string;
@@ -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?: {
@@ -151,6 +151,7 @@ declare class Form extends Despot {
151
151
  siteName?: string | undefined | undefined;
152
152
  url?: string;
153
153
  userKey?: string | undefined;
154
+ userPublicPoster?: string | undefined | undefined;
154
155
  versions?: {
155
156
  videomailNinjaFormPlugin?: string;
156
157
  videomailClient?: string;
@@ -220,7 +221,7 @@ declare class Form extends Despot {
220
221
  mp4?: string;
221
222
  vtt?: string;
222
223
  captions?: string | undefined | undefined;
223
- poster?: string;
224
+ poster?: string | undefined | undefined;
224
225
  browserStats?: {
225
226
  ua?: string;
226
227
  browser?: {
@@ -326,6 +327,7 @@ declare class Form extends Despot {
326
327
  siteName?: string | undefined | undefined;
327
328
  url?: string;
328
329
  userKey?: string | undefined;
330
+ userPublicPoster?: string | undefined | undefined;
329
331
  versions?: {
330
332
  videomailNinjaFormPlugin?: string;
331
333
  videomailClient?: string;
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.21"
10861
+ rE: "13.8.23"
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.21",
3
+ "version": "13.8.23",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -121,7 +121,7 @@
121
121
  "storybook-html-rsbuild": "3.3.3",
122
122
  "type-fest": "5.6.0",
123
123
  "typescript": "5.9.3",
124
- "typescript-eslint": "8.58.2",
124
+ "typescript-eslint": "8.59.0",
125
125
  "vitest": "4.1.4"
126
126
  },
127
127
  "engines": {