Update Analytics to use Angularitics

This also supports the new Matomo setup.
This commit is contained in:
Cameron
2019-09-21 14:40:14 +00:00
parent 6d92dc4565
commit 1aa109ae52
11 changed files with 29 additions and 94 deletions

13
package-lock.json generated
View File

@@ -3809,6 +3809,14 @@
"integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
"dev": true
},
"angulartics2": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/angulartics2/-/angulartics2-8.1.0.tgz",
"integrity": "sha512-DJWnpKfOUEtaQsWTCcyuzgWCQM6mAYHReqpgmt3IXo1/joofGhDZu/RPV48RVm2voJFoKL4Lp5JNac9vV+NJsg==",
"requires": {
"tslib": "^1.9.0"
}
},
"ansi-colors": {
"version": "3.2.4",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz",
@@ -9387,11 +9395,6 @@
"integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
"dev": true
},
"ngx-matomo": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/ngx-matomo/-/ngx-matomo-0.1.2.tgz",
"integrity": "sha512-BriHz0tgWvrrenIW18rk2cItoR6Fzeq+4Ayon8b2sMQ3auGdw1oxFGUZXiUy2Eg6ipCl9NeP2c0dsxyYngHb8w=="
},
"nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",