videomail-client 10.2.25 → 10.2.27
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 -2
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -2
- package/dist/esm/types/error.d.ts +0 -1
- package/dist/umd/index.js +1 -2
- package/package.json +6 -6
package/dist/cjs/index.cjs
CHANGED
|
@@ -14128,7 +14128,7 @@ var __webpack_exports__ = {};
|
|
|
14128
14128
|
}
|
|
14129
14129
|
const wrappers_form = Form;
|
|
14130
14130
|
var package_namespaceObject = {
|
|
14131
|
-
i8: "10.2.
|
|
14131
|
+
i8: "10.2.27"
|
|
14132
14132
|
};
|
|
14133
14133
|
function resource_define_property(obj, key, value) {
|
|
14134
14134
|
if (key in obj) Object.defineProperty(obj, key, {
|
|
@@ -14231,7 +14231,6 @@ var __webpack_exports__ = {};
|
|
|
14231
14231
|
logLines: err.logLines,
|
|
14232
14232
|
orientation: err.orientation,
|
|
14233
14233
|
os: err.os,
|
|
14234
|
-
promise: err.promise,
|
|
14235
14234
|
reason: err.reason,
|
|
14236
14235
|
screen: err.screen,
|
|
14237
14236
|
siteName: err.siteName,
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ import { VideomailClientOptions } from "./types/options";
|
|
|
5
5
|
import RecordingStats from "./types/RecordingStats";
|
|
6
6
|
import Videomail from "./types/Videomail";
|
|
7
7
|
import { VideoType } from "./types/VideoType";
|
|
8
|
-
import { Command } from "./types/command";
|
|
8
|
+
import { Command, CommandArgs } from "./types/command";
|
|
9
9
|
export type { Videomail };
|
|
10
10
|
export type { VideomailEvents };
|
|
11
11
|
export type { RecordingStats };
|
|
12
12
|
export type { VideomailClientOptions };
|
|
13
13
|
export { VideoType, VideomailClient };
|
|
14
14
|
export type { VideomailErrorData, FullVideomailErrorData };
|
|
15
|
-
export type { Command };
|
|
15
|
+
export type { Command, CommandArgs };
|
package/dist/esm/index.js
CHANGED
|
@@ -4075,7 +4075,7 @@ class Form extends util_Despot {
|
|
|
4075
4075
|
}
|
|
4076
4076
|
const wrappers_form = Form;
|
|
4077
4077
|
var package_namespaceObject = {
|
|
4078
|
-
i8: "10.2.
|
|
4078
|
+
i8: "10.2.27"
|
|
4079
4079
|
};
|
|
4080
4080
|
function findOriginalExc(exc) {
|
|
4081
4081
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -4173,7 +4173,6 @@ class Resource {
|
|
|
4173
4173
|
logLines: err.logLines,
|
|
4174
4174
|
orientation: err.orientation,
|
|
4175
4175
|
os: err.os,
|
|
4176
|
-
promise: err.promise,
|
|
4177
4176
|
reason: err.reason,
|
|
4178
4177
|
screen: err.screen,
|
|
4179
4178
|
siteName: err.siteName,
|
package/dist/umd/index.js
CHANGED
|
@@ -14095,7 +14095,7 @@
|
|
|
14095
14095
|
}
|
|
14096
14096
|
const wrappers_form = Form;
|
|
14097
14097
|
var package_namespaceObject = {
|
|
14098
|
-
i8: "10.2.
|
|
14098
|
+
i8: "10.2.27"
|
|
14099
14099
|
};
|
|
14100
14100
|
function findOriginalExc(exc) {
|
|
14101
14101
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -14193,7 +14193,6 @@
|
|
|
14193
14193
|
logLines: err.logLines,
|
|
14194
14194
|
orientation: err.orientation,
|
|
14195
14195
|
os: err.os,
|
|
14196
|
-
promise: err.promise,
|
|
14197
14196
|
reason: err.reason,
|
|
14198
14197
|
screen: err.screen,
|
|
14199
14198
|
siteName: err.siteName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "videomail-client",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.27",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@chromatic-com/storybook": "3.2.6",
|
|
77
|
-
"@eslint/js": "9.25.
|
|
77
|
+
"@eslint/js": "9.25.1",
|
|
78
78
|
"@rsbuild/plugin-node-polyfill": "1.3.0",
|
|
79
79
|
"@rsbuild/plugin-stylus": "1.1.1",
|
|
80
80
|
"@rsdoctor/rspack-plugin": "1.0.2",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"audit-ci": "7.1.0",
|
|
98
98
|
"chromatic": "11.28.2",
|
|
99
99
|
"cross-env": "7.0.3",
|
|
100
|
-
"eslint": "9.25.
|
|
101
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
100
|
+
"eslint": "9.25.1",
|
|
101
|
+
"eslint-import-resolver-typescript": "4.3.4",
|
|
102
102
|
"eslint-plugin-depend": "1.0.0",
|
|
103
103
|
"eslint-plugin-import-x": "4.10.6",
|
|
104
104
|
"eslint-plugin-promise": "7.2.1",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"storybook-html-rsbuild": "1.0.1",
|
|
119
119
|
"type-fest": "4.40.0",
|
|
120
120
|
"typescript": "5.8.3",
|
|
121
|
-
"typescript-eslint": "8.
|
|
122
|
-
"vitest": "3.1.
|
|
121
|
+
"typescript-eslint": "8.31.0",
|
|
122
|
+
"vitest": "3.1.2"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|
|
125
125
|
"node": "^22.8.0",
|