videomail-client 13.7.6 → 13.7.8

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.6"
10829
+ rE: "13.7.8"
10830
10830
  };
10831
10831
  function isAudioEnabled(options) {
10832
10832
  return Boolean(options.audio.enabled);
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.6"
3572
+ rE: "13.7.8"
3573
3573
  };
3574
3574
  function isAudioEnabled(options) {
3575
3575
  return Boolean(options.audio.enabled);
@@ -56,6 +56,7 @@ export interface Videomail {
56
56
  rejectedTo?: DeliveryRecord;
57
57
  rejectedCc?: DeliveryRecord;
58
58
  rejectedBcc?: DeliveryRecord;
59
+ public?: boolean;
59
60
  editUrl?: string;
60
61
  repeatUrl?: string;
61
62
  }
@@ -4,7 +4,7 @@ export interface VideomailErrorData {
4
4
  cause?: any;
5
5
  promise?: any;
6
6
  err?: ErrorObject | undefined;
7
- name?: string;
7
+ name?: string | undefined;
8
8
  explanation?: string | undefined;
9
9
  logLines?: string[] | undefined;
10
10
  message: string;
@@ -153,6 +153,7 @@ declare class Form extends Despot {
153
153
  userKey?: string | false;
154
154
  } | undefined;
155
155
  };
156
+ public?: boolean;
156
157
  editUrl?: string;
157
158
  repeatUrl?: string;
158
159
  };
@@ -293,6 +294,7 @@ declare class Form extends Despot {
293
294
  userKey?: string | false;
294
295
  } | undefined;
295
296
  };
297
+ public?: boolean;
296
298
  editUrl?: string;
297
299
  repeatUrl?: string;
298
300
  };
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.6"
10835
+ rE: "13.7.8"
10836
10836
  };
10837
10837
  function isAudioEnabled(options) {
10838
10838
  return Boolean(options.audio.enabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.7.6",
3
+ "version": "13.7.8",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -24,6 +24,7 @@
24
24
  "email": "michael.heuberger@binarykitchen.com"
25
25
  }
26
26
  ],
27
+ "sideEffects": false,
27
28
  "type": "module",
28
29
  "exports": {
29
30
  ".": {
@@ -79,48 +80,48 @@
79
80
  "@eslint/js": "9.39.2",
80
81
  "@rsbuild/plugin-node-polyfill": "1.4.4",
81
82
  "@rsbuild/plugin-stylus": "1.3.0",
82
- "@rsdoctor/rspack-plugin": "1.5.2",
83
- "@rslib/core": "0.19.5",
84
- "@storybook/addon-a11y": "10.2.8",
85
- "@storybook/addon-docs": "10.2.8",
86
- "@storybook/addon-links": "10.2.8",
87
- "@storybook/html": "10.2.8",
83
+ "@rsdoctor/rspack-plugin": "1.5.3",
84
+ "@rslib/core": "0.19.6",
85
+ "@storybook/addon-a11y": "10.2.15",
86
+ "@storybook/addon-docs": "10.2.15",
87
+ "@storybook/addon-links": "10.2.15",
88
+ "@storybook/html": "10.2.15",
88
89
  "@tsconfig/node24": "24.0.4",
89
90
  "@tsconfig/strictest": "2.0.8",
90
91
  "@types/defined": "1.0.2",
91
92
  "@types/node": "24.10.8",
92
93
  "@types/superagent": "8.1.9",
93
94
  "@types/ua-parser-js": "0.7.39",
94
- "@vitest/eslint-plugin": "1.6.7",
95
+ "@vitest/eslint-plugin": "1.6.9",
95
96
  "audit-ci": "7.1.0",
96
- "chromatic": "15.1.0",
97
+ "chromatic": "15.2.0",
97
98
  "cross-env": "10.1.0",
98
99
  "eslint": "9.39.2",
99
100
  "eslint-import-resolver-typescript": "4.4.4",
100
- "eslint-plugin-de-morgan": "2.0.0",
101
+ "eslint-plugin-de-morgan": "2.1.1",
101
102
  "eslint-plugin-depend": "1.4.0",
102
103
  "eslint-plugin-import-x": "4.16.1",
103
104
  "eslint-plugin-markdownlint": "0.9.0",
104
- "eslint-plugin-package-json": "0.88.2",
105
+ "eslint-plugin-package-json": "0.89.2",
105
106
  "eslint-plugin-promise": "7.2.1",
106
107
  "eslint-plugin-regexp": "3.0.0",
107
- "eslint-plugin-security": "3.0.1",
108
+ "eslint-plugin-security": "4.0.0",
108
109
  "eslint-plugin-simple-import-sort": "12.1.1",
109
- "globals": "17.3.0",
110
- "jsdom": "28.0.0",
110
+ "globals": "17.4.0",
111
+ "jsdom": "28.1.0",
111
112
  "msw": "2.12.10",
112
113
  "msw-storybook-addon": "2.0.6",
113
114
  "prettier": "3.8.1",
114
115
  "prettier-plugin-curly": "0.4.1",
115
116
  "prettier-plugin-jsdoc": "1.8.0",
116
- "prettier-plugin-packagejson": "3.0.0",
117
+ "prettier-plugin-packagejson": "3.0.1",
117
118
  "prettier-plugin-sh": "0.18.0",
118
119
  "release-it": "19.2.4",
119
- "storybook": "10.2.8",
120
+ "storybook": "10.2.15",
120
121
  "storybook-html-rsbuild": "3.2.2",
121
122
  "type-fest": "5.4.4",
122
123
  "typescript": "5.9.3",
123
- "typescript-eslint": "8.55.0",
124
+ "typescript-eslint": "8.56.1",
124
125
  "vitest": "4.0.18"
125
126
  },
126
127
  "engines": {