videomail-client 10.0.12 → 10.0.13

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/index.cjs CHANGED
@@ -3896,7 +3896,7 @@ function __webpack_require__(moduleId) {
3896
3896
  this.browser = usefulClientData.browser;
3897
3897
  // Only when architecture is set, pass it over
3898
3898
  if (usefulClientData.cpu.architecture) this.cpu = usefulClientData.cpu;
3899
- this.device = usefulClientData.device;
3899
+ this.device = usefulClientData.device.type ? usefulClientData.device : void 0;
3900
3900
  this.engine = usefulClientData.engine;
3901
3901
  this.os = usefulClientData.os;
3902
3902
  const cookie = __webpack_require__.g.document.cookie.split("; ");
@@ -5816,7 +5816,7 @@ function __webpack_require__(moduleId) {
5816
5816
  const external_is_power_of_two_namespaceObject = require("is-power-of-two");
5817
5817
  var external_is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(external_is_power_of_two_namespaceObject);
5818
5818
  var package_namespaceObject = {
5819
- i8: "10.0.12"
5819
+ i8: "10.0.13"
5820
5820
  }; // CONCATENATED MODULE: ./src/types/env.ts
5821
5821
  // ... and these actually define the runtime mode of Node.js and are
5822
5822
  // set either in package.json, via Jest or in the Dockerfile
@@ -8989,7 +8989,7 @@ function __webpack_require__(moduleId) {
8989
8989
  /* ESM default export */ const client = VideomailClient;
8990
8990
  })();
8991
8991
  var __webpack_export_target__ = exports;
8992
- for(var i in __webpack_exports__)__webpack_export_target__[i] = __webpack_exports__[i];
8992
+ for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
8993
8993
  if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
8994
8994
  value: true
8995
8995
  });
package/dist/index.js CHANGED
@@ -3827,7 +3827,7 @@ class VideomailError extends error_HTTPError {
3827
3827
  this.browser = usefulClientData.browser;
3828
3828
  // Only when architecture is set, pass it over
3829
3829
  if (usefulClientData.cpu.architecture) this.cpu = usefulClientData.cpu;
3830
- this.device = usefulClientData.device;
3830
+ this.device = usefulClientData.device.type ? usefulClientData.device : void 0;
3831
3831
  this.engine = usefulClientData.engine;
3832
3832
  this.os = usefulClientData.os;
3833
3833
  const cookie = __webpack_require__.g.document.cookie.split("; ");
@@ -5590,7 +5590,7 @@ function isPromise_isPromise(anything) {
5590
5590
  }
5591
5591
  /* ESM default export */ const isPromise = isPromise_isPromise;
5592
5592
  var package_namespaceObject = {
5593
- i8: "10.0.12"
5593
+ i8: "10.0.13"
5594
5594
  }; // CONCATENATED MODULE: ./src/types/env.ts
5595
5595
  // ... and these actually define the runtime mode of Node.js and are
5596
5596
  // set either in package.json, via Jest or in the Dockerfile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "10.0.12",
3
+ "version": "10.0.13",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -75,8 +75,8 @@
75
75
  "@eslint/js": "9.15.0",
76
76
  "@rsbuild/plugin-node-polyfill": "1.2.0",
77
77
  "@rsbuild/plugin-stylus": "1.0.6",
78
- "@rsdoctor/rspack-plugin": "0.4.8",
79
- "@rslib/core": "0.1.0",
78
+ "@rsdoctor/rspack-plugin": "0.4.9",
79
+ "@rslib/core": "0.1.1",
80
80
  "@storybook/addon-a11y": "8.4.5",
81
81
  "@storybook/addon-console": "3.0.0",
82
82
  "@storybook/addon-essentials": "8.4.5",
@@ -88,18 +88,18 @@
88
88
  "@tsconfig/node22": "22.0.0",
89
89
  "@tsconfig/strictest": "2.0.5",
90
90
  "@types/defined": "1.0.2",
91
- "@types/node": "22.9.3",
91
+ "@types/node": "22.10.1",
92
92
  "@types/superagent": "8.1.9",
93
93
  "@types/ua-parser-js": "0.7.39",
94
- "@vitest/eslint-plugin": "1.1.10",
94
+ "@vitest/eslint-plugin": "1.1.12",
95
95
  "audit-ci": "7.1.0",
96
- "chromatic": "11.18.1",
96
+ "chromatic": "11.19.0",
97
97
  "cross-env": "7.0.3",
98
98
  "eslint": "9.15.0",
99
99
  "eslint-import-resolver-typescript": "3.6.3",
100
100
  "eslint-plugin-depend": "0.12.0",
101
101
  "eslint-plugin-import-x": "4.4.3",
102
- "eslint-plugin-promise": "7.1.0",
102
+ "eslint-plugin-promise": "7.2.1",
103
103
  "eslint-plugin-regexp": "2.7.0",
104
104
  "eslint-plugin-security": "3.0.1",
105
105
  "eslint-plugin-storybook": "0.11.1",
@@ -107,16 +107,16 @@
107
107
  "jsdom": "25.0.1",
108
108
  "msw": "2.6.6",
109
109
  "msw-storybook-addon": "2.0.4",
110
- "prettier": "3.3.3",
110
+ "prettier": "3.4.1",
111
111
  "prettier-plugin-curly": "0.3.1",
112
- "prettier-plugin-packagejson": "2.5.5",
112
+ "prettier-plugin-packagejson": "2.5.6",
113
113
  "prettier-plugin-sh": "0.14.0",
114
114
  "release-it": "17.10.0",
115
115
  "storybook": "8.4.5",
116
116
  "storybook-html-rsbuild": "0.1.5",
117
117
  "typescript": "5.7.2",
118
- "typescript-eslint": "8.15.0",
119
- "vitest": "2.1.5"
118
+ "typescript-eslint": "8.16.0",
119
+ "vitest": "2.1.6"
120
120
  },
121
121
  "engines": {
122
122
  "node": "^22.8.0",