videomail-client 10.3.8 → 10.3.9
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.js +1 -1
- package/dist/esm/types/error.d.ts +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +4 -4
package/dist/cjs/index.cjs
CHANGED
|
@@ -10649,7 +10649,7 @@ var __webpack_exports__ = {};
|
|
|
10649
10649
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10650
10650
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10651
10651
|
var package_namespaceObject = {
|
|
10652
|
-
i8: "10.3.
|
|
10652
|
+
i8: "10.3.9"
|
|
10653
10653
|
};
|
|
10654
10654
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10655
10655
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
package/dist/esm/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { ErrorObject } from "serialize-error";
|
|
|
2
2
|
import type { IBrowser, ICPU, IDevice, IEngine, IOS } from "ua-parser-js";
|
|
3
3
|
export interface VideomailErrorData {
|
|
4
4
|
cause?: any;
|
|
5
|
-
promise?:
|
|
5
|
+
promise?: any;
|
|
6
6
|
err?: ErrorObject | undefined;
|
|
7
7
|
name?: string;
|
|
8
8
|
explanation?: string | undefined;
|
package/dist/umd/index.js
CHANGED
|
@@ -10655,7 +10655,7 @@
|
|
|
10655
10655
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10656
10656
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10657
10657
|
var package_namespaceObject = {
|
|
10658
|
-
i8: "10.3.
|
|
10658
|
+
i8: "10.3.9"
|
|
10659
10659
|
};
|
|
10660
10660
|
var defined = __webpack_require__("./node_modules/defined/index.js");
|
|
10661
10661
|
var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.9",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@eslint/js": "9.33.0",
|
|
80
80
|
"@rsbuild/plugin-node-polyfill": "1.4.1",
|
|
81
81
|
"@rsbuild/plugin-stylus": "1.1.3",
|
|
82
|
-
"@rsdoctor/rspack-plugin": "1.2.
|
|
82
|
+
"@rsdoctor/rspack-plugin": "1.2.2",
|
|
83
83
|
"@rslib/core": "0.11.2",
|
|
84
84
|
"@storybook/addon-a11y": "9.1.2",
|
|
85
85
|
"@storybook/addon-docs": "9.1.2",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"eslint-plugin-de-morgan": "1.3.1",
|
|
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.54.0",
|
|
104
104
|
"eslint-plugin-promise": "7.2.1",
|
|
105
105
|
"eslint-plugin-regexp": "2.10.0",
|
|
106
106
|
"eslint-plugin-security": "3.0.1",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"prettier-plugin-sh": "0.18.0",
|
|
117
117
|
"release-it": "19.0.4",
|
|
118
118
|
"storybook": "9.1.2",
|
|
119
|
-
"storybook-html-rsbuild": "2.0.
|
|
119
|
+
"storybook-html-rsbuild": "2.0.4",
|
|
120
120
|
"type-fest": "4.41.0",
|
|
121
121
|
"typescript": "5.8.3",
|
|
122
122
|
"typescript-eslint": "8.39.1",
|