@xiacg/exia-core 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -100,7 +100,6 @@ npm install @xiacg/exia-core
100
100
  - `platform` - 当前平台类型
101
101
  - `isNative` / `isMobile` / `isNativeMobile` - 平台分类
102
102
  - `isAndroid` / `isIOS` / `isHarmonyOS` - 原生平台判断
103
- - `isWX` / `isAlipay` / `isBytedance` / `isHuaweiQuick` - 小游戏判断
104
103
  - `isBrowser` - 浏览器判断
105
104
  - `deviceId` - 设备 ID
106
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiacg/exia-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "基于creator3.8.8+的exia-core库",
5
5
  "main": "./dist/exia-core.cjs",
6
6
  "module": "./dist/exia-core.mjs",