videomail-client 10.0.17 → 10.0.18

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.
@@ -17811,7 +17811,7 @@ function __webpack_require__(moduleId) {
17811
17811
  var is_power_of_two = __webpack_require__("./node_modules/is-power-of-two/index.js");
17812
17812
  var is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(is_power_of_two);
17813
17813
  var package_namespaceObject = {
17814
- i8: "10.0.17"
17814
+ i8: "10.0.18"
17815
17815
  }; // CONCATENATED MODULE: ./src/types/env.ts
17816
17816
  // ... and these actually define the runtime mode of Node.js and are
17817
17817
  // set either in package.json, via Jest or in the Dockerfile
package/dist/esm/index.js CHANGED
@@ -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.17"
5593
+ i8: "10.0.18"
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
@@ -13,6 +13,8 @@ export interface VideomailErrorData {
13
13
  code?: string | undefined;
14
14
  status?: number | undefined;
15
15
  stack?: string | undefined;
16
+ errType?: string | undefined;
17
+ errTarget?: EventTarget | null;
16
18
  errStringified?: string | undefined;
17
19
  event?: Event | undefined;
18
20
  eventStringified?: string | undefined;
package/dist/umd/index.js CHANGED
@@ -5755,7 +5755,7 @@
5755
5755
  var external_is_power_of_two_ = __webpack_require__("is-power-of-two");
5756
5756
  var external_is_power_of_two_default = /*#__PURE__*/ __webpack_require__.n(external_is_power_of_two_);
5757
5757
  var package_namespaceObject = {
5758
- i8: "10.0.17"
5758
+ i8: "10.0.18"
5759
5759
  }; // CONCATENATED MODULE: ./src/util/getNodeEnv.ts
5760
5760
  function getNodeEnv() {
5761
5761
  return "production";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "10.0.17",
3
+ "version": "10.0.18",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",