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 15:51:28 UTC

[cordova-plugin-media] branch fix/remove-old-platform-code updated (84f208a -> 46e7899)

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

timbru31 pushed a change to branch fix/remove-old-platform-code
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git.


 discard 84f208a  fix: remove deprecated platform code snippets
 discard dd48543  refactor(eslint): use cordova-eslint /w fix
     add a13a360  chore(npm): use short notation in package.json (#282)
     add bab90f4  refactor(eslint): use cordova-eslint /w fix (#283)
     add fcf02ec  chore: adds package-lock file (#284)
     add 46e7899  fix: remove deprecated platform code snippets

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (84f208a)
            \
             N -- N -- N   refs/heads/fix/remove-old-platform-code (46e7899)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .eslintrc.yml             |    6 +-
 package-lock.json         | 1738 +++++++++++++++++++++++++++++++++++++++++++++
 package.json              |    9 +-
 src/windows/MediaProxy.js |  194 ++---
 tests/tests.js            |  222 ++----
 www/Media.js              |   21 +-
 www/MediaError.js         |    6 +-
 www/browser/Media.js      |    9 +-
 8 files changed, 1856 insertions(+), 349 deletions(-)
 create mode 100644 package-lock.json


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