web-manager 3.2.54 → 3.2.56
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1437 -1374
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-manager",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.56",
|
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,10 +40,10 @@
|
|
40
40
|
"replace": {}
|
41
41
|
},
|
42
42
|
"dependencies": {
|
43
|
-
"@sentry/browser": "^8.
|
43
|
+
"@sentry/browser": "^8.17.0",
|
44
44
|
"cookieconsent": "^3.1.1",
|
45
45
|
"firebase": "^9.23.0",
|
46
|
-
"itwcw-package-analytics": "^1.0.
|
46
|
+
"itwcw-package-analytics": "^1.0.6",
|
47
47
|
"lazysizes": "^5.3.2"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|