videomail-client 10.2.3 → 10.2.4
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/index.d.ts +0 -2
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +14 -14
package/dist/cjs/index.cjs
CHANGED
|
@@ -13870,7 +13870,7 @@ var __webpack_exports__ = {};
|
|
|
13870
13870
|
}
|
|
13871
13871
|
const wrappers_form = Form;
|
|
13872
13872
|
var package_namespaceObject = {
|
|
13873
|
-
i8: "10.2.
|
|
13873
|
+
i8: "10.2.4"
|
|
13874
13874
|
};
|
|
13875
13875
|
function resource_define_property(obj, key, value) {
|
|
13876
13876
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import VideomailClient from "./client";
|
|
2
2
|
import { FullVideomailErrorData, VideomailErrorData } from "./types/error";
|
|
3
3
|
import VideomailEvents from "./types/events";
|
|
4
|
-
import { PartialVideomailClientOptions } from "./types/options";
|
|
5
4
|
import RecordingStats from "./types/RecordingStats";
|
|
6
5
|
import Videomail from "./types/Videomail";
|
|
7
6
|
import { VideoType } from "./types/VideoType";
|
|
8
7
|
export type { Videomail };
|
|
9
8
|
export type { VideomailEvents };
|
|
10
|
-
export type { PartialVideomailClientOptions };
|
|
11
9
|
export type { RecordingStats };
|
|
12
10
|
export { VideoType, VideomailClient };
|
|
13
11
|
export type { VideomailErrorData, FullVideomailErrorData };
|
package/dist/esm/index.js
CHANGED
package/dist/umd/index.js
CHANGED
|
@@ -13838,7 +13838,7 @@
|
|
|
13838
13838
|
}
|
|
13839
13839
|
const wrappers_form = Form;
|
|
13840
13840
|
var package_namespaceObject = {
|
|
13841
|
-
i8: "10.2.
|
|
13841
|
+
i8: "10.2.4"
|
|
13842
13842
|
};
|
|
13843
13843
|
function findOriginalExc(exc) {
|
|
13844
13844
|
if (exc instanceof Error && "response" in exc) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.4",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -78,18 +78,18 @@
|
|
|
78
78
|
"@rsbuild/plugin-stylus": "1.0.7",
|
|
79
79
|
"@rsdoctor/rspack-plugin": "0.4.13",
|
|
80
80
|
"@rslib/core": "0.4.1",
|
|
81
|
-
"@storybook/addon-a11y": "8.5.
|
|
81
|
+
"@storybook/addon-a11y": "8.5.6",
|
|
82
82
|
"@storybook/addon-console": "3.0.0",
|
|
83
|
-
"@storybook/addon-essentials": "8.5.
|
|
84
|
-
"@storybook/addon-interactions": "8.5.
|
|
85
|
-
"@storybook/addon-links": "8.5.
|
|
86
|
-
"@storybook/html": "8.5.
|
|
87
|
-
"@storybook/manager-api": "8.5.
|
|
88
|
-
"@storybook/theming": "8.5.
|
|
83
|
+
"@storybook/addon-essentials": "8.5.6",
|
|
84
|
+
"@storybook/addon-interactions": "8.5.6",
|
|
85
|
+
"@storybook/addon-links": "8.5.6",
|
|
86
|
+
"@storybook/html": "8.5.6",
|
|
87
|
+
"@storybook/manager-api": "8.5.6",
|
|
88
|
+
"@storybook/theming": "8.5.6",
|
|
89
89
|
"@tsconfig/node22": "22.0.0",
|
|
90
90
|
"@tsconfig/strictest": "2.0.5",
|
|
91
91
|
"@types/defined": "1.0.2",
|
|
92
|
-
"@types/node": "22.13.
|
|
92
|
+
"@types/node": "22.13.4",
|
|
93
93
|
"@types/superagent": "8.1.9",
|
|
94
94
|
"@types/ua-parser-js": "0.7.39",
|
|
95
95
|
"@vitest/eslint-plugin": "1.1.31",
|
|
@@ -97,24 +97,24 @@
|
|
|
97
97
|
"chromatic": "11.25.2",
|
|
98
98
|
"cross-env": "7.0.3",
|
|
99
99
|
"eslint": "9.20.1",
|
|
100
|
-
"eslint-import-resolver-typescript": "3.
|
|
100
|
+
"eslint-import-resolver-typescript": "3.8.0",
|
|
101
101
|
"eslint-plugin-depend": "0.12.0",
|
|
102
102
|
"eslint-plugin-import-x": "4.6.1",
|
|
103
103
|
"eslint-plugin-promise": "7.2.1",
|
|
104
104
|
"eslint-plugin-regexp": "2.7.0",
|
|
105
105
|
"eslint-plugin-security": "3.0.1",
|
|
106
|
-
"eslint-plugin-storybook": "0.11.
|
|
106
|
+
"eslint-plugin-storybook": "0.11.3",
|
|
107
107
|
"globals": "15.15.0",
|
|
108
108
|
"jsdom": "26.0.0",
|
|
109
109
|
"msw": "2.7.0",
|
|
110
110
|
"msw-storybook-addon": "2.0.4",
|
|
111
|
-
"prettier": "3.5.
|
|
111
|
+
"prettier": "3.5.1",
|
|
112
112
|
"prettier-plugin-curly": "0.3.1",
|
|
113
113
|
"prettier-plugin-packagejson": "2.5.8",
|
|
114
114
|
"prettier-plugin-sh": "0.14.0",
|
|
115
115
|
"release-it": "18.1.2",
|
|
116
|
-
"storybook": "8.5.
|
|
117
|
-
"storybook-html-rsbuild": "0.1.
|
|
116
|
+
"storybook": "8.5.6",
|
|
117
|
+
"storybook-html-rsbuild": "0.1.10",
|
|
118
118
|
"type-fest": "4.34.1",
|
|
119
119
|
"typescript": "5.7.3",
|
|
120
120
|
"typescript-eslint": "8.24.0",
|