@extscreen/es-core 2.2.33 → 2.2.34

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 +6 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2475,7 +2475,12 @@ class ESLaunchManager {
2475
2475
 
2476
2476
  launchNativePage(intent) {
2477
2477
  return ESModule$1.launchESPage({
2478
- args: intent
2478
+ pkg: intent.pkg,
2479
+ args: intent.args,
2480
+ flags: intent.flags,
2481
+ pageTag: intent.pageTag,
2482
+ pageLimit: intent.pageLimit,
2483
+ backgroundColor: intent.backgroundColor,
2479
2484
  });
2480
2485
  }
2481
2486
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.33",
3
+ "version": "2.2.34",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {