videomail-client 10.2.40 → 10.2.42

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.
@@ -14375,7 +14375,7 @@ var __webpack_exports__ = {};
14375
14375
  }
14376
14376
  const wrappers_form = Form;
14377
14377
  var package_namespaceObject = {
14378
- i8: "10.2.40"
14378
+ i8: "10.2.42"
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.40"
4185
+ i8: "10.2.42"
4186
4186
  };
4187
4187
  function findOriginalExc(exc) {
4188
4188
  if (exc instanceof Error && "response" in exc) {
@@ -13,7 +13,7 @@ export interface VideomailErrorData {
13
13
  code?: string | undefined;
14
14
  status?: number | undefined;
15
15
  stack?: string | undefined;
16
- errType?: string | undefined;
16
+ type?: string | undefined;
17
17
  }
18
18
  interface VideomailErrorVersions {
19
19
  videomailNinjaFormPlugin?: string | undefined;
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.40"
14345
+ i8: "10.2.42"
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.40",
3
+ "version": "10.2.42",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -78,7 +78,7 @@
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.6.9",
81
+ "@rslib/core": "0.7.1",
82
82
  "@storybook/addon-a11y": "8.6.12",
83
83
  "@storybook/addon-console": "3.0.0",
84
84
  "@storybook/addon-essentials": "8.6.12",
@@ -90,7 +90,7 @@
90
90
  "@tsconfig/node22": "22.0.1",
91
91
  "@tsconfig/strictest": "2.0.5",
92
92
  "@types/defined": "1.0.2",
93
- "@types/node": "22.15.17",
93
+ "@types/node": "22.15.18",
94
94
  "@types/superagent": "8.1.9",
95
95
  "@types/ua-parser-js": "0.7.39",
96
96
  "@vitest/eslint-plugin": "1.1.44",