This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flagon-useralejs.git
from 9c4cca7 found stray incubator ref
add b395ba0 updating changelog
add 0361c07 updating dependencies
add 49807da updating word-wrap dependency via npm audit fix, with no
breaking changes
add 15cb0b0 updating nodemon to resolve semver vulnerability
add 45adac9 updated versioning to 2.4.0 throughout file structure
add 13a279b updates versioning in example files
add 4a27337 updating snyk vulnerability badge
add 35326f9 Changed event constructor for node.js 19+
add 130a318 Merge pull request #382 from Jyyjy/event_type
add 5ec51d8 Removed pageX/Y setters
add 2f7e221 Updated cypress files for version 12.17.3
add 3c7d7bc Fixed autogenerated cypress config
add 756c697 Disable video
add 67fece6 Merge pull request #380 from Jyyjy/cypress
add 4825257 Bump rollup to 3.27.2 with old loading behavoir
add ca50a07 Merge pull request #386 from Jyyjy/rollup
add 33a95a9 testing new updates to test, updating dependencies
add 66d6945 dependency and vulnerability updates
add ae817fc updates to react app dependencies
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 11 +
NOTICE | 2 +-
README.md | 18 +-
build/UserALEWebExtension/background.js | 7 +-
build/UserALEWebExtension/content.js | 9 +-
build/UserALEWebExtension/manifest.json | 2 +-
build/UserALEWebExtension/options.js | 5 +-
build/{userale-2.3.0.js => userale-2.4.0.js} | 18 +-
.../{userale-2.3.0.min.js => userale-2.4.0.min.js} | 3 +-
cypress.config.js | 9 +
cypress.json | 4 -
doap-userale.js.rdf | 4 +-
example/index.html | 2 +-
example/log-attribute-example/index.html | 2 +-
example/log-label-example/index.html | 2 +-
example/react-app-example/package-lock.json | 7219 +++++++++-----------
example/react-app-example/package.json | 8 +-
.../{userale.journey.js => userale.journey.cy.js} | 0
package-lock.json | 3343 ++++-----
package.json | 50 +-
src/UserALEWebExtension/globals.js | 4 +-
src/UserALEWebExtension/manifest.json | 2 +-
test/getInitialSettings_fetchAll.html | 2 +-
test/getInitialSettings_userParam.html | 2 +-
test/main.html | 2 +-
test/packageLogs_spec.js | 11 +-
test/sendLogs_spec.js | 4 +-
27 files changed, 5206 insertions(+), 5539 deletions(-)
rename build/{userale-2.3.0.js => userale-2.4.0.js} (99%)
rename build/{userale-2.3.0.min.js => userale-2.4.0.min.js} (88%)
create mode 100644 cypress.config.js
delete mode 100644 cypress.json
rename journey/{userale.journey.js => userale.journey.cy.js} (100%)