This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a change to branch test
in repository
https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git.
from 3572b6b removing JSDOM from ignore list for dependabot.yml
add 74381ae [FLAGON-330] adds page load log containing page load time
add 3e6475f refactors page load time log to use custom package log
add 73e59a9 fixes broken user id param test
new 27d9e1e merging updates to UncleGedd
new 6a30eee pushing package-lock (modified after npm install)
new 50f7c8c adding package-lock updates
The 3 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:
.../background.js | 0
.../content.js | 92 ++++-
.../icons/border-48.png | Bin
.../manifest.json | 0
.../options.js | 0
.../optionsPage.html | 0
build/userale-2.1.1.js | 65 ++--
build/userale-2.1.1.min.js | 2 +-
package-lock.json | 371 +++++++++++----------
src/main.js | 93 +++---
test/getInitialSettings_spec.js | 2 +-
test/main_spec.js | 3 -
test/packageLogs_spec.js | 14 +-
13 files changed, 377 insertions(+), 265 deletions(-)
rename build/{UserAleWebExtension => UserALEWebExtension}/background.js (100%)
rename build/{UserAleWebExtension => UserALEWebExtension}/content.js (94%)
rename build/{UserAleWebExtension => UserALEWebExtension}/icons/border-48.png
(100%)
rename build/{UserAleWebExtension => UserALEWebExtension}/manifest.json (100%)
rename build/{UserAleWebExtension => UserALEWebExtension}/options.js (100%)
rename build/{UserAleWebExtension => UserALEWebExtension}/optionsPage.html
(100%)