@extscreen/es-core 2.2.30 → 2.2.31

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 +0 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2468,9 +2468,6 @@ class ESLaunchManager {
2468
2468
  }
2469
2469
 
2470
2470
  launchESPage(intent) {
2471
- if (!intent || !intent.url) {
2472
- return;
2473
- }
2474
2471
  let url = intent.url;
2475
2472
  let params = intent.params;
2476
2473
 
@@ -2495,9 +2492,6 @@ class ESLaunchManager {
2495
2492
  }
2496
2493
 
2497
2494
  launchAfterFinishESPage(intent) {
2498
- if (!intent || !intent.url) {
2499
- return;
2500
- }
2501
2495
  let url = intent.url;
2502
2496
  let params = intent.params;
2503
2497
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.30",
3
+ "version": "2.2.31",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {