web-manager 3.2.49 → 3.2.50
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "web-manager",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.50",
|
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": {
|
@@ -33,9 +33,10 @@
|
|
33
33
|
}
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@sentry/browser": "^7.
|
36
|
+
"@sentry/browser": "^7.117.0",
|
37
37
|
"cookieconsent": "^3.1.1",
|
38
38
|
"firebase": "^9.23.0",
|
39
|
+
"itwcw-package-analytics": "^1.0.1",
|
39
40
|
"lazysizes": "^5.3.2"
|
40
41
|
},
|
41
42
|
"devDependencies": {
|