videomail-client 13.12.0 → 13.12.1
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.12.
|
|
10855
|
+
rE: "13.12.1"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/index.js
CHANGED
|
@@ -38,8 +38,8 @@ export interface Videomail {
|
|
|
38
38
|
reactionsPretty?: ReactionsPrettyByUserKey | undefined;
|
|
39
39
|
replyAllUrl?: string;
|
|
40
40
|
replyUrl: string;
|
|
41
|
-
commentUrl?: string;
|
|
42
|
-
shareUrl?: string;
|
|
41
|
+
commentUrl?: string | undefined;
|
|
42
|
+
shareUrl?: string | undefined;
|
|
43
43
|
sending: boolean;
|
|
44
44
|
sent?: boolean;
|
|
45
45
|
sentDate?: number;
|
|
@@ -139,8 +139,8 @@ declare class Form extends Despot {
|
|
|
139
139
|
} | undefined;
|
|
140
140
|
replyAllUrl?: string;
|
|
141
141
|
replyUrl?: string;
|
|
142
|
-
commentUrl?: string;
|
|
143
|
-
shareUrl?: string;
|
|
142
|
+
commentUrl?: string | undefined | undefined;
|
|
143
|
+
shareUrl?: string | undefined | undefined;
|
|
144
144
|
sending?: boolean;
|
|
145
145
|
sent?: boolean;
|
|
146
146
|
sentDate?: number;
|
|
@@ -315,8 +315,8 @@ declare class Form extends Despot {
|
|
|
315
315
|
} | undefined;
|
|
316
316
|
replyAllUrl?: string;
|
|
317
317
|
replyUrl?: string;
|
|
318
|
-
commentUrl?: string;
|
|
319
|
-
shareUrl?: string;
|
|
318
|
+
commentUrl?: string | undefined | undefined;
|
|
319
|
+
shareUrl?: string | undefined | undefined;
|
|
320
320
|
sending?: boolean;
|
|
321
321
|
sent?: boolean;
|
|
322
322
|
sentDate?: number;
|
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.12.
|
|
10861
|
+
rE: "13.12.1"
|
|
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.12.
|
|
3
|
+
"version": "13.12.1",
|
|
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",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
97
|
"chromatic": "16.6.3",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
|
-
"eslint": "10.
|
|
99
|
+
"eslint": "10.3.0",
|
|
100
100
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
101
101
|
"eslint-plugin-de-morgan": "2.1.1",
|
|
102
102
|
"eslint-plugin-depend": "1.5.0",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-plugin-package-json": "0.91.2",
|
|
105
105
|
"eslint-plugin-regexp": "3.1.0",
|
|
106
106
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
107
|
-
"globals": "17.
|
|
107
|
+
"globals": "17.6.0",
|
|
108
108
|
"jsdom": "29.1.1",
|
|
109
109
|
"msw": "2.14.2",
|
|
110
110
|
"msw-storybook-addon": "2.0.7",
|