@extscreen/es-core 2.3.19 → 2.3.20

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1575,7 +1575,7 @@ class ESManager {
1575
1575
  * 示例:/data/data/com.extscreen.runtime/app_rpk/apps/es.com.baduanjin.tv/2.2.2203/android
1576
1576
  */
1577
1577
  getESAppRuntimePath() {
1578
- if (this.getESSDKVersionCode() > ES_SDK_VERSION_22) {
1578
+ if (this.getESSDKVersionCode() >= ES_SDK_VERSION_22) {
1579
1579
  return this._runtimePath;
1580
1580
  }
1581
1581
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.3.19",
3
+ "version": "2.3.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {