videomail-client 10.2.43 → 10.2.44
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 +3 -3
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +3 -3
- package/dist/umd/index.js +3 -3
- package/package.json +12 -12
package/dist/cjs/index.cjs
CHANGED
|
@@ -9973,7 +9973,7 @@ var __webpack_modules__ = {
|
|
|
9973
9973
|
}
|
|
9974
9974
|
}
|
|
9975
9975
|
},
|
|
9976
|
-
"
|
|
9976
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
|
|
9977
9977
|
"use strict";
|
|
9978
9978
|
__webpack_require__.d(__webpack_exports__, {
|
|
9979
9979
|
Z: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
@@ -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.44"
|
|
14379
14379
|
};
|
|
14380
14380
|
function resource_define_property(obj, key, value) {
|
|
14381
14381
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
@@ -17955,7 +17955,7 @@ var __webpack_exports__ = {};
|
|
|
17955
17955
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
17956
17956
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
17957
17957
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
17958
|
-
var main = __webpack_require__("
|
|
17958
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl");
|
|
17959
17959
|
var main_options = {};
|
|
17960
17960
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
17961
17961
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { FullVideomailErrorData, VideomailErrorData } from "./types/error";
|
|
|
3
3
|
import VideomailEvents from "./types/events";
|
|
4
4
|
import { VideomailClientOptions } from "./types/options";
|
|
5
5
|
import RecordingStats from "./types/RecordingStats";
|
|
6
|
-
import Videomail from "./types/Videomail";
|
|
6
|
+
import Videomail, { PartialVideomail } from "./types/Videomail";
|
|
7
7
|
import { VideoType } from "./types/VideoType";
|
|
8
8
|
import { Command, CommandArgs } from "./types/command";
|
|
9
9
|
export type { Videomail };
|
|
@@ -11,5 +11,5 @@ export type { VideomailEvents };
|
|
|
11
11
|
export type { RecordingStats };
|
|
12
12
|
export type { VideomailClientOptions };
|
|
13
13
|
export { VideoType, VideomailClient };
|
|
14
|
-
export type { VideomailErrorData, FullVideomailErrorData };
|
|
14
|
+
export type { VideomailErrorData, FullVideomailErrorData, PartialVideomail };
|
|
15
15
|
export type { Command, CommandArgs };
|
package/dist/esm/index.js
CHANGED
|
@@ -3109,7 +3109,7 @@ var __webpack_modules__ = {
|
|
|
3109
3109
|
return tryTypedArrays(value);
|
|
3110
3110
|
};
|
|
3111
3111
|
},
|
|
3112
|
-
"
|
|
3112
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl": function(module, __webpack_exports__, __webpack_require__) {
|
|
3113
3113
|
__webpack_require__.d(__webpack_exports__, {
|
|
3114
3114
|
Z: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
3115
3115
|
});
|
|
@@ -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.44"
|
|
4186
4186
|
};
|
|
4187
4187
|
function findOriginalExc(exc) {
|
|
4188
4188
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -7500,7 +7500,7 @@ var insertStyleElement = __webpack_require__("./node_modules/@rsbuild/core/compi
|
|
|
7500
7500
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
7501
7501
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
7502
7502
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
7503
|
-
var main = __webpack_require__("
|
|
7503
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl");
|
|
7504
7504
|
var main_options = {};
|
|
7505
7505
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
7506
7506
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/dist/umd/index.js
CHANGED
|
@@ -9979,7 +9979,7 @@
|
|
|
9979
9979
|
}
|
|
9980
9980
|
}
|
|
9981
9981
|
},
|
|
9982
|
-
"
|
|
9982
|
+
"./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl": function(module1, __webpack_exports__, __webpack_require__) {
|
|
9983
9983
|
"use strict";
|
|
9984
9984
|
__webpack_require__.d(__webpack_exports__, {
|
|
9985
9985
|
Z: ()=>__WEBPACK_DEFAULT_EXPORT__
|
|
@@ -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.44"
|
|
14346
14346
|
};
|
|
14347
14347
|
function findOriginalExc(exc) {
|
|
14348
14348
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -17738,7 +17738,7 @@
|
|
|
17738
17738
|
var insertStyleElement_default = /*#__PURE__*/ __webpack_require__.n(insertStyleElement);
|
|
17739
17739
|
var styleTagTransform = __webpack_require__("./node_modules/@rsbuild/core/compiled/style-loader/runtime/styleTagTransform.js");
|
|
17740
17740
|
var styleTagTransform_default = /*#__PURE__*/ __webpack_require__.n(styleTagTransform);
|
|
17741
|
-
var main = __webpack_require__("
|
|
17741
|
+
var main = __webpack_require__("./node_modules/@rsbuild/core/compiled/css-loader/index.js??ruleSet[1].rules[11].use[1]!builtin:lightningcss-loader??ruleSet[1].rules[11].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[11].use[3]!./src/styles/main.styl");
|
|
17742
17742
|
var main_options = {};
|
|
17743
17743
|
main_options.styleTagTransform = styleTagTransform_default();
|
|
17744
17744
|
main_options.setAttributes = setAttributesWithoutAttributes_default();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.44",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@chromatic-com/storybook": "3.2.6",
|
|
77
|
-
"@eslint/js": "9.
|
|
77
|
+
"@eslint/js": "9.28.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
|
-
"@rslib/core": "0.
|
|
81
|
+
"@rslib/core": "0.9.1",
|
|
82
82
|
"@storybook/addon-a11y": "8.6.14",
|
|
83
83
|
"@storybook/addon-console": "3.0.0",
|
|
84
84
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -90,35 +90,35 @@
|
|
|
90
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.29",
|
|
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.1",
|
|
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.
|
|
100
|
+
"eslint": "9.28.0",
|
|
101
|
+
"eslint-import-resolver-typescript": "4.4.2",
|
|
102
102
|
"eslint-plugin-depend": "1.2.0",
|
|
103
|
-
"eslint-plugin-import-x": "4.
|
|
103
|
+
"eslint-plugin-import-x": "4.14.1",
|
|
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
|
-
"globals": "16.
|
|
108
|
+
"globals": "16.2.0",
|
|
109
109
|
"jsdom": "26.1.0",
|
|
110
|
-
"msw": "2.8.
|
|
110
|
+
"msw": "2.8.6",
|
|
111
111
|
"msw-storybook-addon": "2.0.4",
|
|
112
112
|
"prettier": "3.5.3",
|
|
113
113
|
"prettier-plugin-curly": "0.3.2",
|
|
114
114
|
"prettier-plugin-packagejson": "2.5.14",
|
|
115
115
|
"prettier-plugin-sh": "0.17.4",
|
|
116
|
-
"release-it": "19.0.
|
|
116
|
+
"release-it": "19.0.3",
|
|
117
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
|
-
"typescript-eslint": "8.
|
|
121
|
+
"typescript-eslint": "8.33.0",
|
|
122
122
|
"vitest": "3.1.4"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|