@huloglobal/vendure-plugin-email-tracking 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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huloglobal/vendure-plugin-email-tracking",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Track delivery, opens and clicks on every transactional email a Vendure server sends. Wraps the @vendure/email-plugin pipeline plus an exposed helper for plugin-authored sends, persists every event to a dedicated EmailLog table, and ships an admin UI for per-customer / per-order audit trails.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Wayne Garrison <wayne@garrison.me.uk>",
|
|
@@ -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
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
29
|
"@vendure/core": ">=3.0.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typeorm": ">=0.3.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@huloglobal/vendure-licence-sdk": "^0.
|
|
36
|
+
"@huloglobal/vendure-licence-sdk": "^0.2.0",
|
|
37
37
|
"@nestjs/common": "^10.0.0",
|
|
38
38
|
"@types/nodemailer": "^6.0.0",
|
|
39
39
|
"@vendure/core": "^3.6.0",
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
"transactional-email",
|
|
51
51
|
"analytics"
|
|
52
52
|
]
|
|
53
|
-
}
|
|
53
|
+
}
|