videomail-client 10.2.39 → 10.2.40
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 -0
- package/dist/umd/index.js +1 -1
- package/package.json +2 -2
package/dist/cjs/index.cjs
CHANGED
|
@@ -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.40"
|
|
14379
14379
|
};
|
|
14380
14380
|
function resource_define_property(obj, key, value) {
|
|
14381
14381
|
if (key in obj) Object.defineProperty(obj, key, {
|
package/dist/esm/index.js
CHANGED
|
@@ -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.40"
|
|
4186
4186
|
};
|
|
4187
4187
|
function findOriginalExc(exc) {
|
|
4188
4188
|
if (exc instanceof Error && "response" in exc) {
|
package/dist/umd/index.js
CHANGED
|
@@ -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.40"
|
|
14346
14346
|
};
|
|
14347
14347
|
function findOriginalExc(exc) {
|
|
14348
14348
|
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.40",
|
|
4
4
|
"description": "A wicked npm package to record videos directly in the browser, wohooo!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webcam",
|
|
@@ -118,7 +118,7 @@
|
|
|
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.32.
|
|
121
|
+
"typescript-eslint": "8.32.1",
|
|
122
122
|
"vitest": "3.1.3"
|
|
123
123
|
},
|
|
124
124
|
"engines": {
|