esoftplay 0.0.122-d → 0.0.122-e

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/bin/router.js +1 -1
  2. package/package.json +1 -1
package/bin/router.js CHANGED
@@ -459,7 +459,7 @@ declare module "esoftplay" {
459
459
  if (tmpTask[clsName]["class"]) {
460
460
 
461
461
  if (clsName !== "LibComponent")
462
- ItemText += "import { LibComponent } from 'esoftplay/cache/lib/component/import';\n"
462
+ ItemText += "import { LibComponent } from 'esoftplay/cache/lib/component/import';\nimport { LibNavigationRoutes, useGlobalReturn } from 'esoftplay';\n"
463
463
  else if (clsName === "LibComponent") {
464
464
  ItemText += "import { Component } from 'react';\n"
465
465
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.122-d",
3
+ "version": "0.0.122-e",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",