@eeplatform/core 1.4.1 → 1.4.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/CHANGELOG.md +7 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -12888,7 +12888,7 @@ function useVerificationService() {
|
|
|
12888
12888
|
to: email,
|
|
12889
12889
|
subject: "Member Invite",
|
|
12890
12890
|
html: emailContent2,
|
|
12891
|
-
from:
|
|
12891
|
+
from: "EEPlatform"
|
|
12892
12892
|
}).catch((error) => {
|
|
12893
12893
|
import_nodejs_utils6.logger.log({
|
|
12894
12894
|
level: "error",
|
|
@@ -12910,7 +12910,7 @@ function useVerificationService() {
|
|
|
12910
12910
|
to: email,
|
|
12911
12911
|
subject: "User Invite",
|
|
12912
12912
|
html: emailContent,
|
|
12913
|
-
from: "
|
|
12913
|
+
from: "EEPlatform"
|
|
12914
12914
|
}).catch((error) => {
|
|
12915
12915
|
import_nodejs_utils6.logger.log({
|
|
12916
12916
|
level: "error",
|