@extscreen/es-core 2.2.58 → 2.2.59

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2480,6 +2480,9 @@ class ESLaunchManager {
2480
2480
  pageTag: intent.pageTag,
2481
2481
  pageLimit: intent.pageLimit,
2482
2482
  backgroundColor: intent.backgroundColor,
2483
+ //
2484
+ pkg: intent.packageName,
2485
+ splash: intent.splash,
2483
2486
  });
2484
2487
  }
2485
2488
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extscreen/es-core",
3
- "version": "2.2.58",
3
+ "version": "2.2.59",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {