videomail-client 10.2.47 → 10.2.48
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
CHANGED
|
@@ -14376,7 +14376,7 @@ var __webpack_exports__ = {};
|
|
|
14376
14376
|
}
|
|
14377
14377
|
const wrappers_form = Form;
|
|
14378
14378
|
var package_namespaceObject = {
|
|
14379
|
-
i8: "10.2.
|
|
14379
|
+
i8: "10.2.48"
|
|
14380
14380
|
};
|
|
14381
14381
|
function resource_define_property(obj, key, value) {
|
|
14382
14382
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -4183,7 +4183,7 @@ class Form extends util_Despot {
|
|
|
4183
4183
|
}
|
|
4184
4184
|
const wrappers_form = Form;
|
|
4185
4185
|
var package_namespaceObject = {
|
|
4186
|
-
i8: "10.2.
|
|
4186
|
+
i8: "10.2.48"
|
|
4187
4187
|
};
|
|
4188
4188
|
function findOriginalExc(exc) {
|
|
4189
4189
|
if (exc instanceof Error && "response" in exc) {
|
|
@@ -75,6 +75,7 @@ declare class Form extends Despot {
|
|
|
75
75
|
subject?: string;
|
|
76
76
|
to?: string[] | undefined | undefined;
|
|
77
77
|
url?: string;
|
|
78
|
+
userKey?: string;
|
|
78
79
|
versions?: {
|
|
79
80
|
videomailNinjaFormPlugin?: string;
|
|
80
81
|
videomailClient?: string;
|
|
@@ -142,6 +143,7 @@ declare class Form extends Despot {
|
|
|
142
143
|
subject?: string;
|
|
143
144
|
to?: string[] | undefined | undefined;
|
|
144
145
|
url?: string;
|
|
146
|
+
userKey?: string;
|
|
145
147
|
versions?: {
|
|
146
148
|
videomailNinjaFormPlugin?: string;
|
|
147
149
|
videomailClient?: string;
|
package/dist/umd/index.js
CHANGED
|
@@ -14343,7 +14343,7 @@
|
|
|
14343
14343
|
}
|
|
14344
14344
|
const wrappers_form = Form;
|
|
14345
14345
|
var package_namespaceObject = {
|
|
14346
|
-
i8: "10.2.
|
|
14346
|
+
i8: "10.2.48"
|
|
14347
14347
|
};
|
|
14348
14348
|
function findOriginalExc(exc) {
|
|
14349
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.48",
|
|
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.
|
|
77
|
+
"@eslint/js": "9.29.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.3",
|
|
@@ -93,15 +93,15 @@
|
|
|
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.5",
|
|
97
97
|
"audit-ci": "7.1.0",
|
|
98
98
|
"chromatic": "11.28.2",
|
|
99
99
|
"cross-env": "7.0.3",
|
|
100
|
-
"eslint": "9.
|
|
100
|
+
"eslint": "9.29.0",
|
|
101
101
|
"eslint-import-resolver-typescript": "4.4.3",
|
|
102
102
|
"eslint-plugin-de-morgan": "1.3.0",
|
|
103
103
|
"eslint-plugin-depend": "1.2.0",
|
|
104
|
-
"eslint-plugin-import-x": "4.15.
|
|
104
|
+
"eslint-plugin-import-x": "4.15.2",
|
|
105
105
|
"eslint-plugin-package-json": "0.33.2",
|
|
106
106
|
"eslint-plugin-promise": "7.2.1",
|
|
107
107
|
"eslint-plugin-regexp": "2.9.0",
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
"vitest": "3.2.3"
|
|
125
125
|
},
|
|
126
126
|
"engines": {
|
|
127
|
-
"node": "^22.
|
|
128
|
-
"npm": "^10.
|
|
127
|
+
"node": "^22.16.0",
|
|
128
|
+
"npm": "^10.9.2"
|
|
129
129
|
},
|
|
130
130
|
"msw": {
|
|
131
131
|
"workerDirectory": [
|