videomail-client 10.2.42 → 10.2.43
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 +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/util/error/VideomailError.d.ts +1 -1
- package/dist/umd/index.js +2 -2
- package/package.json +19 -19
package/dist/cjs/index.cjs
CHANGED
|
@@ -13751,7 +13751,7 @@ var __webpack_exports__ = {};
|
|
|
13751
13751
|
return this.classList;
|
|
13752
13752
|
}
|
|
13753
13753
|
constructor(message, options, classList, errData){
|
|
13754
|
-
super(message, errData), VideomailError_define_property(this, "title", "Error
|
|
13754
|
+
super(message, errData), VideomailError_define_property(this, "title", "Error from videomail-client npm package"), VideomailError_define_property(this, "location", window.location.href), VideomailError_define_property(this, "explanation", void 0), VideomailError_define_property(this, "logLines", void 0), VideomailError_define_property(this, "siteName", void 0), VideomailError_define_property(this, "cookie", void 0), VideomailError_define_property(this, "err", void 0), VideomailError_define_property(this, "promise", void 0), VideomailError_define_property(this, "reason", void 0), VideomailError_define_property(this, "browser", void 0), VideomailError_define_property(this, "cpu", void 0), VideomailError_define_property(this, "device", void 0), VideomailError_define_property(this, "engine", void 0), VideomailError_define_property(this, "os", void 0), VideomailError_define_property(this, "screen", void 0), VideomailError_define_property(this, "orientation", void 0), VideomailError_define_property(this, "classList", void 0);
|
|
13755
13755
|
this.explanation = null == errData ? void 0 : errData.explanation;
|
|
13756
13756
|
this.logLines = null == errData ? void 0 : errData.logLines;
|
|
13757
13757
|
this.siteName = options.siteName;
|
|
@@ -14375,7 +14375,7 @@ var __webpack_exports__ = {};
|
|
|
14375
14375
|
}
|
|
14376
14376
|
const wrappers_form = Form;
|
|
14377
14377
|
var package_namespaceObject = {
|
|
14378
|
-
i8: "10.2.
|
|
14378
|
+
i8: "10.2.43"
|
|
14379
14379
|
};
|
|
14380
14380
|
function resource_define_property(obj, key, value) {
|
|
14381
14381
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -3670,7 +3670,7 @@ class HTTPError_HTTPError extends Error {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
const HTTPError = HTTPError_HTTPError;
|
|
3672
3672
|
class VideomailError extends HTTPError {
|
|
3673
|
-
title = "Error
|
|
3673
|
+
title = "Error from videomail-client npm package";
|
|
3674
3674
|
location = window.location.href;
|
|
3675
3675
|
explanation;
|
|
3676
3676
|
logLines;
|
|
@@ -4182,7 +4182,7 @@ class Form extends util_Despot {
|
|
|
4182
4182
|
}
|
|
4183
4183
|
const wrappers_form = Form;
|
|
4184
4184
|
var package_namespaceObject = {
|
|
4185
|
-
i8: "10.2.
|
|
4185
|
+
i8: "10.2.43"
|
|
4186
4186
|
};
|
|
4187
4187
|
function findOriginalExc(exc) {
|
|
4188
4188
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -7,7 +7,7 @@ export interface ErrData extends ErrorOptions {
|
|
|
7
7
|
err?: Error | undefined;
|
|
8
8
|
}
|
|
9
9
|
declare class VideomailError extends HTTPError {
|
|
10
|
-
readonly title = "Error
|
|
10
|
+
readonly title = "Error from videomail-client npm package";
|
|
11
11
|
readonly location: string;
|
|
12
12
|
explanation: string | undefined;
|
|
13
13
|
logLines?: string[] | undefined;
|
package/dist/umd/index.js
CHANGED
|
@@ -13715,7 +13715,7 @@
|
|
|
13715
13715
|
}
|
|
13716
13716
|
const HTTPError = HTTPError_HTTPError;
|
|
13717
13717
|
class VideomailError extends HTTPError {
|
|
13718
|
-
title = "Error
|
|
13718
|
+
title = "Error from videomail-client npm package";
|
|
13719
13719
|
location = window.location.href;
|
|
13720
13720
|
explanation;
|
|
13721
13721
|
logLines;
|
|
@@ -14342,7 +14342,7 @@
|
|
|
14342
14342
|
}
|
|
14343
14343
|
const wrappers_form = Form;
|
|
14344
14344
|
var package_namespaceObject = {
|
|
14345
|
-
i8: "10.2.
|
|
14345
|
+
i8: "10.2.43"
|
|
14346
14346
|
};
|
|
14347
14347
|
function findOriginalExc(exc) {
|
|
14348
14348
|
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.43",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -74,52 +74,52 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@chromatic-com/storybook": "3.2.6",
|
|
77
|
-
"@eslint/js": "9.
|
|
77
|
+
"@eslint/js": "9.27.0",
|
|
78
78
|
"@rsbuild/plugin-node-polyfill": "1.3.0",
|
|
79
79
|
"@rsbuild/plugin-stylus": "1.1.1",
|
|
80
80
|
"@rsdoctor/rspack-plugin": "1.1.2",
|
|
81
81
|
"@rslib/core": "0.7.1",
|
|
82
|
-
"@storybook/addon-a11y": "8.6.
|
|
82
|
+
"@storybook/addon-a11y": "8.6.14",
|
|
83
83
|
"@storybook/addon-console": "3.0.0",
|
|
84
|
-
"@storybook/addon-essentials": "8.6.
|
|
85
|
-
"@storybook/addon-interactions": "8.6.
|
|
86
|
-
"@storybook/addon-links": "8.6.
|
|
87
|
-
"@storybook/html": "8.6.
|
|
88
|
-
"@storybook/manager-api": "8.6.
|
|
89
|
-
"@storybook/theming": "8.6.
|
|
90
|
-
"@tsconfig/node22": "22.0.
|
|
84
|
+
"@storybook/addon-essentials": "8.6.14",
|
|
85
|
+
"@storybook/addon-interactions": "8.6.14",
|
|
86
|
+
"@storybook/addon-links": "8.6.14",
|
|
87
|
+
"@storybook/html": "8.6.14",
|
|
88
|
+
"@storybook/manager-api": "8.6.14",
|
|
89
|
+
"@storybook/theming": "8.6.14",
|
|
90
|
+
"@tsconfig/node22": "22.0.2",
|
|
91
91
|
"@tsconfig/strictest": "2.0.5",
|
|
92
92
|
"@types/defined": "1.0.2",
|
|
93
|
-
"@types/node": "22.15.
|
|
93
|
+
"@types/node": "22.15.19",
|
|
94
94
|
"@types/superagent": "8.1.9",
|
|
95
95
|
"@types/ua-parser-js": "0.7.39",
|
|
96
|
-
"@vitest/eslint-plugin": "1.
|
|
96
|
+
"@vitest/eslint-plugin": "1.2.0",
|
|
97
97
|
"audit-ci": "7.1.0",
|
|
98
98
|
"chromatic": "11.28.2",
|
|
99
99
|
"cross-env": "7.0.3",
|
|
100
|
-
"eslint": "9.
|
|
101
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
100
|
+
"eslint": "9.27.0",
|
|
101
|
+
"eslint-import-resolver-typescript": "4.3.5",
|
|
102
102
|
"eslint-plugin-depend": "1.2.0",
|
|
103
|
-
"eslint-plugin-import-x": "4.
|
|
103
|
+
"eslint-plugin-import-x": "4.12.2",
|
|
104
104
|
"eslint-plugin-promise": "7.2.1",
|
|
105
105
|
"eslint-plugin-regexp": "2.7.0",
|
|
106
106
|
"eslint-plugin-security": "3.0.1",
|
|
107
107
|
"eslint-plugin-storybook": "0.12.0",
|
|
108
108
|
"globals": "16.1.0",
|
|
109
109
|
"jsdom": "26.1.0",
|
|
110
|
-
"msw": "2.8.
|
|
110
|
+
"msw": "2.8.4",
|
|
111
111
|
"msw-storybook-addon": "2.0.4",
|
|
112
112
|
"prettier": "3.5.3",
|
|
113
113
|
"prettier-plugin-curly": "0.3.2",
|
|
114
|
-
"prettier-plugin-packagejson": "2.5.
|
|
114
|
+
"prettier-plugin-packagejson": "2.5.14",
|
|
115
115
|
"prettier-plugin-sh": "0.17.4",
|
|
116
116
|
"release-it": "19.0.2",
|
|
117
|
-
"storybook": "8.6.
|
|
117
|
+
"storybook": "8.6.14",
|
|
118
118
|
"storybook-html-rsbuild": "1.0.1",
|
|
119
119
|
"type-fest": "4.41.0",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
121
|
"typescript-eslint": "8.32.1",
|
|
122
|
-
"vitest": "3.1.
|
|
122
|
+
"vitest": "3.1.4"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|
|
125
125
|
"node": "^22.8.0",
|