esoftplay 0.0.128-u → 0.0.128-w

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
@@ -461,7 +461,7 @@ declare module "esoftplay" {
461
461
  render: (props: T) => any,
462
462
  }`;
463
463
  for (clsName in tmpTask) {
464
- let ItemText = "\nimport { useGlobalSubscribeReturn } from 'esoftplay';\n"
464
+ let ItemText = "\nimport { useGlobalSubscribeReturn } from 'esoftplay';\nimport { useGlobalReturn } from 'esoftplay';\n"
465
465
  if (clsName == "LibIcon") {
466
466
  ItemText += "import { EvilIconsTypes, AntDesignTypes, EvilIconsTypes, FeatherTypes, FontAwesomeTypes, FontistoTypes, FoundationTypes, MaterialIconsTypes, EntypoTypes, OcticonsTypes, ZocialTypes, SimpleLineIconsTypes, IoniconsTypes, MaterialCommunityIconsTypes } from '@expo/vector-icons/build/esoftplay_icons';\n"
467
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.128-u",
3
+ "version": "0.0.128-w",
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",