esoftplay 0.0.175 → 0.0.176

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/cli.js +1 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -1098,6 +1098,7 @@ function buildPrepare(include = true) {
1098
1098
  fs.writeFileSync(easjson, JSON.stringify(ejson, undefined, 2))
1099
1099
  }
1100
1100
  } else {
1101
+ configAvailable(false)
1101
1102
  excludeOnBuild('ios', false)
1102
1103
  if (fs.existsSync('./assets/esoftplaymodules')) {
1103
1104
  command('rm -rf ./modules && mv ./assets/esoftplaymodules modules')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.175",
3
+ "version": "0.0.176",
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",