esoftplay 0.0.268-beta5b5e749 → 0.0.268-betaaa4e77a

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 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -1542,7 +1542,7 @@ function switchStatus(status) {
1542
1542
  }
1543
1543
  const hasSeparatePackageJson = status.includes("l") ? fs.existsSync(packlivejson) : fs.existsSync(packdebugjson)
1544
1544
  if (hasSeparatePackageJson) {
1545
- command(`rm -rf ${DIR}node_modules ${DIR}package-lock.json ${DIR}yarn.lock ${DIR}bun.lockb ~/.bun/install/cache && bun install`)
1545
+ command(`rm -rf ${DIR}node_modules ${DIR}package-lock.json ${DIR}yarn.lock ${DIR}bun.lockb && bun install`)
1546
1546
  }
1547
1547
  return valid
1548
1548
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.268-beta5b5e749",
3
+ "version": "0.0.268-betaaa4e77a",
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",