videomail-client 13.6.0 → 13.6.1

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.
@@ -10664,7 +10664,7 @@ var __webpack_exports__ = {};
10664
10664
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10665
10665
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10666
10666
  var package_namespaceObject = {
10667
- rE: "13.6.0"
10667
+ rE: "13.6.1"
10668
10668
  };
10669
10669
  var defined = __webpack_require__("./node_modules/defined/index.js");
10670
10670
  var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
@@ -14821,7 +14821,8 @@ var __webpack_exports__ = {};
14821
14821
  post(videomail) {
14822
14822
  return resource_async_to_generator(function*() {
14823
14823
  const newVideomail = this.applyDefaultValues(videomail);
14824
- newVideomail[constants.VERSION_LABEL] = package_namespaceObject.rE;
14824
+ if (!newVideomail.versions) newVideomail.versions = {};
14825
+ newVideomail.versions.videomailClient = package_namespaceObject.rE;
14825
14826
  newVideomail.recordLocation = window.location.href;
14826
14827
  try {
14827
14828
  let res;
package/dist/esm/index.js CHANGED
@@ -3606,7 +3606,7 @@ const constants = {
3606
3606
  }
3607
3607
  };
3608
3608
  var package_namespaceObject = {
3609
- rE: "13.6.0"
3609
+ rE: "13.6.1"
3610
3610
  };
3611
3611
  function canPlayType_canPlayType(video, type) {
3612
3612
  const canPlayType = video.canPlayType(`video/${type}`);
@@ -4374,7 +4374,8 @@ class Resource {
4374
4374
  }
4375
4375
  async post(videomail) {
4376
4376
  const newVideomail = this.applyDefaultValues(videomail);
4377
- newVideomail[constants.VERSION_LABEL] = package_namespaceObject.rE;
4377
+ if (!newVideomail.versions) newVideomail.versions = {};
4378
+ newVideomail.versions.videomailClient = package_namespaceObject.rE;
4378
4379
  newVideomail.recordLocation = window.location.href;
4379
4380
  try {
4380
4381
  let res;
package/dist/umd/index.js CHANGED
@@ -10670,7 +10670,7 @@
10670
10670
  var client = __webpack_require__("./node_modules/superagent/lib/client.js");
10671
10671
  var client_default = /*#__PURE__*/ __webpack_require__.n(client);
10672
10672
  var package_namespaceObject = {
10673
- rE: "13.6.0"
10673
+ rE: "13.6.1"
10674
10674
  };
10675
10675
  var defined = __webpack_require__("./node_modules/defined/index.js");
10676
10676
  var defined_default = /*#__PURE__*/ __webpack_require__.n(defined);
@@ -14709,7 +14709,8 @@
14709
14709
  }
14710
14710
  async post(videomail) {
14711
14711
  const newVideomail = this.applyDefaultValues(videomail);
14712
- newVideomail[constants.VERSION_LABEL] = package_namespaceObject.rE;
14712
+ if (!newVideomail.versions) newVideomail.versions = {};
14713
+ newVideomail.versions.videomailClient = package_namespaceObject.rE;
14713
14714
  newVideomail.recordLocation = window.location.href;
14714
14715
  try {
14715
14716
  let res;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "13.6.0",
3
+ "version": "13.6.1",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",