videomail-client 13.9.0 → 13.10.0
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
|
@@ -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.
|
|
10855
|
+
rE: "13.10.0"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -34,7 +34,6 @@ export interface Videomail {
|
|
|
34
34
|
recordingStats?: RecordingStats | undefined;
|
|
35
35
|
recordLocation?: string | undefined;
|
|
36
36
|
parentKey?: string | undefined;
|
|
37
|
-
parentSnapshots?: Videomail[] | undefined;
|
|
38
37
|
reactions?: ReactionsByUserKey | undefined;
|
|
39
38
|
reactionsPretty?: ReactionsPrettyByUserKey | undefined;
|
|
40
39
|
replyAllUrl?: string;
|
|
@@ -105,7 +105,6 @@ declare class Form extends Despot {
|
|
|
105
105
|
} | undefined;
|
|
106
106
|
recordLocation?: string | undefined | undefined;
|
|
107
107
|
parentKey?: string | undefined | undefined;
|
|
108
|
-
parentSnapshots?: Videomail[] | undefined | undefined;
|
|
109
108
|
reactions?: {
|
|
110
109
|
love?: readonly string[];
|
|
111
110
|
applause?: readonly string[];
|
|
@@ -281,7 +280,6 @@ declare class Form extends Despot {
|
|
|
281
280
|
} | undefined;
|
|
282
281
|
recordLocation?: string | undefined | undefined;
|
|
283
282
|
parentKey?: string | undefined | undefined;
|
|
284
|
-
parentSnapshots?: Videomail[] | undefined | undefined;
|
|
285
283
|
reactions?: {
|
|
286
284
|
love?: readonly string[];
|
|
287
285
|
applause?: readonly 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.
|
|
10861
|
+
rE: "13.10.0"
|
|
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.
|
|
3
|
+
"version": "13.10.0",
|
|
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",
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
107
107
|
"globals": "17.5.0",
|
|
108
108
|
"jsdom": "29.0.2",
|
|
109
|
-
"msw": "2.13.
|
|
109
|
+
"msw": "2.13.6",
|
|
110
110
|
"msw-storybook-addon": "2.0.7",
|
|
111
111
|
"prettier": "3.8.3",
|
|
112
112
|
"prettier-plugin-curly": "0.4.1",
|
|
113
113
|
"prettier-plugin-jsdoc": "1.8.0",
|
|
114
114
|
"prettier-plugin-packagejson": "3.0.2",
|
|
115
115
|
"prettier-plugin-sh": "0.18.1",
|
|
116
|
-
"release-it": "20.0.
|
|
116
|
+
"release-it": "20.0.1",
|
|
117
117
|
"storybook": "10.3.5",
|
|
118
118
|
"storybook-html-rsbuild": "3.3.3",
|
|
119
119
|
"type-fest": "5.6.0",
|