web-manager 3.2.72 → 3.2.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -0
- package/package.json +2 -2
package/index.js
CHANGED
@@ -1209,6 +1209,9 @@ function subscriptionManager(self, options_user) {
|
|
1209
1209
|
// Display notification
|
1210
1210
|
new Notification(notification.title, notification)
|
1211
1211
|
.onclick = function(event) {
|
1212
|
+
// Log
|
1213
|
+
console.log('Notification clicked', clickAction);
|
1214
|
+
|
1212
1215
|
// Quit if there is no click action
|
1213
1216
|
if (!clickAction) {
|
1214
1217
|
return;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-manager",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.73",
|
4
4
|
"description": "Easily access important variables such as the query string, current domain, and current page in a single object.",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"replace": {}
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@sentry/browser": "^8.
|
43
|
+
"@sentry/browser": "^8.54.0",
|
44
44
|
"cookieconsent": "^3.1.1",
|
45
45
|
"firebase": "^9.23.0",
|
46
46
|
"itwcw-package-analytics": "^1.0.6",
|