videomail-client 13.12.1 → 13.12.2
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 +5 -5
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/Videomail.d.ts +20 -17
- package/dist/esm/wrappers/form.d.ts +66 -60
- package/dist/umd/index.js +5 -5
- package/package.json +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var __webpack_modules__ = {
|
|
2
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
2
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module, __webpack_exports__, __webpack_require__) {
|
|
3
3
|
"use strict";
|
|
4
4
|
__webpack_require__.d(__webpack_exports__, {
|
|
5
5
|
A: ()=>__rspack_default_export
|
|
@@ -10595,8 +10595,8 @@ var __webpack_exports__ = {};
|
|
|
10595
10595
|
__webpack_require__.r(__webpack_exports__);
|
|
10596
10596
|
__webpack_require__.d(__webpack_exports__, {
|
|
10597
10597
|
Reactions: ()=>Reactions,
|
|
10598
|
-
|
|
10599
|
-
|
|
10598
|
+
VideoType: ()=>VideoType,
|
|
10599
|
+
VideomailClient: ()=>VideomailClient
|
|
10600
10600
|
});
|
|
10601
10601
|
const VideoType = {
|
|
10602
10602
|
WebM: "webm",
|
|
@@ -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.2"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
|
@@ -15334,7 +15334,7 @@ var __webpack_exports__ = {};
|
|
|
15334
15334
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
15335
15335
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
15336
15336
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
15337
|
-
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
15337
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
15338
15338
|
var main_options = {};
|
|
15339
15339
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
15340
15340
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/dist/esm/index.js
CHANGED
|
@@ -64,7 +64,7 @@ __webpack_require__.m = __webpack_modules__;
|
|
|
64
64
|
__webpack_require__.nc = void 0;
|
|
65
65
|
})();
|
|
66
66
|
__webpack_require__.add({
|
|
67
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
67
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module, __webpack_exports__, __webpack_require__) {
|
|
68
68
|
__webpack_require__.d(__webpack_exports__, {
|
|
69
69
|
A: ()=>__rspack_default_export
|
|
70
70
|
});
|
|
@@ -3613,7 +3613,7 @@ const constants = {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
};
|
|
3615
3615
|
var package_namespaceObject = {
|
|
3616
|
-
rE: "13.12.
|
|
3616
|
+
rE: "13.12.2"
|
|
3617
3617
|
};
|
|
3618
3618
|
function isAudioEnabled(options) {
|
|
3619
3619
|
return Boolean(options.audio.enabled);
|
|
@@ -4694,7 +4694,7 @@ const insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/com
|
|
|
4694
4694
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
4695
4695
|
const styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
4696
4696
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
4697
|
-
const main_0 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
4697
|
+
const main_0 = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
4698
4698
|
var main_options = {};
|
|
4699
4699
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
4700
4700
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
|
@@ -7,6 +7,7 @@ import { RecordingStats } from "./RecordingStats";
|
|
|
7
7
|
import { UserKey } from "./user";
|
|
8
8
|
import VideoFormat from "./VideoFormat";
|
|
9
9
|
export interface Videomail {
|
|
10
|
+
url: string;
|
|
10
11
|
subject?: string;
|
|
11
12
|
body?: string;
|
|
12
13
|
from: EmailAddress;
|
|
@@ -15,6 +16,16 @@ export interface Videomail {
|
|
|
15
16
|
bcc?: EmailAddresses | undefined;
|
|
16
17
|
cc?: EmailAddresses | undefined;
|
|
17
18
|
alias: string;
|
|
19
|
+
replyAllUrl?: string;
|
|
20
|
+
replyUrl: string;
|
|
21
|
+
sentTo?: DeliveryRecord;
|
|
22
|
+
sentCc?: DeliveryRecord;
|
|
23
|
+
sentBcc?: DeliveryRecord;
|
|
24
|
+
rejectedTo?: DeliveryRecord;
|
|
25
|
+
rejectedCc?: DeliveryRecord;
|
|
26
|
+
rejectedBcc?: DeliveryRecord;
|
|
27
|
+
editUrl?: string;
|
|
28
|
+
repeatUrl?: string;
|
|
18
29
|
connection?: Record<string, number | string>;
|
|
19
30
|
dateCreated: number;
|
|
20
31
|
dateCreatedServerPretty: string;
|
|
@@ -25,8 +36,10 @@ export interface Videomail {
|
|
|
25
36
|
expiresAfterServerPretty: string;
|
|
26
37
|
format?: VideoFormat;
|
|
27
38
|
height?: number | undefined;
|
|
39
|
+
width?: number | undefined;
|
|
28
40
|
key: string;
|
|
29
41
|
mp4?: string;
|
|
42
|
+
webm?: string;
|
|
30
43
|
vtt?: string;
|
|
31
44
|
captions?: string | undefined;
|
|
32
45
|
poster?: string | undefined;
|
|
@@ -34,12 +47,16 @@ export interface Videomail {
|
|
|
34
47
|
recordingStats?: RecordingStats | undefined;
|
|
35
48
|
recordLocation?: string | undefined;
|
|
36
49
|
parentKey?: string | undefined;
|
|
50
|
+
userKey?: UserKey | undefined;
|
|
37
51
|
reactions?: ReactionsByUserKey | undefined;
|
|
38
52
|
reactionsPretty?: ReactionsPrettyByUserKey | undefined;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
53
|
+
comment?: {
|
|
54
|
+
count?: number | undefined;
|
|
55
|
+
url?: string | undefined;
|
|
56
|
+
};
|
|
42
57
|
shareUrl?: string | undefined;
|
|
58
|
+
userPublicPoster?: string | undefined;
|
|
59
|
+
public?: boolean;
|
|
43
60
|
sending: boolean;
|
|
44
61
|
sent?: boolean;
|
|
45
62
|
sentDate?: number;
|
|
@@ -48,23 +65,9 @@ export interface Videomail {
|
|
|
48
65
|
serverTimePretty?: string;
|
|
49
66
|
whitelistKey: string;
|
|
50
67
|
siteName?: string | undefined;
|
|
51
|
-
url: string;
|
|
52
|
-
userKey?: UserKey | undefined;
|
|
53
|
-
userPublicPoster?: string | undefined;
|
|
54
68
|
versions: {
|
|
55
69
|
videomailNinjaFormPlugin?: string;
|
|
56
70
|
videomailClient: string;
|
|
57
71
|
};
|
|
58
|
-
webm?: string;
|
|
59
|
-
width?: number | undefined;
|
|
60
|
-
sentTo?: DeliveryRecord;
|
|
61
|
-
sentCc?: DeliveryRecord;
|
|
62
|
-
sentBcc?: DeliveryRecord;
|
|
63
|
-
rejectedTo?: DeliveryRecord;
|
|
64
|
-
rejectedCc?: DeliveryRecord;
|
|
65
|
-
rejectedBcc?: DeliveryRecord;
|
|
66
|
-
public?: boolean;
|
|
67
|
-
editUrl?: string;
|
|
68
|
-
repeatUrl?: string;
|
|
69
72
|
}
|
|
70
73
|
export type PartialVideomail = PartialDeep<Videomail>;
|
|
@@ -17,6 +17,7 @@ declare class Form extends Despot {
|
|
|
17
17
|
constructor(container: Container, formElement: HTMLFormElement, options: VideomailClientOptions);
|
|
18
18
|
private getData;
|
|
19
19
|
transformFormData(formInputs: FormInputs): {
|
|
20
|
+
url?: string;
|
|
20
21
|
subject?: string;
|
|
21
22
|
body?: string;
|
|
22
23
|
from?: import("..").EmailAddress;
|
|
@@ -25,6 +26,40 @@ declare class Form extends Despot {
|
|
|
25
26
|
bcc?: import("..").EmailAddresses | undefined;
|
|
26
27
|
cc?: import("..").EmailAddresses | undefined;
|
|
27
28
|
alias?: string;
|
|
29
|
+
replyAllUrl?: string;
|
|
30
|
+
replyUrl?: string;
|
|
31
|
+
sentTo?: {
|
|
32
|
+
[x: string]: {
|
|
33
|
+
userKey?: string | false;
|
|
34
|
+
} | undefined;
|
|
35
|
+
};
|
|
36
|
+
sentCc?: {
|
|
37
|
+
[x: string]: {
|
|
38
|
+
userKey?: string | false;
|
|
39
|
+
} | undefined;
|
|
40
|
+
};
|
|
41
|
+
sentBcc?: {
|
|
42
|
+
[x: string]: {
|
|
43
|
+
userKey?: string | false;
|
|
44
|
+
} | undefined;
|
|
45
|
+
};
|
|
46
|
+
rejectedTo?: {
|
|
47
|
+
[x: string]: {
|
|
48
|
+
userKey?: string | false;
|
|
49
|
+
} | undefined;
|
|
50
|
+
};
|
|
51
|
+
rejectedCc?: {
|
|
52
|
+
[x: string]: {
|
|
53
|
+
userKey?: string | false;
|
|
54
|
+
} | undefined;
|
|
55
|
+
};
|
|
56
|
+
rejectedBcc?: {
|
|
57
|
+
[x: string]: {
|
|
58
|
+
userKey?: string | false;
|
|
59
|
+
} | undefined;
|
|
60
|
+
};
|
|
61
|
+
editUrl?: string;
|
|
62
|
+
repeatUrl?: string;
|
|
28
63
|
connection?: {
|
|
29
64
|
[x: string]: string | number | undefined;
|
|
30
65
|
};
|
|
@@ -41,8 +76,10 @@ declare class Form extends Despot {
|
|
|
41
76
|
} | undefined;
|
|
42
77
|
};
|
|
43
78
|
height?: number | undefined | undefined;
|
|
79
|
+
width?: number | undefined | undefined;
|
|
44
80
|
key?: string;
|
|
45
81
|
mp4?: string;
|
|
82
|
+
webm?: string;
|
|
46
83
|
vtt?: string;
|
|
47
84
|
captions?: string | undefined | undefined;
|
|
48
85
|
poster?: string | undefined | undefined;
|
|
@@ -105,6 +142,7 @@ declare class Form extends Despot {
|
|
|
105
142
|
} | undefined;
|
|
106
143
|
recordLocation?: string | undefined | undefined;
|
|
107
144
|
parentKey?: string | undefined | undefined;
|
|
145
|
+
userKey?: string | undefined;
|
|
108
146
|
reactions?: {
|
|
109
147
|
love?: readonly string[];
|
|
110
148
|
applause?: readonly string[];
|
|
@@ -137,10 +175,13 @@ declare class Form extends Despot {
|
|
|
137
175
|
} | undefined;
|
|
138
176
|
};
|
|
139
177
|
} | undefined;
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
178
|
+
comment?: {
|
|
179
|
+
count?: number | undefined | undefined;
|
|
180
|
+
url?: string | undefined | undefined;
|
|
181
|
+
};
|
|
143
182
|
shareUrl?: string | undefined | undefined;
|
|
183
|
+
userPublicPoster?: string | undefined | undefined;
|
|
184
|
+
public?: boolean;
|
|
144
185
|
sending?: boolean;
|
|
145
186
|
sent?: boolean;
|
|
146
187
|
sentDate?: number;
|
|
@@ -149,15 +190,23 @@ declare class Form extends Despot {
|
|
|
149
190
|
serverTimePretty?: string;
|
|
150
191
|
whitelistKey?: string;
|
|
151
192
|
siteName?: string | undefined | undefined;
|
|
152
|
-
url?: string;
|
|
153
|
-
userKey?: string | undefined;
|
|
154
|
-
userPublicPoster?: string | undefined | undefined;
|
|
155
193
|
versions?: {
|
|
156
194
|
videomailNinjaFormPlugin?: string;
|
|
157
195
|
videomailClient?: string;
|
|
158
196
|
};
|
|
159
|
-
|
|
160
|
-
|
|
197
|
+
};
|
|
198
|
+
getRecipients(): {
|
|
199
|
+
url?: string;
|
|
200
|
+
subject?: string;
|
|
201
|
+
body?: string;
|
|
202
|
+
from?: import("..").EmailAddress;
|
|
203
|
+
fromNickName?: string | null;
|
|
204
|
+
to?: import("..").EmailAddresses | undefined;
|
|
205
|
+
bcc?: import("..").EmailAddresses | undefined;
|
|
206
|
+
cc?: import("..").EmailAddresses | undefined;
|
|
207
|
+
alias?: string;
|
|
208
|
+
replyAllUrl?: string;
|
|
209
|
+
replyUrl?: string;
|
|
161
210
|
sentTo?: {
|
|
162
211
|
[x: string]: {
|
|
163
212
|
userKey?: string | false;
|
|
@@ -188,19 +237,8 @@ declare class Form extends Despot {
|
|
|
188
237
|
userKey?: string | false;
|
|
189
238
|
} | undefined;
|
|
190
239
|
};
|
|
191
|
-
public?: boolean;
|
|
192
240
|
editUrl?: string;
|
|
193
241
|
repeatUrl?: string;
|
|
194
|
-
};
|
|
195
|
-
getRecipients(): {
|
|
196
|
-
subject?: string;
|
|
197
|
-
body?: string;
|
|
198
|
-
from?: import("..").EmailAddress;
|
|
199
|
-
fromNickName?: string | null;
|
|
200
|
-
to?: import("..").EmailAddresses | undefined;
|
|
201
|
-
bcc?: import("..").EmailAddresses | undefined;
|
|
202
|
-
cc?: import("..").EmailAddresses | undefined;
|
|
203
|
-
alias?: string;
|
|
204
242
|
connection?: {
|
|
205
243
|
[x: string]: string | number | undefined;
|
|
206
244
|
};
|
|
@@ -217,8 +255,10 @@ declare class Form extends Despot {
|
|
|
217
255
|
} | undefined;
|
|
218
256
|
};
|
|
219
257
|
height?: number | undefined | undefined;
|
|
258
|
+
width?: number | undefined | undefined;
|
|
220
259
|
key?: string;
|
|
221
260
|
mp4?: string;
|
|
261
|
+
webm?: string;
|
|
222
262
|
vtt?: string;
|
|
223
263
|
captions?: string | undefined | undefined;
|
|
224
264
|
poster?: string | undefined | undefined;
|
|
@@ -281,6 +321,7 @@ declare class Form extends Despot {
|
|
|
281
321
|
} | undefined;
|
|
282
322
|
recordLocation?: string | undefined | undefined;
|
|
283
323
|
parentKey?: string | undefined | undefined;
|
|
324
|
+
userKey?: string | undefined;
|
|
284
325
|
reactions?: {
|
|
285
326
|
love?: readonly string[];
|
|
286
327
|
applause?: readonly string[];
|
|
@@ -313,10 +354,13 @@ declare class Form extends Despot {
|
|
|
313
354
|
} | undefined;
|
|
314
355
|
};
|
|
315
356
|
} | undefined;
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
357
|
+
comment?: {
|
|
358
|
+
count?: number | undefined | undefined;
|
|
359
|
+
url?: string | undefined | undefined;
|
|
360
|
+
};
|
|
319
361
|
shareUrl?: string | undefined | undefined;
|
|
362
|
+
userPublicPoster?: string | undefined | undefined;
|
|
363
|
+
public?: boolean;
|
|
320
364
|
sending?: boolean;
|
|
321
365
|
sent?: boolean;
|
|
322
366
|
sentDate?: number;
|
|
@@ -325,48 +369,10 @@ declare class Form extends Despot {
|
|
|
325
369
|
serverTimePretty?: string;
|
|
326
370
|
whitelistKey?: string;
|
|
327
371
|
siteName?: string | undefined | undefined;
|
|
328
|
-
url?: string;
|
|
329
|
-
userKey?: string | undefined;
|
|
330
|
-
userPublicPoster?: string | undefined | undefined;
|
|
331
372
|
versions?: {
|
|
332
373
|
videomailNinjaFormPlugin?: string;
|
|
333
374
|
videomailClient?: string;
|
|
334
375
|
};
|
|
335
|
-
webm?: string;
|
|
336
|
-
width?: number | undefined | undefined;
|
|
337
|
-
sentTo?: {
|
|
338
|
-
[x: string]: {
|
|
339
|
-
userKey?: string | false;
|
|
340
|
-
} | undefined;
|
|
341
|
-
};
|
|
342
|
-
sentCc?: {
|
|
343
|
-
[x: string]: {
|
|
344
|
-
userKey?: string | false;
|
|
345
|
-
} | undefined;
|
|
346
|
-
};
|
|
347
|
-
sentBcc?: {
|
|
348
|
-
[x: string]: {
|
|
349
|
-
userKey?: string | false;
|
|
350
|
-
} | undefined;
|
|
351
|
-
};
|
|
352
|
-
rejectedTo?: {
|
|
353
|
-
[x: string]: {
|
|
354
|
-
userKey?: string | false;
|
|
355
|
-
} | undefined;
|
|
356
|
-
};
|
|
357
|
-
rejectedCc?: {
|
|
358
|
-
[x: string]: {
|
|
359
|
-
userKey?: string | false;
|
|
360
|
-
} | undefined;
|
|
361
|
-
};
|
|
362
|
-
rejectedBcc?: {
|
|
363
|
-
[x: string]: {
|
|
364
|
-
userKey?: string | false;
|
|
365
|
-
} | undefined;
|
|
366
|
-
};
|
|
367
|
-
public?: boolean;
|
|
368
|
-
editUrl?: string;
|
|
369
|
-
repeatUrl?: string;
|
|
370
376
|
};
|
|
371
377
|
loadVideomail(videomail: Videomail): void;
|
|
372
378
|
private setDisabled;
|
package/dist/umd/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
else root["VideomailClient"] = factory();
|
|
6
6
|
})(globalThis, ()=>(()=>{
|
|
7
7
|
var __webpack_modules__ = {
|
|
8
|
-
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
8
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl" (module1, __webpack_exports__, __webpack_require__) {
|
|
9
9
|
"use strict";
|
|
10
10
|
__webpack_require__.d(__webpack_exports__, {
|
|
11
11
|
A: ()=>__rspack_default_export
|
|
@@ -10601,8 +10601,8 @@
|
|
|
10601
10601
|
__webpack_require__.r(__webpack_exports__);
|
|
10602
10602
|
__webpack_require__.d(__webpack_exports__, {
|
|
10603
10603
|
Reactions: ()=>Reactions,
|
|
10604
|
-
|
|
10605
|
-
|
|
10604
|
+
VideoType: ()=>VideoType,
|
|
10605
|
+
VideomailClient: ()=>VideomailClient
|
|
10606
10606
|
});
|
|
10607
10607
|
const VideoType = {
|
|
10608
10608
|
WebM: "webm",
|
|
@@ -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.2"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|
|
@@ -15196,7 +15196,7 @@
|
|
|
15196
15196
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
15197
15197
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
15198
15198
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
15199
|
-
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[
|
|
15199
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[10].oneOf[3].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[10].oneOf[3].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[10].oneOf[3].use[3]!./src/styles/main.styl");
|
|
15200
15200
|
var main_options = {};
|
|
15201
15201
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
15202
15202
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "13.12.
|
|
3
|
+
"version": "13.12.2",
|
|
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",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@chromatic-com/storybook": "5.1.2",
|
|
79
|
-
"@eslint/config-inspector": "2.0.
|
|
79
|
+
"@eslint/config-inspector": "2.0.1",
|
|
80
80
|
"@eslint/js": "10.0.1",
|
|
81
81
|
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
|
82
82
|
"@rsbuild/plugin-stylus": "1.3.2",
|
|
83
83
|
"@rsdoctor/rspack-plugin": "1.5.9",
|
|
84
|
-
"@rslib/core": "0.21.
|
|
84
|
+
"@rslib/core": "0.21.4",
|
|
85
85
|
"@storybook/addon-a11y": "10.3.6",
|
|
86
86
|
"@storybook/addon-docs": "10.3.6",
|
|
87
87
|
"@storybook/addon-links": "10.3.6",
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
95
|
"@vitest/eslint-plugin": "1.6.16",
|
|
96
96
|
"audit-ci": "7.1.0",
|
|
97
|
-
"chromatic": "16.
|
|
97
|
+
"chromatic": "16.9.0",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
99
|
"eslint": "10.3.0",
|
|
100
100
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
101
|
-
"eslint-plugin-de-morgan": "2.1.
|
|
101
|
+
"eslint-plugin-de-morgan": "2.1.2",
|
|
102
102
|
"eslint-plugin-depend": "1.5.0",
|
|
103
103
|
"eslint-plugin-import-x": "4.16.2",
|
|
104
104
|
"eslint-plugin-package-json": "0.91.2",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
107
107
|
"globals": "17.6.0",
|
|
108
108
|
"jsdom": "29.1.1",
|
|
109
|
-
"msw": "2.14.
|
|
109
|
+
"msw": "2.14.3",
|
|
110
110
|
"msw-storybook-addon": "2.0.7",
|
|
111
111
|
"prettier": "3.8.3",
|
|
112
112
|
"prettier-plugin-curly": "0.4.1",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"storybook-html-rsbuild": "3.3.3",
|
|
119
119
|
"type-fest": "5.6.0",
|
|
120
120
|
"typescript": "6.0.3",
|
|
121
|
-
"typescript-eslint": "8.59.
|
|
121
|
+
"typescript-eslint": "8.59.2",
|
|
122
122
|
"vitest": "4.1.5"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|