videomail-client 13.11.0 → 13.12.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 +1 -1
- package/dist/esm/client.d.ts +2 -2
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/Videomail.d.ts +1 -0
- package/dist/esm/wrappers/form.d.ts +2 -0
- package/dist/umd/index.js +1 -1
- package/package.json +12 -12
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.12.0"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
package/dist/esm/client.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ declare class VideomailClient extends Despot {
|
|
|
23
23
|
hide(): void;
|
|
24
24
|
getByAlias(alias: string): Promise<Videomail>;
|
|
25
25
|
getByKey(key: string): Promise<Videomail>;
|
|
26
|
-
getThreadByAlias(alias: string): Promise<import("
|
|
27
|
-
getThreadByKey(key: string): Promise<import("
|
|
26
|
+
getThreadByAlias(alias: string): Promise<import(".").VideomailThread>;
|
|
27
|
+
getThreadByKey(key: string): Promise<import(".").VideomailThread>;
|
|
28
28
|
isDirty(): boolean;
|
|
29
29
|
isBuilt(): boolean;
|
|
30
30
|
isRecording(): boolean;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export type { VideomailClientOptions } from "./types/options";
|
|
|
13
13
|
export type { ReactionKey, ReactionLabel, ReactionPrettyByUserKey, ReactionsByUserKey, ReactionsPrettyByUserKey, ReactionType, } from "./types/reaction";
|
|
14
14
|
export { Reactions } from "./types/reaction";
|
|
15
15
|
export type { RecordingStats } from "./types/RecordingStats";
|
|
16
|
+
export type { VideomailThread } from "./types/thread";
|
|
16
17
|
export type { PartialVideomail, Videomail } from "./types/Videomail";
|
|
17
18
|
export type { VideoTypeType } from "./types/VideoType";
|
|
18
19
|
export { VideoType };
|
package/dist/esm/index.js
CHANGED
|
@@ -139,6 +139,7 @@ declare class Form extends Despot {
|
|
|
139
139
|
} | undefined;
|
|
140
140
|
replyAllUrl?: string;
|
|
141
141
|
replyUrl?: string;
|
|
142
|
+
commentUrl?: string;
|
|
142
143
|
shareUrl?: string;
|
|
143
144
|
sending?: boolean;
|
|
144
145
|
sent?: boolean;
|
|
@@ -314,6 +315,7 @@ declare class Form extends Despot {
|
|
|
314
315
|
} | undefined;
|
|
315
316
|
replyAllUrl?: string;
|
|
316
317
|
replyUrl?: string;
|
|
318
|
+
commentUrl?: string;
|
|
317
319
|
shareUrl?: string;
|
|
318
320
|
sending?: boolean;
|
|
319
321
|
sent?: boolean;
|
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.12.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.12.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",
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"@eslint/config-inspector": "2.0.0",
|
|
80
80
|
"@eslint/js": "10.0.1",
|
|
81
81
|
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
|
82
|
-
"@rsbuild/plugin-stylus": "1.3.
|
|
82
|
+
"@rsbuild/plugin-stylus": "1.3.2",
|
|
83
83
|
"@rsdoctor/rspack-plugin": "1.5.9",
|
|
84
84
|
"@rslib/core": "0.21.3",
|
|
85
|
-
"@storybook/addon-a11y": "10.3.
|
|
86
|
-
"@storybook/addon-docs": "10.3.
|
|
87
|
-
"@storybook/addon-links": "10.3.
|
|
88
|
-
"@storybook/html": "10.3.
|
|
85
|
+
"@storybook/addon-a11y": "10.3.6",
|
|
86
|
+
"@storybook/addon-docs": "10.3.6",
|
|
87
|
+
"@storybook/addon-links": "10.3.6",
|
|
88
|
+
"@storybook/html": "10.3.6",
|
|
89
89
|
"@tsconfig/node24": "24.0.4",
|
|
90
90
|
"@tsconfig/strictest": "2.0.8",
|
|
91
91
|
"@types/defined": "1.0.2",
|
|
@@ -94,19 +94,19 @@
|
|
|
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.6.
|
|
97
|
+
"chromatic": "16.6.3",
|
|
98
98
|
"cross-env": "10.1.0",
|
|
99
99
|
"eslint": "10.2.1",
|
|
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",
|
|
103
103
|
"eslint-plugin-import-x": "4.16.2",
|
|
104
|
-
"eslint-plugin-package-json": "0.91.
|
|
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
107
|
"globals": "17.5.0",
|
|
108
|
-
"jsdom": "29.
|
|
109
|
-
"msw": "2.
|
|
108
|
+
"jsdom": "29.1.1",
|
|
109
|
+
"msw": "2.14.2",
|
|
110
110
|
"msw-storybook-addon": "2.0.7",
|
|
111
111
|
"prettier": "3.8.3",
|
|
112
112
|
"prettier-plugin-curly": "0.4.1",
|
|
@@ -114,11 +114,11 @@
|
|
|
114
114
|
"prettier-plugin-packagejson": "3.0.2",
|
|
115
115
|
"prettier-plugin-sh": "0.18.1",
|
|
116
116
|
"release-it": "20.0.1",
|
|
117
|
-
"storybook": "10.3.
|
|
117
|
+
"storybook": "10.3.6",
|
|
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.1",
|
|
122
122
|
"vitest": "4.1.5"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|