You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2022/08/26 17:47:46 UTC

[incubator-flagon-useralejs] branch MV3-update updated (566b279 -> f2aed3d)

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

poorejc pushed a change to branch MV3-update
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


    from 566b279  adds missing license header and entry to change log/readme
     new 41479c2  updates package dependencies
     new 760f66c  updates package dependencies /example/webpack
     new 8725099  updating browser plugin manifest from v2 to v3
     new 7742e62  updates performance.timing.navigationStart to performance.timeOrigin
     new 6037509  adds new sendLogs protocol (fetch) and supporting configs
     new 80c58ec  adds todos in sendLogs src
     new f2aed3d  Merge pull request #286 from poorejc/manifest-update

The 405 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build/UserALEWebExtension/background.js         |   52 +-
 build/UserALEWebExtension/content.js            |   48 +-
 build/UserALEWebExtension/manifest.json         |    9 +-
 build/userale-2.3.0.js                          |   48 +-
 build/userale-2.3.0.min.js                      |    2 +-
 example/webpackUserAleExample/dist/main.js      |    8 +-
 example/webpackUserAleExample/package-lock.json |  851 ++--
 example/webpackUserAleExample/package.json      |    4 +-
 package-lock.json                               | 5636 +++++++++--------------
 package.json                                    |    8 +-
 src/UserALEWebExtension/background.js           |    3 +-
 src/UserALEWebExtension/manifest.json           |    9 +-
 src/getInitialSettings.js                       |    1 +
 src/sendLogs.js                                 |   55 +-
 14 files changed, 2814 insertions(+), 3920 deletions(-)