@huloglobal/vendure-plugin-visitor-analytics 0.3.1 → 0.3.2
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huloglobal/vendure-plugin-visitor-analytics",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Full-funnel visitor analytics for Vendure storefronts
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "Full-funnel visitor analytics for Vendure storefronts \u2014 pageviews, time-on-page, session journey, exit pages, funnel drop-off, and per-visitor profile drawer with parsed user-agent + MaxMind GeoLite2 enrichment. Auto-issues visitor + session cookies on first request; logs guest and signed-in events against the same visitor id so the journey survives login.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Wayne Garrison <wayne@garrison.me.uk>",
|
|
7
7
|
"homepage": "https://github.com/exceeded/vendure-plugin-visitor-analytics",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"prepublishOnly": "yarn build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@huloglobal/vendure-licence-sdk": "^0.
|
|
26
|
+
"@huloglobal/vendure-licence-sdk": "^0.2.0",
|
|
27
27
|
"ua-parser-js": "^1.0.37",
|
|
28
28
|
"geolite2-redist": "^3.1.0",
|
|
29
29
|
"@maxmind/geoip2-node": "^5.0.0"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"typeorm": ">=0.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@huloglobal/vendure-licence-sdk": "^0.
|
|
37
|
+
"@huloglobal/vendure-licence-sdk": "^0.2.0",
|
|
38
38
|
"@nestjs/common": "^10.0.0",
|
|
39
39
|
"@vendure/core": "^3.6.0",
|
|
40
40
|
"typeorm": "^0.3.0",
|
|
@@ -48,4 +48,4 @@
|
|
|
48
48
|
"funnel",
|
|
49
49
|
"session-journey"
|
|
50
50
|
]
|
|
51
|
-
}
|
|
51
|
+
}
|