You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2020/07/06 08:26:38 UTC

[cordova-plugin-media-capture] branch master updated (e055918 -> fdb6c20)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media-capture.git.


    from e055918  chore(npm): use short notation in package.json (#178)
     add fdb6c20  refactor(eslint): use cordova-eslint /w fix (#179)

No new revisions were added by this update.

Summary of changes:
 .eslintrc.yml               |  31 ++-
 package.json                |  12 +-
 src/browser/CaptureProxy.js | 126 ++++++------
 src/windows/CaptureProxy.js | 467 ++++++++++++++++++++++++++++----------------
 src/windows/MediaFile.js    |  27 ++-
 tests/tests.js              | 163 ++++++++++------
 www/CaptureAudioOptions.js  |   2 +-
 www/CaptureError.js         |   2 +-
 www/CaptureImageOptions.js  |   2 +-
 www/CaptureVideoOptions.js  |   2 +-
 www/ConfigurationData.js    |   2 +-
 www/MediaFile.js            |   2 +-
 www/MediaFileData.js        |   2 +-
 www/android/init.js         |   2 +-
 www/capture.js              |   2 +-
 www/helpers.js              |   2 +-
 16 files changed, 524 insertions(+), 322 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org