videomail-client 10.2.46 → 10.2.47
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 -1
- package/dist/esm/index.js +2 -1
- package/dist/umd/index.js +2 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -13894,6 +13894,7 @@ var __webpack_exports__ = {};
|
|
|
13894
13894
|
const originalExplanation = explanation;
|
|
13895
13895
|
if (explanation && "object" == typeof explanation) explanation = util_pretty(explanation);
|
|
13896
13896
|
if (!explanation && originalExplanation) explanation = `Inspected: ${originalExplanation}`;
|
|
13897
|
+
if (!explanation && (null == err ? void 0 : err.explanation)) explanation = err.explanation;
|
|
13897
13898
|
if (!message && (null == err ? void 0 : err.message)) message = err.message;
|
|
13898
13899
|
if (!message) {
|
|
13899
13900
|
if (errName) message = `${errName} (weird)`;
|
|
@@ -14375,7 +14376,7 @@ var __webpack_exports__ = {};
|
|
|
14375
14376
|
}
|
|
14376
14377
|
const wrappers_form = Form;
|
|
14377
14378
|
var package_namespaceObject = {
|
|
14378
|
-
i8: "10.2.
|
|
14379
|
+
i8: "10.2.47"
|
|
14379
14380
|
};
|
|
14380
14381
|
function resource_define_property(obj, key, value) {
|
|
14381
14382
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -3837,6 +3837,7 @@ function createError(errorParams) {
|
|
|
3837
3837
|
const originalExplanation = explanation;
|
|
3838
3838
|
if (explanation && "object" == typeof explanation) explanation = util_pretty(explanation);
|
|
3839
3839
|
if (!explanation && originalExplanation) explanation = `Inspected: ${originalExplanation}`;
|
|
3840
|
+
if (!explanation && err?.explanation) explanation = err.explanation;
|
|
3840
3841
|
if (!message && err?.message) message = err.message;
|
|
3841
3842
|
if (!message) {
|
|
3842
3843
|
if (errName) message = `${errName} (weird)`;
|
|
@@ -4182,7 +4183,7 @@ class Form extends util_Despot {
|
|
|
4182
4183
|
}
|
|
4183
4184
|
const wrappers_form = Form;
|
|
4184
4185
|
var package_namespaceObject = {
|
|
4185
|
-
i8: "10.2.
|
|
4186
|
+
i8: "10.2.47"
|
|
4186
4187
|
};
|
|
4187
4188
|
function findOriginalExc(exc) {
|
|
4188
4189
|
if (exc instanceof Error && "response" in exc) {
|
package/dist/umd/index.js
CHANGED
|
@@ -13882,6 +13882,7 @@
|
|
|
13882
13882
|
const originalExplanation = explanation;
|
|
13883
13883
|
if (explanation && "object" == typeof explanation) explanation = util_pretty(explanation);
|
|
13884
13884
|
if (!explanation && originalExplanation) explanation = `Inspected: ${originalExplanation}`;
|
|
13885
|
+
if (!explanation && err?.explanation) explanation = err.explanation;
|
|
13885
13886
|
if (!message && err?.message) message = err.message;
|
|
13886
13887
|
if (!message) {
|
|
13887
13888
|
if (errName) message = `${errName} (weird)`;
|
|
@@ -14342,7 +14343,7 @@
|
|
|
14342
14343
|
}
|
|
14343
14344
|
const wrappers_form = Form;
|
|
14344
14345
|
var package_namespaceObject = {
|
|
14345
|
-
i8: "10.2.
|
|
14346
|
+
i8: "10.2.47"
|
|
14346
14347
|
};
|
|
14347
14348
|
function findOriginalExc(exc) {
|
|
14348
14349
|
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.47",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@types/node": "22.15.30",
|
|
94
94
|
"@types/superagent": "8.1.9",
|
|
95
95
|
"@types/ua-parser-js": "0.7.39",
|
|
96
|
-
"@vitest/eslint-plugin": "1.2.
|
|
96
|
+
"@vitest/eslint-plugin": "1.2.2",
|
|
97
97
|
"audit-ci": "7.1.0",
|
|
98
98
|
"chromatic": "11.28.2",
|
|
99
99
|
"cross-env": "7.0.3",
|