@abtnode/constant 1.17.8-beta-20260121-102603-f9d0176f → 1.17.8-beta-20260125-093329-64b43854

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/dist/index.cjs CHANGED
@@ -759,7 +759,8 @@ const USER_PROFILE_SYNC_FIELDS = [
759
759
  "phoneVerified",
760
760
  "metadata",
761
761
  "address",
762
- "extra"
762
+ "extra",
763
+ "name"
763
764
  ];
764
765
  const SITE_SYNC_FIELDS = [
765
766
  "action",
package/dist/index.mjs CHANGED
@@ -758,7 +758,8 @@ const USER_PROFILE_SYNC_FIELDS = [
758
758
  "phoneVerified",
759
759
  "metadata",
760
760
  "address",
761
- "extra"
761
+ "extra",
762
+ "name"
762
763
  ];
763
764
  const SITE_SYNC_FIELDS = [
764
765
  "action",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.8-beta-20260121-102603-f9d0176f",
6
+ "version": "1.17.8-beta-20260125-093329-64b43854",
7
7
  "description": "ABT Node constants",
8
8
  "type": "module",
9
9
  "main": "./dist/index.cjs",
@@ -30,5 +30,5 @@
30
30
  },
31
31
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
32
32
  "license": "Apache-2.0",
33
- "gitHead": "7ae816f51ed511037e5b7ac0008012ebf4afc987"
33
+ "gitHead": "241254785bda907be2296228869b4fc9c1679a6b"
34
34
  }