@xuda.io/account_module 1.2.2215 → 1.2.2216

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.
Files changed (2) hide show
  1. package/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3840,6 +3840,7 @@ const isLikelySpamEmail = async function (email) {
3840
3840
  // Passed → likely legitimate
3841
3841
  return false;
3842
3842
  };
3843
+
3843
3844
  setTimeout(async () => {
3844
3845
  const uid = 'd39126e0e2c51ffbd1aad10709fc8335';
3845
3846
  // onboarding_completed({ uid });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2215",
3
+ "version": "1.2.2216",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {