@extscreen/es-core 10000.0.2 → 10000.0.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1783,11 +1783,11 @@ class ESLaunchManager {
1783
1783
  return ESManager$1.getESSDKVersionCode() > 800;
1784
1784
  }
1785
1785
 
1786
- launchNativeIntent(paramsArray) {
1786
+ launchNativePage(paramsArray) {
1787
1787
  ESModule$1.launchNativeApp(paramsArray);
1788
1788
  }
1789
1789
 
1790
- launchESPageIntent(intent) {
1790
+ launchESPage(intent) {
1791
1791
  //
1792
1792
  if (this.isESRouterEnabled() && this._ESRouter) {
1793
1793
  this._ESRouter.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "10000.0.2",
3
+ "version": "10000.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {