videomail-client 10.3.3 → 10.3.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 +4 -5
- package/dist/esm/index.js +1 -1
- package/dist/umd/index.js +4 -5
- package/package.json +20 -20
package/dist/cjs/index.cjs
CHANGED
|
@@ -6700,8 +6700,7 @@ var __webpack_modules__ = {
|
|
|
6700
6700
|
for (const def of this._defaults)request[def.fn](...def.args);
|
|
6701
6701
|
}
|
|
6702
6702
|
}
|
|
6703
|
-
for (const fn of defaults)Agent.prototype[fn] = function() {
|
|
6704
|
-
for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)args[_key] = arguments[_key];
|
|
6703
|
+
for (const fn of defaults)Agent.prototype[fn] = function(...args) {
|
|
6705
6704
|
this._defaults.push({
|
|
6706
6705
|
fn,
|
|
6707
6706
|
args
|
|
@@ -10617,7 +10616,7 @@ var __webpack_exports__ = {};
|
|
|
10617
10616
|
return to;
|
|
10618
10617
|
};
|
|
10619
10618
|
function serializeError(value, options = {}) {
|
|
10620
|
-
const { maxDepth =
|
|
10619
|
+
const { maxDepth = 1 / 0, useToJSON = true } = options;
|
|
10621
10620
|
if ('object' == typeof value && null !== value) return destroyCircular({
|
|
10622
10621
|
from: value,
|
|
10623
10622
|
seen: [],
|
|
@@ -10631,7 +10630,7 @@ var __webpack_exports__ = {};
|
|
|
10631
10630
|
return value;
|
|
10632
10631
|
}
|
|
10633
10632
|
function deserializeError(value, options = {}) {
|
|
10634
|
-
const { maxDepth =
|
|
10633
|
+
const { maxDepth = 1 / 0 } = options;
|
|
10635
10634
|
if (value instanceof Error) return value;
|
|
10636
10635
|
if (isMinimumViableSerializedError(value)) return destroyCircular({
|
|
10637
10636
|
from: value,
|
|
@@ -14556,7 +14555,7 @@ var __webpack_exports__ = {};
|
|
|
14556
14555
|
}
|
|
14557
14556
|
const wrappers_form = Form;
|
|
14558
14557
|
var package_namespaceObject = {
|
|
14559
|
-
i8: "10.3.
|
|
14558
|
+
i8: "10.3.4"
|
|
14560
14559
|
};
|
|
14561
14560
|
function resource_define_property(obj, key, value) {
|
|
14562
14561
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -4243,7 +4243,7 @@ class Form extends util_Despot {
|
|
|
4243
4243
|
}
|
|
4244
4244
|
const wrappers_form = Form;
|
|
4245
4245
|
var package_namespaceObject = {
|
|
4246
|
-
i8: "10.3.
|
|
4246
|
+
i8: "10.3.4"
|
|
4247
4247
|
};
|
|
4248
4248
|
function findOriginalExc(exc) {
|
|
4249
4249
|
if (exc instanceof Error && "response" in exc) {
|
package/dist/umd/index.js
CHANGED
|
@@ -6706,8 +6706,7 @@
|
|
|
6706
6706
|
for (const def of this._defaults)request[def.fn](...def.args);
|
|
6707
6707
|
}
|
|
6708
6708
|
}
|
|
6709
|
-
for (const fn of defaults)Agent.prototype[fn] = function() {
|
|
6710
|
-
for(var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)args[_key] = arguments[_key];
|
|
6709
|
+
for (const fn of defaults)Agent.prototype[fn] = function(...args) {
|
|
6711
6710
|
this._defaults.push({
|
|
6712
6711
|
fn,
|
|
6713
6712
|
args
|
|
@@ -10623,7 +10622,7 @@
|
|
|
10623
10622
|
return to;
|
|
10624
10623
|
};
|
|
10625
10624
|
function serializeError(value, options = {}) {
|
|
10626
|
-
const { maxDepth =
|
|
10625
|
+
const { maxDepth = 1 / 0, useToJSON = true } = options;
|
|
10627
10626
|
if ('object' == typeof value && null !== value) return destroyCircular({
|
|
10628
10627
|
from: value,
|
|
10629
10628
|
seen: [],
|
|
@@ -10637,7 +10636,7 @@
|
|
|
10637
10636
|
return value;
|
|
10638
10637
|
}
|
|
10639
10638
|
function deserializeError(value, options = {}) {
|
|
10640
|
-
const { maxDepth =
|
|
10639
|
+
const { maxDepth = 1 / 0 } = options;
|
|
10641
10640
|
if (value instanceof Error) return value;
|
|
10642
10641
|
if (isMinimumViableSerializedError(value)) return destroyCircular({
|
|
10643
10642
|
from: value,
|
|
@@ -14523,7 +14522,7 @@
|
|
|
14523
14522
|
}
|
|
14524
14523
|
const wrappers_form = Form;
|
|
14525
14524
|
var package_namespaceObject = {
|
|
14526
|
-
i8: "10.3.
|
|
14525
|
+
i8: "10.3.4"
|
|
14527
14526
|
};
|
|
14528
14527
|
function findOriginalExc(exc) {
|
|
14529
14528
|
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.3.
|
|
3
|
+
"version": "10.3.4",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
"is-power-of-two": "1.0.0",
|
|
70
70
|
"nanoevents": "9.1.0",
|
|
71
71
|
"serialize-error": "12.0.0",
|
|
72
|
-
"superagent": "10.2.
|
|
72
|
+
"superagent": "10.2.2",
|
|
73
73
|
"ua-parser-js": "2.0.4",
|
|
74
74
|
"websocket-stream": "5.5.2"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@chromatic-com/storybook": "4.0.1",
|
|
78
78
|
"@eslint/config-inspector": "1.1.0",
|
|
79
|
-
"@eslint/js": "9.
|
|
80
|
-
"@rsbuild/plugin-node-polyfill": "1.3.
|
|
81
|
-
"@rsbuild/plugin-stylus": "1.1.
|
|
82
|
-
"@rsdoctor/rspack-plugin": "1.1.
|
|
83
|
-
"@rslib/core": "0.10.
|
|
84
|
-
"@storybook/addon-a11y": "9.0.
|
|
85
|
-
"@storybook/addon-docs": "9.0.
|
|
86
|
-
"@storybook/addon-links": "9.0.
|
|
87
|
-
"@storybook/html": "9.0.
|
|
79
|
+
"@eslint/js": "9.31.0",
|
|
80
|
+
"@rsbuild/plugin-node-polyfill": "1.3.1",
|
|
81
|
+
"@rsbuild/plugin-stylus": "1.1.2",
|
|
82
|
+
"@rsdoctor/rspack-plugin": "1.1.8",
|
|
83
|
+
"@rslib/core": "0.10.6",
|
|
84
|
+
"@storybook/addon-a11y": "9.0.17",
|
|
85
|
+
"@storybook/addon-docs": "9.0.17",
|
|
86
|
+
"@storybook/addon-links": "9.0.17",
|
|
87
|
+
"@storybook/html": "9.0.17",
|
|
88
88
|
"@tsconfig/node22": "22.0.2",
|
|
89
89
|
"@tsconfig/strictest": "2.0.5",
|
|
90
90
|
"@types/defined": "1.0.2",
|
|
@@ -93,32 +93,32 @@
|
|
|
93
93
|
"@types/ua-parser-js": "0.7.39",
|
|
94
94
|
"@vitest/eslint-plugin": "1.3.4",
|
|
95
95
|
"audit-ci": "7.1.0",
|
|
96
|
-
"chromatic": "13.1.
|
|
96
|
+
"chromatic": "13.1.2",
|
|
97
97
|
"cross-env": "7.0.3",
|
|
98
|
-
"eslint": "9.
|
|
98
|
+
"eslint": "9.31.0",
|
|
99
99
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
100
100
|
"eslint-plugin-de-morgan": "1.3.0",
|
|
101
101
|
"eslint-plugin-depend": "1.2.0",
|
|
102
102
|
"eslint-plugin-import-x": "4.16.1",
|
|
103
|
-
"eslint-plugin-package-json": "0.
|
|
103
|
+
"eslint-plugin-package-json": "0.45.1",
|
|
104
104
|
"eslint-plugin-promise": "7.2.1",
|
|
105
105
|
"eslint-plugin-regexp": "2.9.0",
|
|
106
106
|
"eslint-plugin-security": "3.0.1",
|
|
107
|
-
"eslint-plugin-storybook": "9.0.
|
|
107
|
+
"eslint-plugin-storybook": "9.0.17",
|
|
108
108
|
"globals": "16.3.0",
|
|
109
109
|
"jsdom": "26.1.0",
|
|
110
|
-
"msw": "2.10.
|
|
110
|
+
"msw": "2.10.4",
|
|
111
111
|
"msw-storybook-addon": "2.0.5",
|
|
112
112
|
"prettier": "3.6.2",
|
|
113
113
|
"prettier-plugin-curly": "0.3.2",
|
|
114
|
-
"prettier-plugin-packagejson": "2.5.
|
|
114
|
+
"prettier-plugin-packagejson": "2.5.18",
|
|
115
115
|
"prettier-plugin-sh": "0.18.0",
|
|
116
|
-
"release-it": "19.0.
|
|
117
|
-
"storybook": "9.0.
|
|
116
|
+
"release-it": "19.0.4",
|
|
117
|
+
"storybook": "9.0.17",
|
|
118
118
|
"storybook-html-rsbuild": "2.0.2",
|
|
119
119
|
"type-fest": "4.41.0",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
|
-
"typescript-eslint": "8.
|
|
121
|
+
"typescript-eslint": "8.37.0",
|
|
122
122
|
"vitest": "3.2.4"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|