videomail-client 13.7.5 → 13.7.7
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.
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.
|
|
10829
|
+
rE: "13.7.7"
|
|
10830
10830
|
};
|
|
10831
10831
|
function isAudioEnabled(options) {
|
|
10832
10832
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -30,8 +30,8 @@ export interface Videomail {
|
|
|
30
30
|
browserStats?: BrowserStats | undefined;
|
|
31
31
|
recordingStats?: RecordingStats | undefined;
|
|
32
32
|
recordLocation?: string | undefined;
|
|
33
|
-
parentKey?: string;
|
|
34
|
-
parentSnapshots?: Videomail[];
|
|
33
|
+
parentKey?: string | undefined;
|
|
34
|
+
parentSnapshots?: Videomail[] | undefined;
|
|
35
35
|
replyAllUrl?: string;
|
|
36
36
|
replyUrl: string;
|
|
37
37
|
sending: boolean;
|
|
@@ -103,8 +103,8 @@ declare class Form extends Despot {
|
|
|
103
103
|
wantedInterval?: number;
|
|
104
104
|
} | undefined;
|
|
105
105
|
recordLocation?: string | undefined | undefined;
|
|
106
|
-
parentKey?: string;
|
|
107
|
-
parentSnapshots?: Videomail[];
|
|
106
|
+
parentKey?: string | undefined | undefined;
|
|
107
|
+
parentSnapshots?: Videomail[] | undefined | undefined;
|
|
108
108
|
replyAllUrl?: string;
|
|
109
109
|
replyUrl?: string;
|
|
110
110
|
sending?: boolean;
|
|
@@ -243,8 +243,8 @@ declare class Form extends Despot {
|
|
|
243
243
|
wantedInterval?: number;
|
|
244
244
|
} | undefined;
|
|
245
245
|
recordLocation?: string | undefined | undefined;
|
|
246
|
-
parentKey?: string;
|
|
247
|
-
parentSnapshots?: Videomail[];
|
|
246
|
+
parentKey?: string | undefined | undefined;
|
|
247
|
+
parentSnapshots?: Videomail[] | undefined | undefined;
|
|
248
248
|
replyAllUrl?: string;
|
|
249
249
|
replyUrl?: string;
|
|
250
250
|
sending?: boolean;
|
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.
|
|
10835
|
+
rE: "13.7.7"
|
|
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.
|
|
3
|
+
"version": "13.7.7",
|
|
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
|
".": {
|
|
@@ -80,18 +81,18 @@
|
|
|
80
81
|
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
|
81
82
|
"@rsbuild/plugin-stylus": "1.3.0",
|
|
82
83
|
"@rsdoctor/rspack-plugin": "1.5.2",
|
|
83
|
-
"@rslib/core": "0.19.
|
|
84
|
-
"@storybook/addon-a11y": "10.2.
|
|
85
|
-
"@storybook/addon-docs": "10.2.
|
|
86
|
-
"@storybook/addon-links": "10.2.
|
|
87
|
-
"@storybook/html": "10.2.
|
|
84
|
+
"@rslib/core": "0.19.6",
|
|
85
|
+
"@storybook/addon-a11y": "10.2.12",
|
|
86
|
+
"@storybook/addon-docs": "10.2.12",
|
|
87
|
+
"@storybook/addon-links": "10.2.12",
|
|
88
|
+
"@storybook/html": "10.2.12",
|
|
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.
|
|
95
|
+
"@vitest/eslint-plugin": "1.6.9",
|
|
95
96
|
"audit-ci": "7.1.0",
|
|
96
97
|
"chromatic": "15.1.0",
|
|
97
98
|
"cross-env": "10.1.0",
|
|
@@ -101,13 +102,13 @@
|
|
|
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.
|
|
105
|
+
"eslint-plugin-package-json": "0.89.1",
|
|
105
106
|
"eslint-plugin-promise": "7.2.1",
|
|
106
107
|
"eslint-plugin-regexp": "3.0.0",
|
|
107
|
-
"eslint-plugin-security": "
|
|
108
|
+
"eslint-plugin-security": "4.0.0",
|
|
108
109
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
109
110
|
"globals": "17.3.0",
|
|
110
|
-
"jsdom": "28.
|
|
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",
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
"prettier-plugin-packagejson": "3.0.0",
|
|
117
118
|
"prettier-plugin-sh": "0.18.0",
|
|
118
119
|
"release-it": "19.2.4",
|
|
119
|
-
"storybook": "10.2.
|
|
120
|
+
"storybook": "10.2.12",
|
|
120
121
|
"storybook-html-rsbuild": "3.2.2",
|
|
121
122
|
"type-fest": "5.4.4",
|
|
122
123
|
"typescript": "5.9.3",
|