videomail-client 9.2.0 → 9.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "keywords": [
6
6
  "webcam",
@@ -17267,7 +17267,7 @@ function wrappy (fn, cb) {
17267
17267
  },{}],116:[function(_dereq_,module,exports){
17268
17268
  module.exports={
17269
17269
  "name": "videomail-client",
17270
- "version": "9.2.0",
17270
+ "version": "9.2.1",
17271
17271
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
17272
17272
  "keywords": [
17273
17273
  "webcam",
@@ -17775,6 +17775,7 @@ var _default = exports.default = {
17775
17775
  // the form checkbox name for sending myself a copy
17776
17776
 
17777
17777
  keyInputName: "videomail_key",
17778
+ parentKeyInputName: "videomail_parent_key",
17778
17779
  formId: null,
17779
17780
  // automatically detects form if any
17780
17781
  submitButtonId: null,
@@ -20553,6 +20554,7 @@ var Form = function Form(container, formElement, options) {
20553
20554
  bcc: options.selectors.bccInputName,
20554
20555
  body: options.selectors.bodyInputName,
20555
20556
  key: options.selectors.keyInputName,
20557
+ parentKey: options.selectors.parentKeyInputName,
20556
20558
  sendCopy: options.selectors.sendCopyInputName
20557
20559
  };
20558
20560
  var transformedFormData = {};