@galacean/effects-core 2.4.1 → 2.4.3

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.
@@ -2,6 +2,7 @@ export declare function getPixelRatio(): number;
2
2
  export declare function isIOS(): boolean;
3
3
  export declare function isIOSByUA(): number;
4
4
  export declare function isAndroid(): boolean;
5
+ export declare function isOpenHarmony(): boolean;
5
6
  export declare function isSimulatorCellPhone(): boolean;
6
7
  export declare function isMiniProgram(): boolean;
7
8
  export declare function isAlipayMiniApp(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@galacean/effects-core",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "Galacean Effects runtime core for the web",
5
5
  "module": "./dist/index.mjs",
6
6
  "main": "./dist/index.js",