@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @eeplatform/core
2
2
 
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 18d9235: Remove auth verification at user creation with verification
8
+ - 4ed28e2: Clean up
9
+
3
10
  ## 1.4.1
4
11
 
5
12
  ### Patch Changes
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: metadata.orgName || "GoWeekDays"
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: "GoWeekDays"
12913
+ from: "EEPlatform"
12914
12914
  }).catch((error) => {
12915
12915
  import_nodejs_utils6.logger.log({
12916
12916
  level: "error",