esoftplay 0.0.133-u → 0.0.133-v

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/build.js +1 -0
  2. package/package.json +1 -1
package/bin/build.js CHANGED
@@ -357,6 +357,7 @@ export default UserIndex`;
357
357
  if (installExpoLibs.length > 0)
358
358
  cmd += "&& expo install " + installExpoLibs.join(" ")
359
359
  execSync(cmd + "|| true")
360
+ execSync("cd ../../ && bun install || true")
360
361
  execSync("cd ../../ && bun ./node_modules/esoftplay/bin/router.js || true")
361
362
  execSync("cd ../../ && bun ./node_modules/esoftplay/bin/locale.js || true")
362
363
  console.log('App.js has been replace to App.tsx');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.133-u",
3
+ "version": "0.0.133-v",
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",