web-manager 3.2.16 → 3.2.17
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
@@ -421,7 +421,7 @@ function Manager() {
|
|
421
421
|
exitPopup: {
|
422
422
|
enabled: true,
|
423
423
|
config: {
|
424
|
-
timeout:
|
424
|
+
timeout: 1000 * 60 * 60 * 4,
|
425
425
|
handler: null,
|
426
426
|
title: 'Special Offer!',
|
427
427
|
message: 'Get 15% off your purchase of our <strong>Premium plans</strong>. <br><br> Get access to all features and unlimited usage.',
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-manager",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.17",
|
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": {
|
@@ -36,4 +36,4 @@
|
|
36
36
|
"firebase": "^9.23.0",
|
37
37
|
"lazysizes": "^5.3.2"
|
38
38
|
}
|
39
|
-
}
|
39
|
+
}
|