com.xd.sdk.account 0.0.1 → 6.21.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.
@@ -4,5 +4,5 @@
4
4
  //
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
- #define XDGAccount_VERSION @"6.21.1"
8
- // HASH ecb66cb0
7
+ #define XDGAccount_VERSION @"6.21.2"
8
+ // HASH d3392de
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.account",
3
- "version": "0.0.1",
3
+ "displayName": "XDSDK Account",
4
+ "version": "6.21.2",
4
5
  "description": "XDSDK",
5
6
  "unity": "2018.3",
6
7
  "license": "MIT",
7
8
  "dependencies": {
8
- "com.xd.sdk.common": "0.0.1",
9
9
  "com.xd.tds.bootstrap": "3.27.1-xd.1"
10
10
  }
11
11
  }