videomail-client 10.2.6 → 10.2.7

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.
@@ -13874,7 +13874,7 @@ var __webpack_exports__ = {};
13874
13874
  }
13875
13875
  const wrappers_form = Form;
13876
13876
  var package_namespaceObject = {
13877
- i8: "10.2.6"
13877
+ i8: "10.2.7"
13878
13878
  };
13879
13879
  function resource_define_property(obj, key, value) {
13880
13880
  if (key in obj) Object.defineProperty(obj, key, {
@@ -1,11 +1,13 @@
1
1
  import VideomailClient from "./client";
2
2
  import { FullVideomailErrorData, VideomailErrorData } from "./types/error";
3
3
  import VideomailEvents from "./types/events";
4
+ import { VideomailClientOptions } from "./types/options";
4
5
  import RecordingStats from "./types/RecordingStats";
5
6
  import Videomail from "./types/Videomail";
6
7
  import { VideoType } from "./types/VideoType";
7
8
  export type { Videomail };
8
9
  export type { VideomailEvents };
9
10
  export type { RecordingStats };
11
+ export type { VideomailClientOptions };
10
12
  export { VideoType, VideomailClient };
11
13
  export type { VideomailErrorData, FullVideomailErrorData };
package/dist/esm/index.js CHANGED
@@ -3970,7 +3970,7 @@ class Form extends Despot {
3970
3970
  }
3971
3971
  const wrappers_form = Form;
3972
3972
  var package_namespaceObject = {
3973
- i8: "10.2.6"
3973
+ i8: "10.2.7"
3974
3974
  };
3975
3975
  function findOriginalExc(exc) {
3976
3976
  if (exc instanceof Error && "response" in exc) {
package/dist/umd/index.js CHANGED
@@ -13842,7 +13842,7 @@
13842
13842
  }
13843
13843
  const wrappers_form = Form;
13844
13844
  var package_namespaceObject = {
13845
- i8: "10.2.6"
13845
+ i8: "10.2.7"
13846
13846
  };
13847
13847
  function findOriginalExc(exc) {
13848
13848
  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.6",
3
+ "version": "10.2.7",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",